From fb956dcec6d4ae9417913ab828d3897c87cdf996 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期二, 01 十一月 2022 10:32:03 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/basSte/basSte.js | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/basSte/basSte.js b/src/main/webapp/static/js/basSte/basSte.js index 9239199..45397a8 100644 --- a/src/main/webapp/static/js/basSte/basSte.js +++ b/src/main/webapp/static/js/basSte/basSte.js @@ -39,7 +39,7 @@ ,{field: 'idleLoc', align: 'center',title: '鏆傚瓨搴撲綅'} ,{field: 'steErr', align: 'center',title: '閿欒鐮�'} ,{field: 'chargeLine', align: 'center',title: '鏈�浣庣數閲�%'} - ,{field: 'pakMk', align: 'center',title: '鏍囪', hide: true} + ,{field: 'autoCharge', align: 'center',title: '鑷姩鍏呯數', templet: '#autoChargeTpl'} // ,{field: 'status$', align: 'center',title: '鐘舵��'} // ,{field: 'createBy$', align: 'center',title: '娣诲姞浜哄憳'} // ,{field: 'createTime$', align: 'center',title: '娣诲姞鏃堕棿'} @@ -106,6 +106,15 @@ }) }) + form.on('switch(autoChargeSwitch)', function (obj) { + let index = obj.othis.parents('tr').attr("data-index"); + let data = tableData[index]; + data[this.name] = obj.elem.checked?'Y':'N'; + http.post(baseUrl+"/basSte/update/auth", {steNo: data.steNo, autoCharge: data[this.name]}, function (res) { + layer.msg(res.msg, {icon: 1}); + }) + }) + // 鐩戝惉澶村伐鍏锋爮浜嬩欢 table.on('toolbar(basSte)', function (obj) { var checkStatus = table.checkStatus(obj.config.id).data; -- Gitblit v1.9.1