From 1703db290a6ee6511d50efff6e67c716be2cdb58 Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期四, 14 八月 2025 18:27:54 +0800 Subject: [PATCH] 1、来料检验申请增加需求单据号字段2、免检增加默认组织、新的对供应商的 维护校验3、新增底部汇总、保存刷新4、到货条码打印新增底部汇总、列表明细5、到货单按钮布局改变5、UtilityHelper类新增委托事件(列表显示明细)、快速配置GridView底部汇总(启用汇总行+设置列求和汇总) --- DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs | 30 +++++++++++++++++++++++++++--- 1 files changed, 27 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs index 46676a9..63d1432 100644 --- a/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItems.Designer.cs @@ -70,6 +70,8 @@ this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_Warehouse_keeper = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_tcode = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gv_tname = new DevExpress.XtraGrid.Columns.GridColumn(); this.pageBar1 = new UserControls.Data.UcPageBar(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl(); @@ -283,7 +285,9 @@ this.gridColumn7, this.gridColumn8, this.gridColumn9, - this.gv_Warehouse_keeper}); + this.gv_Warehouse_keeper, + this.gv_tcode, + this.gv_tname}); this.gridView1.DetailHeight = 272; this.gridView1.GridControl = this.gcMain1; this.gridView1.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always; @@ -598,12 +602,30 @@ // gv_Warehouse_keeper // this.gv_Warehouse_keeper.Caption = "浠撶鍛�"; - this.gv_Warehouse_keeper.FieldName = "fWpvtBaseQtr"; + this.gv_Warehouse_keeper.FieldName = "cgy"; this.gv_Warehouse_keeper.Name = "gv_Warehouse_keeper"; - this.gv_Warehouse_keeper.Tag = "query_a.F_WPVT_BASE_QTR"; + this.gv_Warehouse_keeper.Tag = "query_u1.cgy"; this.gv_Warehouse_keeper.Visible = true; this.gv_Warehouse_keeper.VisibleIndex = 21; this.gv_Warehouse_keeper.Width = 66; + // + // gv_tcode + // + this.gv_tcode.Caption = "鐗╂枡鍒嗙被缂栫爜"; + this.gv_tcode.FieldName = "tcode"; + this.gv_tcode.Name = "gv_tcode"; + this.gv_tcode.Tag = "query_t.tcode"; + this.gv_tcode.Visible = true; + this.gv_tcode.VisibleIndex = 22; + // + // gv_tname + // + this.gv_tname.Caption = "鐗╂枡鍒嗙被鍚嶇О"; + this.gv_tname.FieldName = "tname"; + this.gv_tname.Name = "gv_tname"; + this.gv_tname.Tag = "query_t.tname"; + this.gv_tname.Visible = true; + this.gv_tname.VisibleIndex = 23; // // pageBar1 // @@ -1319,5 +1341,7 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20; private DevExpress.XtraGrid.Columns.GridColumn gv_Warehouse_keeper; + private DevExpress.XtraGrid.Columns.GridColumn gv_tcode; + private DevExpress.XtraGrid.Columns.GridColumn gv_tname; } } \ No newline at end of file -- Gitblit v1.9.3