From 4e2d7ec9385cfcff372be53ab150faf1d64b0faa Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 10 七月 2023 13:13:34 +0800
Subject: [PATCH] 1

---
 WebTM/views/PublicPage/HSourceReportHtml.html |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/WebTM/views/PublicPage/HSourceReportHtml.html b/WebTM/views/PublicPage/HSourceReportHtml.html
index 769f728..081e3cc 100644
--- a/WebTM/views/PublicPage/HSourceReportHtml.html
+++ b/WebTM/views/PublicPage/HSourceReportHtml.html
@@ -197,9 +197,9 @@
 
                         }
                         $("#HDeptName").append(HDeptName);
-                        if (!isNaN(HDeptID)) {
-                            $("#HDeptName").val(HDeptID);
-                        }
+                        //if (!isNaN(HDeptID)) {
+                        //    $("#HDeptName").val(HDeptID);
+                        //}
                         form.render('select');
                     }
                     layer.closeAll("loading");
@@ -276,6 +276,18 @@
                         break;
                     case '濮斿璁㈠崟':
                         HModName = "WW_EntrustOrderBill_1601";
+                        break;
+                    case '鐢熶骇鍏ュ簱':
+                        HModName = "ProductInBill_1202";
+                        break;
+                    case '閲囪喘鍏ュ簱':
+                        HModName = "POStockInBill_1201";
+                        break;
+                    case '閿�鍞��璐�':
+                        HModName = "SellOutBackBill_1247";
+                        break;
+                    case '鐢熶骇閫�鏂�':
+                        HModName = "MateOutBackBill_1244";
                         break;
                 }
                 //鍒濆鏌ヨ
@@ -396,9 +408,9 @@
                     sWhere += " and " + ColName + " " + com;
                 }
                 //浼犻�掔殑鍙傛暟涓嶄负NAN
-                if (!isNaN(HDeptID) && HDeptName == 0) {
-                    HDeptName = HDeptID;
-                }
+                //if (!isNaN(HDeptID) && HDeptName == 0) {
+                //    HDeptName = HDeptID;
+                //}
                 switch (HSouceBillType) {
                     case '鐢熶骇璁㈠崟':
                         if (HBillNo) {

--
Gitblit v1.9.1