!1 JSP页面性能改进

Merge pull request !1 from bruce-wei/master
master
曹二众 2019-07-15 22:21:51 +08:00 committed by Gitee
commit 777258797a
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>