给单据列表增加数量列的展示

This commit is contained in:
季圣华
2022-10-19 21:01:29 +08:00
parent 3f1b4410d6
commit 48f088d4da
13 changed files with 13 additions and 0 deletions

View File

@@ -221,6 +221,7 @@
},
{ title: '单据日期', dataIndex: 'operTimeStr',width:145},
{ title: '操作员', dataIndex: 'userName',width:80, ellipsis:true},
{ title: '数量', dataIndex: 'materialCount',width:60},
{ title: '金额合计', dataIndex: 'totalPrice',width:80},
{ title: '含税合计', dataIndex: 'totalTaxLastMoney',width:80,
customRender:function (text,record,index) {