优化单据,增加退货单的链接和列表提示

This commit is contained in:
季圣华
2022-11-17 22:50:37 +08:00
parent 88985562aa
commit 3df276db21
13 changed files with 53 additions and 81 deletions

View File

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