给单据列表增加数量列的展示(优化)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user