From d3331d49ea082f1b2930b4e852040fec2153eeea Mon Sep 17 00:00:00 2001
From: wy <1qaz@123>
Date: 星期四, 17 十一月 2022 16:52:44 +0800
Subject: [PATCH] 代码上传

---
 WebTM/views/领料发货/收料入库/Kf_ReciveBill_Fast.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\346\224\266\346\226\231\345\205\245\345\272\223/Kf_ReciveBill_Fast.html" "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\346\224\266\346\226\231\345\205\245\345\272\223/Kf_ReciveBill_Fast.html"
index 777f1a8..cab0932 100644
--- "a/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\346\224\266\346\226\231\345\205\245\345\272\223/Kf_ReciveBill_Fast.html"
+++ "b/WebTM/views/\351\242\206\346\226\231\345\217\221\350\264\247/\346\224\266\346\226\231\345\205\245\345\272\223/Kf_ReciveBill_Fast.html"
@@ -203,8 +203,8 @@
                         if (result.code == "1") {
                             var sSubStr = table.cache['mainTable'];
                             for (var i = 0; i < sSubStr.length; i++) {
-                                if (sSubStr[i].HMaterID == HBarCode.split("#")[0]) {
-                                    sSubStr[i].HSQty += parseInt(HBarCode.split("#")[1]);
+                                if (sSubStr[i].HEntryID == result.data[0]["HSourceEntryID"]) {
+                                    sSubStr[i].HSQty += parseInt(result.data[0]["HQty"]);
                                     table.render(option);
                                     break;
                                 }

--
Gitblit v1.9.1