From 9f272d8eb98442199e590d962303bf0fd481505e Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期四, 18 十二月 2025 15:39:21 +0800
Subject: [PATCH] 修改PDA成品拣货已扫数量不清零问题
---
Pda/View/SoSetting/productOutCode.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Pda/View/SoSetting/productOutCode.html b/Pda/View/SoSetting/productOutCode.html
index 8f41278..8ba71e5 100644
--- a/Pda/View/SoSetting/productOutCode.html
+++ b/Pda/View/SoSetting/productOutCode.html
@@ -786,6 +786,7 @@
}, function () {
canPickBox = true//鍥炶皟
$("#boxNo").val('');
+ $('#scanQty').val(0);
updateQtyList();
getBar();
refreshTable();
--
Gitblit v1.8.0