更新 omconf.jsp

删除商品编码字典,否则随着商品数量增加,数据量太大,导致页面打不开。
master
bruce-wei 2019-06-04 14:33:24 +08:00 committed by Gitee
parent 69a07cb8a1
commit ea4fae6dad
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<t:dgCol title="所属部门" field="sysOrgCode" hidden="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="所属公司" field="sysCompanyCode" hidden="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="原始单据编码" field="orderId" query="true" queryMode="single" width="100"></t:dgCol>
<t:dgCol title="商品编码" field="goodsId" dictionary="mv_goods,goods_code,goods_name" query="true" queryMode="single" width="180"></t:dgCol>
<t:dgCol title="商品编码" field="goodsId" query="true" queryMode="single" width="180"></t:dgCol>
<t:dgCol title="客户订单号" field="imCusCode" query="true" queryMode="single" width="100"></t:dgCol>
<t:dgCol title="备注" field="omBeizhu" query="true" queryMode="single" width="120"></t:dgCol>
<t:dgCol title="数量" field="goodsQua" queryMode="single" width="120"></t:dgCol>