From 7e2a04ccd56eaf11e14af28e54771b1db3283bc0 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 19 十一月 2024 18:41:08 +0800
Subject: [PATCH] 采购入库单核对

---
 DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemArn.Designer.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemArn.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemArn.Designer.cs
index f82c92f..03a6427 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemArn.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesInvItemArn.Designer.cs
@@ -1170,6 +1170,7 @@
             // 
             // txt_depotsId
             // 
+            this.txt_depotsId.IsReadly = true;
             this.txt_depotsId.KeyFile = "";
             this.txt_depotsId.Location = new System.Drawing.Point(421, 50);
             this.txt_depotsId.Margin = new System.Windows.Forms.Padding(0);
@@ -1198,6 +1199,7 @@
             // 
             // txt_suppId
             // 
+            this.txt_suppId.IsReadly = true;
             this.txt_suppId.KeyFile = "";
             this.txt_suppId.Location = new System.Drawing.Point(98, 50);
             this.txt_suppId.Margin = new System.Windows.Forms.Padding(0);

--
Gitblit v1.9.3