From 528b1ae722536aafc6afce10389ce7982ed278df Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 09 9月 2025 16:05:01 +0800
Subject: [PATCH] //按照AGV的要求,必须是6位数字 【Editby shaocx,2025-09-09】

---
 WMS/WMS/UI/WORK/preview.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WMS/WMS/UI/WORK/preview.cs b/WMS/WMS/UI/WORK/preview.cs
index dc62070..099b225 100644
--- a/WMS/WMS/UI/WORK/preview.cs
+++ b/WMS/WMS/UI/WORK/preview.cs
@@ -101,7 +101,7 @@
             {
                 if (!newform.Contains(button.Text))
                 {
-                    FrmPVClist listView = new FrmPVClist(button.Text, 1);//dataGridView1
+                    FrmPVClist listView = new FrmPVClist(button.Text, 1,0);//dataGridView1
                     listView.Show();
                     newform.Add(button.Text);
                 }

--
Gitblit v1.9.3