From d08523ef10664d4e375eebc0734e79d903aa8b17 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 19 二月 2025 08:58:46 +0800
Subject: [PATCH] 采购退货申请
---
DevApp/Gs.DevApp/UserControl/SelectMesCgthSq.cs | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/SelectMesCgthSq.cs b/DevApp/Gs.DevApp/UserControl/SelectMesCgthSq.cs
index 834ebf1..b34fad9 100644
--- a/DevApp/Gs.DevApp/UserControl/SelectMesCgthSq.cs
+++ b/DevApp/Gs.DevApp/UserControl/SelectMesCgthSq.cs
@@ -22,10 +22,12 @@
private string suppId = "";
private string receiveOrgId = "";
private string isWw = "";
- /// <summary>
- /// 渚涘簲鍟嗙紪鍙�
- /// </summary>
- /// <param name="supp_no"></param>
+ /// <summary>
+ ///
+ /// </summary>
+ /// <param name="_suppId">渚涘簲鍟嗙紪鍙� </param>
+ /// <param name="_receiveOrgId">缁勭粐缂栧彿</param>
+ /// <param name="_isWw">2涓哄澶栵紝1涓洪噰璐�</param>
public SelectMesCgthSq(string _suppId, string _receiveOrgId, string _isWw)
{
InitializeComponent();
@@ -33,7 +35,7 @@
this.receiveOrgId = _receiveOrgId;
this.isWw = _isWw;
pageBar1.PagerEvent += PageBar1_PagerEvent;
- Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, null, "", (value) =>
+ Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(this.GetType().FullName,gridView1, null, null, null, "", (value) =>
{
});
@@ -84,7 +86,7 @@
everyPageSize = pageSize,
sortName = "",
keyWhere = "",
- inBusType = isWw,
+ inIsWw = this.isWw,
inSupId = this.suppId,
inReceiveOrgId = this.receiveOrgId,
};
--
Gitblit v1.9.3