From 7c274192786484237d4260aa2590cbbb6a64a95d Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期五, 19 十二月 2025 11:42:29 +0800
Subject: [PATCH] 修改成品拣货逻辑
---
Pda/View/SoSetting/productOutCode.html | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/Pda/View/SoSetting/productOutCode.html b/Pda/View/SoSetting/productOutCode.html
index 8ba71e5..ba3e7ac 100644
--- a/Pda/View/SoSetting/productOutCode.html
+++ b/Pda/View/SoSetting/productOutCode.html
@@ -389,6 +389,8 @@
function clear3() {
$("#planQty").val(""); //璁″垝鏁伴噺
$("#finishQty").val("");//瀹屾垚鏁伴噺
+ scanQty=0;
+ $('#scanQty').val(0);
}
function clear4() {
$('#boxNo').val("");//绠辩爜
@@ -736,12 +738,12 @@
time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級
}); return;
}
- if($("#planQty").val()!=$("#scanQty").val()){
- layer.msg("宸叉壂鏁伴噺鍜岃鍒掓暟閲忎笉涓�鑷达紒", {
- icon: 2,
- time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級
- }); return;
- }
+ // if($("#planQty").val()!=$("#scanQty").val()){
+ // layer.msg("宸叉壂鏁伴噺鍜岃鍒掓暟閲忎笉涓�鑷达紒", {
+ // icon: 2,
+ // time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級
+ // }); return;
+ // }
if (isContinue == "0") {
if (boxes == null || boxes.length<=0) {
layer.msg("璇锋壂鎻忔爣绛剧爜", {
@@ -785,6 +787,7 @@
time: 2000 //2绉掑叧闂紙濡傛灉涓嶉厤缃紝榛樿鏄�3绉掞級
}, function () {
canPickBox = true//鍥炶皟
+ scanQty=0;
$("#boxNo").val('');
$('#scanQty').val(0);
updateQtyList();
--
Gitblit v1.8.0