From e6f88e91e9decbf08d8ef1dc0575a765c56784ed Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 12 三月 2025 17:07:20 +0800
Subject: [PATCH] 采购订单:选择采购员后带出主管

---
 WebTM/views/采购管理/采购订单/Cg_POOrderBillEdit.html     |    4 ++++
 WebTM/Properties/PublishProfiles/JFTM.pubxml.user |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
index 1ca94ea..84d4ae9 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -7186,7 +7186,7 @@
       <publishTime>08/15/2024 14:53:23</publishTime>
     </File>
     <File Include="views/閲囪喘绠$悊/閲囪喘璁㈠崟/Cg_POOrderBillEdit.html">
-      <publishTime>03/12/2025 16:23:57</publishTime>
+      <publishTime>03/12/2025 17:06:08</publishTime>
     </File>
     <File Include="views/閲囪喘绠$悊/閲囪喘璁㈠崟/Cg_POOrderBillList.html">
       <publishTime>03/12/2025 10:06:10</publishTime>
diff --git "a/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\351\207\207\350\264\255\350\256\242\345\215\225/Cg_POOrderBillEdit.html" "b/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\351\207\207\350\264\255\350\256\242\345\215\225/Cg_POOrderBillEdit.html"
index e66bfad..e9c03c1 100644
--- "a/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\351\207\207\350\264\255\350\256\242\345\215\225/Cg_POOrderBillEdit.html"
+++ "b/WebTM/views/\351\207\207\350\264\255\347\256\241\347\220\206/\351\207\207\350\264\255\350\256\242\345\215\225/Cg_POOrderBillEdit.html"
@@ -1742,6 +1742,8 @@
                         }
                         $("#HEmpName").val(checkStatus.data[0].鑱屽憳鍚嶇О);
                         $("#HEmpID").val(checkStatus.data[0].HItemID);
+                        $("#HDeptID").val(checkStatus.data[0].HDeptID);
+                        $("#HDeptName").val(checkStatus.data[0].杞﹂棿鍚嶇О);
                         layer.close(index); //瀹冭幏鍙栫殑濮嬬粓鏄渶鏂板脊鍑虹殑鏌愪釜灞傦紝鍊兼槸鐢眑ayer鍐呴儴鍔ㄦ�侀�掑璁$畻鐨�
                     }
                     , btn2: function (index, layero) { }
@@ -2199,6 +2201,8 @@
        {
            $("#HEmpName").val(obj[0].鑱屽憳鍚嶇О);
            $("#HEmpID").val(obj[0].HItemID);
+           $("#HDeptID").val(obj[0].HDeptID);
+           $("#HDeptName").val(obj[0].杞﹂棿鍚嶇О);
        }
 
        function GetHDeptNameValue(obj)  //杩斿洖閲囪喘閮ㄩ棬

--
Gitblit v1.9.1