给单据列表增加数量列的展示(优化)

This commit is contained in:
季圣华
2022-10-19 21:59:11 +08:00
parent 48f088d4da
commit 3cce61240d

View File

@@ -189,15 +189,7 @@
scopedSlots: { customRender: 'action' },
},
{ title: '客户', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) {
if(record.linkNumber) {
return text + "[]";
} else {
return text;
}
}
},
{ title: '单据编号', dataIndex: 'number',width:120},
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true,
customRender:function (text,record,index) {
if(text) {