优化单据,增加退货单的链接和列表提示
This commit is contained in:
@@ -205,11 +205,8 @@
|
||||
{ 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;
|
||||
}
|
||||
text = record.linkNumber?text+"[转]":text
|
||||
return text
|
||||
}
|
||||
},
|
||||
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true,
|
||||
|
||||
Reference in New Issue
Block a user