From ef7d088a7d22677165e53b8e50c8de679b4b36dc Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 27 三月 2025 21:54:22 +0800
Subject: [PATCH] 受退
---
DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.cs | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.cs b/DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.cs
index 3989857..464524a 100644
--- a/DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.cs
+++ b/DevApp/Gs.DevApp/UserControl/SelectShuoTuiSq.cs
@@ -15,18 +15,22 @@
private string cusId = "";
private string inOrgId = "";
private string isSource = "";
+ private string ckId = "";
/// <summary>
///
/// </summary>
- /// <param name="_suppId">渚涘簲鍟嗙紪鍙� </param>
- /// <param name="_inOrgId">缁勭粐缂栧彿</param>
- /// <param name="_isWw">0鏈夋簮1锛�1鏃犳簮</param>
- public SelectShuoTuiSq(string _cusId, string _inOrgId, string _isSource)
+ /// <param name="_cusId">瀹㈡埛</param>
+ /// <param name="_inOrgId">缁勭粐</param>
+ /// <param name="_ckId">浠撳簱</param>
+ /// <param name="_isSource">0鏈夋簮1锛�1鏃犳簮</param>
+ public SelectShuoTuiSq(string _cusId, string _inOrgId, string _ckId, string _isSource)
{
InitializeComponent();
this.cusId = _cusId;
this.inOrgId = _inOrgId;
+ this.ckId = _ckId;
this.isSource = _isSource;
+
pageBar1.PagerEvent += PageBar1_PagerEvent;
Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, null, "", (value) =>
{
@@ -94,6 +98,7 @@
inIsSource = this.isSource,
inCusId = this.cusId,
inOrgId = this.inOrgId,
+ inCkId = this.ckId
};
var json = JsonConvert.SerializeObject(_obj);
try
--
Gitblit v1.9.3