From d37df25d14c9bf8ddaa4a0578dd8a84e2ffc7900 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 11 三月 2025 08:17:03 +0800
Subject: [PATCH] 采购到货
---
DevApp/Gs.DevApp/UserControl/SelectWwPc.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/SelectWwPc.cs b/DevApp/Gs.DevApp/UserControl/SelectWwPc.cs
index 9938354..140e41f 100644
--- a/DevApp/Gs.DevApp/UserControl/SelectWwPc.cs
+++ b/DevApp/Gs.DevApp/UserControl/SelectWwPc.cs
@@ -22,7 +22,7 @@
public SelectWwPc(string _lineId)
{
InitializeComponent();
- Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(this.GetType().FullName,gridView1, null, null, null, "", (value) =>
+ Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, null, "", (value) =>
{
});
--
Gitblit v1.9.3