客户对账表格展示错误修改

This commit is contained in:
weizhiqiang 2019-10-28 16:41:52 +08:00
parent 482b2328a5
commit c9c95d0d2d

View file

@ -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="对应的值"