From d594a46c8212fc022c5f1dea7c9994d8b4a0d100 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期四, 30 十月 2025 08:46:06 +0800
Subject: [PATCH] 增加计件明细,月度工资,月度出勤报表
---
DevApp/Gs.DevApp/DevFrm/WW/WwBlcl.cs | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/WW/WwBlcl.cs b/DevApp/Gs.DevApp/DevFrm/WW/WwBlcl.cs
index 5380f01..4ab8897 100644
--- a/DevApp/Gs.DevApp/DevFrm/WW/WwBlcl.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WW/WwBlcl.cs
@@ -15,6 +15,7 @@
string _webServiceName = "WWBlManager/";
List<FilterEntity> _filterList = new List<FilterEntity>();
public string strType = "";
+ string _ucGys = "";//渚涘簲鍟�
public WwBlcl(string _strType)
{
InitializeComponent();
@@ -58,7 +59,7 @@
var orgId = txt_orgId.GetId();
if (string.IsNullOrEmpty(orgId))
return;
- txt_wwGys.getSuppler(orgId, txt_wwGys.GetId());
+ txt_wwGys.getSuppler(orgId, _ucGys);
};
//閫夋嫨闇�瑕佸叆搴撶殑鏄庣粏
btnSelect.Click += (s, e) =>
@@ -287,6 +288,8 @@
gridViews.Add(gvMx1);
UtilityHelper.CleanValueByControl(this.layoutMx1.Controls, true, gridViews);
Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1);
+ //澧炲姞鏃讹紝榛樿缁勭粐
+ string deftOrg = UtilityHelper.GetFirstOrg(txt_orgId);
}
/// <summary>
/// 淇濆瓨浜嬩欢
@@ -447,10 +450,12 @@
if (_rtn.rtnCode > 0)
{
dynamic dy = _rtn.rtnData;
+ _ucGys = dy.wwGys;
lbGuid.Text = strGuid;
List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>();
gvList.Add(gvMx1);
UtilityHelper.SetValueByObj(this.layoutMx1.Controls, dy, isEdit, gvList);
+ _ucGys = "";
JObject _job = JObject.Parse(strJson);
JArray array = new JArray();
foreach (var a in _job["rtnData"]["list"])
--
Gitblit v1.9.3