From 6ac06048d7cb60fa07b75c7eae2864487069aa6f Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期三, 24 九月 2025 15:26:40 +0800 Subject: [PATCH] 站点管理优化 组托管理优化 AGV任务管理优化 --- src/main/webapp/static/js/task/task.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/task/task.js b/src/main/webapp/static/js/task/task.js index f1b3380..618cef1 100644 --- a/src/main/webapp/static/js/task/task.js +++ b/src/main/webapp/static/js/task/task.js @@ -23,7 +23,7 @@ cols: [[ {type: 'checkbox'} , {field: 'wrkNo', align: 'center', title: '宸ヤ綔鍙�', sort: true, width: 115} - , {field: 'ioTime$', align: 'center', title: '宸ヤ綔鏃堕棿', sort: true, width: 160} + , {field: 'ioTime$', align: 'center', title: '宸ヤ綔鏃堕棿', width: 160} , {field: 'wrkSts$', align: 'center', title: '宸ヤ綔鐘舵��', width: 150} , {field: 'ioType$', align: 'center', title: '鍏ュ嚭搴撶被鍨�', width: 150} , {field: 'ioPri', align: 'center', title: '浼樺厛绾�'} @@ -157,7 +157,7 @@ // 瀹屾垚 case 'complete': layer.confirm('纭瀹屾垚璇ョ瑪宸ヤ綔妗o紵', {title: '宸ヤ綔鍙凤細' + data.wrkNo, shadeClose: true}, function () { - http.post(baseUrl + "/hand/control/wrkMast", {workNo: data.wrkNo, type: 1}, function (res) { + http.post(baseUrl + "/task/control", {workNo: data.wrkNo, type: 1}, function (res) { $(".layui-laypage-btn")[0].click(); layer.msg(data.wrkNo + res.msg); }) -- Gitblit v1.9.1