优化单据列表的展示样式

This commit is contained in:
季圣华
2023-08-24 23:28:49 +08:00
parent 9ed0886b9a
commit e509bb1cc6
13 changed files with 13 additions and 91 deletions

View File

@@ -221,13 +221,7 @@
}
},
{ title: '关联订单', dataIndex: 'linkNumber',width:140},
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true,
customRender:function (text,record,index) {
if(text) {
return text.replaceAll(",","");
}
}
},
{ title: '商品信息', dataIndex: 'materialsList',width:220, ellipsis:true},
{ title: '单据日期', dataIndex: 'operTimeStr',width:145},
{ title: '操作员', dataIndex: 'userName',width:80, ellipsis:true},
{ title: '数量', dataIndex: 'materialCount',width:60},