From 415e713b444fccc25e59ff0e1b5d72467ec20b54 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期二, 11 二月 2025 09:05:15 +0800
Subject: [PATCH] 去掉入库单和出库单验证
---
HTML/views/HouseWithinSetting/CRLogTask.html | 19 +++++++++----------
1 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/HTML/views/HouseWithinSetting/CRLogTask.html b/HTML/views/HouseWithinSetting/CRLogTask.html
index 26d6a65..5240304 100644
--- a/HTML/views/HouseWithinSetting/CRLogTask.html
+++ b/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, {
--
Gitblit v1.8.0