From 96c18e8339a08c61385e0ba2d17801f22110f865 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 09 一月 2025 15:51:06 +0800
Subject: [PATCH] 细节修改

---
 DevApp/Gs.DevApp/UserControl/SelectCgMx.cs |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/DevApp/Gs.DevApp/UserControl/SelectCgMx.cs b/DevApp/Gs.DevApp/UserControl/SelectCgMx.cs
index 4c072fc..9427312 100644
--- a/DevApp/Gs.DevApp/UserControl/SelectCgMx.cs
+++ b/DevApp/Gs.DevApp/UserControl/SelectCgMx.cs
@@ -18,19 +18,23 @@
         private readonly string _webServiceName = "MesInvItemArnManager/";
         private string suppId = "";
         private string receiveOrgId = "";
+        private string isWw = "";
         /// <summary>
-        /// 渚涘簲鍟嗙紪鍙�
+        /// 
         /// </summary>
-        /// <param name="supp_no"></param>
-        public SelectCgMx(string _suppId,string _receiveOrgId)
+        /// <param name="_suppId"></param>
+        /// <param name="_receiveOrgId"></param>
+        /// <param name="_isWw"></param>
+        public SelectCgMx(string _suppId, string _receiveOrgId, string _isWw)
         {
             InitializeComponent();
             this.suppId = _suppId;
             this.receiveOrgId = _receiveOrgId;
+            this.isWw= _isWw;
             pageBar1.PagerEvent += PageBar1_PagerEvent;
             Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, null, "", (value) =>
             {
-                
+
             });
             getPageList(1, UtilityHelper.GetPageSize());
             btnIn.Click += (s, e) =>
@@ -79,9 +83,9 @@
                 everyPageSize = pageSize,
                 sortName = "",
                 keyWhere = "",
-                inBusType = "CG",
+                inBusType = isWw,
                 inSupId = this.suppId,
-                inReceiveOrgId=this.receiveOrgId,
+                inReceiveOrgId = this.receiveOrgId,
             };
             var json = JsonConvert.SerializeObject(_obj);
             try

--
Gitblit v1.9.3