From 7df6ab7f0cede6c1a9aa51e496f910026a4bfce6 Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期二, 07 十二月 2021 09:43:09 +0800 Subject: [PATCH] 2021.12.7 --- src/main/webapp/static/js/diffVal/diffVal.js | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/diffVal/diffVal.js b/src/main/webapp/static/js/diffVal/diffVal.js index 263d248..1203e8c 100644 --- a/src/main/webapp/static/js/diffVal/diffVal.js +++ b/src/main/webapp/static/js/diffVal/diffVal.js @@ -22,6 +22,7 @@ cols: [[ {type: 'checkbox'} ,{field: 'matnr', align: 'center',title: '鐗╂枡缂栧彿'} + ,{field: 'maktx', align: 'center',title: '鐗╂枡鍚嶇О'} ,{field: 'stockQty', align: 'center',title: 'WMS搴撳瓨'} ,{field: 'erpQty', align: 'center',title: 'ERP搴撳瓨'} ,{field: 'val', align: 'center',title: '宸紓鍊�', style: 'font-weight: bold;color: blue'} @@ -46,6 +47,9 @@ statusCode: 200 }, done: function(res, curr, count) { + // console.log(res.data); + // console.log(res.data.total); + console.log(res.data.records); if (res.code === 403) { top.location.href = baseUrl+"/"; } @@ -228,6 +232,14 @@ } layDateRender(); + + form.on("select(chooseItem)", function (data) { + console.log(data); + tableIns.reload({ + where: { includeZero: data.value} + }); + + }) }); -- Gitblit v1.9.1