{title:'商品名称',field:'goodsName',width:120,editor:{ type:'combobox',
options:{
url:'lookAllGoodsFile.do',
valueField:'goodsName',
textField:'goodsName',
editable:false,
panelMinWidth:210,
required:true,
}}},
{title:'商品编码',field:'goodsNumber',width:120,editor:{ type:'validatebox'}},
{title:'计量单位',field:'danwei',width:120,editor:{ type:'validatebox'}},
{title:'规格',field:'format',width:120,editor:{ type:'validatebox'}},
{title:'数量',field:'numberStorage',width:120,editor:{ type:'validatebox'}},
{title:'单价',field:'price',width:120,editor:{ type:'validatebox'}},
前四个字段同时也是商品档案表的字段,现在想选择了商品名称以后,就让编码计量单位这些自动显示在页面,求指导