From 44b01cb2dc2bd64771b7533f650403da1433fb7a Mon Sep 17 00:00:00 2001
From: jhz <jinghz@oceic.com>
Date: 星期四, 04 五月 2023 08:20:50 +0800
Subject: [PATCH] 采购入库扫源单带仓库

---
 WebTM/views/验收入库/外购入库/Kf_POStockInBill_Fast.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBill_Fast.html" "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBill_Fast.html"
index af89da4..3c8780c 100644
--- "a/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBill_Fast.html"
+++ "b/WebTM/views/\351\252\214\346\224\266\345\205\245\345\272\223/\345\244\226\350\264\255\345\205\245\345\272\223/Kf_POStockInBill_Fast.html"
@@ -1062,10 +1062,10 @@
                                     return;//缁撴潫
                                 }
                                 else if (result.data.hBarTypeField == '婧愬崟鏉$爜') {
-                                    $("#HSupName").val(result.data.hSupName);
-                                    $("#HSupID").val(result.data.hSupID);
-                                    $("#HDeptName").val(result.data.hDeptName);
-                                    $("#HDeptID").val(result.data.hDeptID);
+                                    $("#HSupName").val(result.data.hSupNameField);
+                                    $("#HSupID").val(result.data.hSupIDField);
+                                    $("#HDeptName").val(result.data.hDeptNameField);
+                                    $("#HDeptID").val(result.data.hDeptIDField);
                                     $("#HSourceBillNo").val(result.data.hSourceBillNoField);
                                     $("#HBillType").val(result.data.hSourceBillTypeField)
                                     sessionStorage["SourceFlag"] = true;

--
Gitblit v1.9.1