From bdc4e1bddd257f1fb04854e8654149b7d9f4975d Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 20 十一月 2023 12:02:54 +0800
Subject: [PATCH] 1

---
 WebTM/views/工资管理/核算方式/Gy_ClassTimePrjBillEdit.html |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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