From cd93dd1fd57afa3437e43499236273c2e1df4423 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期五, 19 十二月 2025 14:55:50 +0800
Subject: [PATCH] 车间出库页面车间增加1003车间一楼备件库

---
 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