From a41be6d68a746f5d7a5d26d162c68884e0d5efeb Mon Sep 17 00:00:00 2001 From: DESKTOP-9BNTV8O <DESKTOP-9BNTV8O@163.com> Date: 星期二, 31 十二月 2024 09:12:02 +0800 Subject: [PATCH] 修改问题 --- HTML/views/HouseWithinSetting/CRLogTask.html | 14 ++++---------- 1 files changed, 4 insertions(+), 10 deletions(-) diff --git a/HTML/views/HouseWithinSetting/CRLogTask.html b/HTML/views/HouseWithinSetting/CRLogTask.html index 26d6a65..1b8b459 100644 --- a/HTML/views/HouseWithinSetting/CRLogTask.html +++ b/HTML/views/HouseWithinSetting/CRLogTask.html @@ -305,7 +305,7 @@ templet: '#IsSuccessButton', }, { field: 'PalletNo', - title: '鎵樼洏鍙�', + title: '妗跺彿', width: 110, align: 'center', }, { @@ -646,10 +646,7 @@ var param = { taskNo: data.TaskNo }; - var postUrl="/BllCheck/CancelCheckTask" - if(data.OrderType=='3'){ - postUrl='/BllCheck/CancelMoveTask' - } + var postUrl='/DownApi/CancelAgvTaskWms' sendData(IP + postUrl, param, 'post', function (res) { console.log(res); if (res.code == 0) { //鎴愬姛 @@ -676,10 +673,7 @@ var param = { taskNo: data.TaskNo, }; - var postUrl="/BllCheck/FinishCheckTask" - if(data.OrderType=='3'){ - postUrl='/BllCheck/FinishMoveTask' - } + var postUrl='/DownApi/FinshAgvTaskWms' sendData(IP + postUrl, param, 'post', function (res) { console.log(res); if (res.code == 0) { //鎴愬姛 @@ -706,7 +700,7 @@ var param = { taskNo: data.TaskNo }; - sendData(IP + "/DownApi/AgainSendCheckTask", param, 'get', function (res) { + sendData(IP + "/DownApi/SendAgvTaskWms", param, 'post', function (res) { console.log(res); if (res.code == 0) { //鎴愬姛 layer.msg(res.msg, { -- Gitblit v1.8.0