From a864b39cae2a3fc93e1342f6a0975e7c51c56c9e Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 16 八月 2023 17:03:22 +0800
Subject: [PATCH] 核算方式:修正新增报错

---
 WebTM/views/工资管理/核算方式/Gy_ClassTimePrjBillEdit.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 024c99f..44a0579 100644
--- a/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
+++ b/WebTM/Properties/PublishProfiles/JFTM.pubxml.user
@@ -2787,7 +2787,7 @@
       <publishTime>08/15/2023 16:34:53</publishTime>
     </File>
     <File Include="views/宸ヨ祫绠$悊/鏍哥畻鏂瑰紡/Gy_ClassTimePrjBillEdit.html">
-      <publishTime>04/11/2023 16:34:43</publishTime>
+      <publishTime>08/16/2023 17:02:00</publishTime>
     </File>
     <File Include="views/宸ヨ祫绠$悊/鏍哥畻鏂瑰紡/Gy_ClassTimePrjBillList.html">
       <publishTime>04/11/2023 16:34:43</publishTime>
diff --git "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\346\240\270\347\256\227\346\226\271\345\274\217/Gy_ClassTimePrjBillEdit.html" "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\346\240\270\347\256\227\346\226\271\345\274\217/Gy_ClassTimePrjBillEdit.html"
index ae1cfec..368f3be 100644
--- "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\346\240\270\347\256\227\346\226\271\345\274\217/Gy_ClassTimePrjBillEdit.html"
+++ "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/\346\240\270\347\256\227\346\226\271\345\274\217/Gy_ClassTimePrjBillEdit.html"
@@ -204,6 +204,10 @@
                         });
                 }
                 else {
+                    if (hID == "") {
+                        hID = " ";
+                    }
+                    sMainSub = oMain + ';' + hID + ';' + user + ';' + ModRightNameAdd;
                     $.ajax(
                         {
                             type: "POST",

--
Gitblit v1.9.1