From c9c95d0d2d1ce2d153385c59833075ead82d3128 Mon Sep 17 00:00:00 2001 From: weizhiqiang <598748873@qq.com> Date: Mon, 28 Oct 2019 16:41:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=AF=B9=E8=B4=A6=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=B1=95=E7=A4=BA=E9=94=99=E8=AF=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/js/erpstatistics/customerreconciliation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp-modular/src/main/resources/template/js/erpstatistics/customerreconciliation.js b/erp-modular/src/main/resources/template/js/erpstatistics/customerreconciliation.js index 7e37049d..889c1c5d 100644 --- a/erp-modular/src/main/resources/template/js/erpstatistics/customerreconciliation.js +++ b/erp-modular/src/main/resources/template/js/erpstatistics/customerreconciliation.js @@ -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="对应的值"