From fc2276c58a3b0be55b027b7786c114227a9c6696 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 19 十二月 2022 16:09:39 +0800
Subject: [PATCH] 寿命调整单 单据 新寿命 未保存进去
---
DAL/工资管理/ClsPay_PayMentBill.cs | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git "a/DAL/\345\267\245\350\265\204\347\256\241\347\220\206/ClsPay_PayMentBill.cs" "b/DAL/\345\267\245\350\265\204\347\256\241\347\220\206/ClsPay_PayMentBill.cs"
index 0ee3c94..5f81953 100644
--- "a/DAL/\345\267\245\350\265\204\347\256\241\347\220\206/ClsPay_PayMentBill.cs"
+++ "b/DAL/\345\267\245\350\265\204\347\256\241\347\220\206/ClsPay_PayMentBill.cs"
@@ -247,17 +247,17 @@
oSub.HPayRemark = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HPayRemark"]);
oSub.HUnPayRemark = DBUtility.ClsPub.isStrNull(DsSub.Tables[0].Rows[i]["HUnPayRemark"]);
//====鑷畾涔夊垪 鏄剧ず 骞�
- oSub.oSelfValue.Clear();
- foreach (Model.ClsGy_SelfEntry oEntry in omodel.oSelf)
- {
- Model.ClsGy_SelfEntryValue oSubValue = new Model.ClsGy_SelfEntryValue();
- oSubValue.HInterID = oSub.HInterID;
- oSubValue.HEntryID = oSub.HEntryID;
- oSubValue.HSQLColumnName = oEntry.HSQLColumnName;
- oSubValue.HCaption = oEntry.HCaption;
- oSubValue.HValue = DsSub.Tables[0].Rows[i][oEntry.HSQLColumnName];
- oSub.oSelfValue.Add(oSubValue);
- }
+ //oSub.oSelfValue.Clear();
+ //foreach (Model.ClsGy_SelfEntry oEntry in omodel.oSelf)
+ //{
+ // Model.ClsGy_SelfEntryValue oSubValue = new Model.ClsGy_SelfEntryValue();
+ // oSubValue.HInterID = oSub.HInterID;
+ // oSubValue.HEntryID = oSub.HEntryID;
+ // oSubValue.HSQLColumnName = oEntry.HSQLColumnName;
+ // oSubValue.HCaption = oEntry.HCaption;
+ // oSubValue.HValue = DsSub.Tables[0].Rows[i][oEntry.HSQLColumnName];
+ // oSub.oSelfValue.Add(oSubValue);
+ //}
//==============
DetailColl.Add(oSub);
}
--
Gitblit v1.9.1