From 2c2324be7f5df016e2d5ddb5ef73eff077c3e449 Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期一, 17 一月 2022 08:55:47 +0800
Subject: [PATCH] 修改了生产领料扫源单时配套数量取值
---
WebTM/views/领料发货/领料出库/Kf_MateOutBill_Fast.html | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\242\206\346\226\231\345\207\272\345\272\223/Kf_MateOutBill_Fast.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\242\206\346\226\231\345\207\272\345\272\223/Kf_MateOutBill_Fast.html"
index 4fe96fa..2003514 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\242\206\346\226\231\345\207\272\345\272\223/Kf_MateOutBill_Fast.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\351\242\206\346\226\231\345\207\272\345\272\223/Kf_MateOutBill_Fast.html"
@@ -913,7 +913,10 @@
-
+ if (HPPQty == "")
+ {
+ HPPQty = 0;
+ }
--
Gitblit v1.9.1