mirror of
https://github.com/weizhiqiang1995/erp-pro.git
synced 2025-01-11 17:58:48 +08:00
客户对账表格展示错误修改
This commit is contained in:
parent
482b2328a5
commit
c9c95d0d2d
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ layui.config({
|
|||
{ field: 'supplierName', title: '客户名称', align: 'left', width: 120},
|
||||
{ field: 'totalPrice', title: '合计金额', align: 'left', width: 100},
|
||||
{ field: 'changeAmount', title: '实际支付', align: 'left', width: 120},
|
||||
{ field: 'operTime', title: '退货数量', align: 'center', width: 150}
|
||||
{ field: 'operTime', title: '单据日期', align: 'center', width: 150}
|
||||
]]
|
||||
});
|
||||
table.on('tool(messageTable)', function (obj) { //注:tool是工具条事件名,test是table原始容器的属性 lay-filter="对应的值"
|
||||
|
|
Loading…
Reference in a new issue