wxw
2025-03-27 ee4806a4b2ec94ec63b4cb9b58447d9863baebe5
HTML/views/HouseWithinSetting/CRLogTask.html
@@ -305,7 +305,12 @@
                  templet: '#IsSuccessButton',
               }, {
                  field: 'PalletNo',
                  title: '托盘号',
                  title: '桶号',
                  width: 110,
                  align: 'center',
               }, {
                  field: 'LotNo',
                  title: '批次号',
                  width: 110,
                  align: 'center',
               }, {
@@ -646,10 +651,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 +678,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 +705,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, {