zhaowc
2025-04-07 19e95f4acc328bbf62a0427fe658d00268019e66
HTML/views/HouseWithinSetting/CRLogTask.html
@@ -644,7 +644,8 @@
            if (obj.event === 'cancel') {
               layer.confirm('确定取消选中的出库任务?', function (index) {
                  var param = {
                     taskNo: data.TaskNo
                     taskNo: data.TaskNo,
                     receiver: data.Receiver
                  };
                  var postUrl="/BllCheck/CancelCheckTask"
                  if(data.OrderType=='3'){
@@ -704,7 +705,8 @@
            } else if (obj.event === 'send') {
               layer.confirm('确定要下发选中的出库任务?', function (index) {
                  var param = {
                     taskNo: data.TaskNo
                     taskNo: data.TaskNo,
                     receiver:data.Receiver
                  };
                  sendData(IP + "/DownApi/AgainSendCheckTask", param, 'get', function (res) {
                     console.log(res);