From 9f02d4ee868220602522532dc7cc9cf04dcc8725 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 02 六月 2025 16:47:07 +0800 Subject: [PATCH] bug修改 --- DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs index 9b3102e..3bf40fa 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.Designer.cs @@ -996,6 +996,7 @@ this.txt_fCloserId.Size = new System.Drawing.Size(170, 24); this.txt_fCloserId.StyleController = this.layoutMx1; this.txt_fCloserId.TabIndex = 392; + this.txt_fCloserId.Tag = "readonly"; // // txt_fCloseDate // @@ -1004,6 +1005,7 @@ this.txt_fCloseDate.Size = new System.Drawing.Size(170, 24); this.txt_fCloseDate.StyleController = this.layoutMx1; this.txt_fCloseDate.TabIndex = 393; + this.txt_fCloseDate.Tag = "readonly"; // // txt_fCloseStatusTxt // @@ -1012,6 +1014,7 @@ this.txt_fCloseStatusTxt.Size = new System.Drawing.Size(170, 24); this.txt_fCloseStatusTxt.StyleController = this.layoutMx1; this.txt_fCloseStatusTxt.TabIndex = 394; + this.txt_fCloseStatusTxt.Tag = "readonly"; // // layoutControlItem16 // @@ -1570,7 +1573,7 @@ // this.gvMx1bld008.AppearanceCell.Options.UseFont = true; this.gvMx1bld008.Caption = "宸叉壂鏁伴噺"; - this.gvMx1bld008.FieldName = "ysNum"; + this.gvMx1bld008.FieldName = "sQty"; this.gvMx1bld008.MinWidth = 50; this.gvMx1bld008.Name = "gvMx1bld008"; this.gvMx1bld008.OptionsColumn.ReadOnly = true; -- Gitblit v1.9.3