From 00cc82a39a3ef1a21d5e5523c822e0a5d2957f89 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期二, 02 九月 2025 10:11:37 +0800 Subject: [PATCH] 修改库位状态时可修改托盘条码 --- src/main/webapp/static/js/stoMan/stoQue.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/static/js/stoMan/stoQue.js b/src/main/webapp/static/js/stoMan/stoQue.js index 76e6a1b..5600fd5 100644 --- a/src/main/webapp/static/js/stoMan/stoQue.js +++ b/src/main/webapp/static/js/stoMan/stoQue.js @@ -125,11 +125,11 @@ exportData[this.name] = this.value; }); var param = { - 'wrkLastno': exportData, + 'locMast': exportData, 'fields': fields }; $.ajax({ - url: baseUrl+"/wrkLastno/export/auth", + url: baseUrl+"/locMast/export/auth", headers: {'token': localStorage.getItem('token')}, data: JSON.stringify(param), dataType:'json', @@ -202,7 +202,7 @@ cols: [[ // {type: 'checkbox'} {field: 'locNo$', align: 'center',title: '搴撲綅鍙�'} - ,{field: 'matnr', align: 'center',title: '鐗╂枡'} + ,{field: 'matnr', align: 'center',title: '瑙勬牸'} ,{field: 'lgnum', align: 'center',title: '浠撳簱鍙�'} ,{field: 'tbnum', align: 'center',title: '杞偍璇锋眰缂栧彿'} // ,{field: 'tbpos', align: 'center',title: '琛岄」鐩�'} -- Gitblit v1.9.1