From 6e54db0de1b41ca840e42e11b39a300dba7ceaba Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 17 十一月 2023 12:51:47 +0800
Subject: [PATCH] ../../销售管理/收款单/YS_ReceiveBill.html:增加 结算方式返回方法

---
 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