From f546cd6176206fc7a14e52f1bd615de6916b184b Mon Sep 17 00:00:00 2001
From: 杨乐 <yang.le.192@qq.com>
Date: 星期五, 21 一月 2022 17:23:01 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MESWMS-LayUI
---
WebTM/views/工资管理/Gy_DuSubsidyItemBillEdit.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/Gy_DuSubsidyItemBillEdit.html" "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/Gy_DuSubsidyItemBillEdit.html"
index 98b8112..49a9aff 100644
--- "a/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/Gy_DuSubsidyItemBillEdit.html"
+++ "b/WebTM/views/\345\267\245\350\265\204\347\256\241\347\220\206/Gy_DuSubsidyItemBillEdit.html"
@@ -173,7 +173,7 @@
data.field.HItemID = linterid == "" ? 0 : linterid;
var oMain = JSON.stringify(data.field)
- var sMainSub = oMain + ';' + linterid;
+ var sMainSub = oMain + ';' + linterid + ";" + sessionStorage["HUserName"];
$.ajax(
{
--
Gitblit v1.9.1