From 9516ce1ad9e8be1b9d33f7961c91a5683cc83f07 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 07 六月 2025 15:37:32 +0800 Subject: [PATCH] 采购报表 --- DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.cs | 2 +- DevApp/Gs.DevApp/App.config | 4 ++-- DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs | 24 ++++++++++++------------ 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/DevApp/Gs.DevApp/App.config b/DevApp/Gs.DevApp/App.config index f77fd81..f130d2b 100644 --- a/DevApp/Gs.DevApp/App.config +++ b/DevApp/Gs.DevApp/App.config @@ -29,8 +29,8 @@ </runtime> <appSettings> <!--<add key="WebApiUrl" value="http://localhost:5263/" />--> - <!--<add key="WebApiUrl" value="http://192.168.1.145:8081/" />--> - <add key="WebApiUrl" value="http://192.168.1.145:81/" /> + <add key="WebApiUrl" value="http://192.168.1.145:8081/" /> + <!--<add key="WebApiUrl" value="http://192.168.1.145:81/" />--> <add key="LogPath" value="logs" /> <add key="ProductName" value="G-MES V2.0" /> <add key="PageSize" value="50" /> diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs index aed2178..de99371 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs @@ -135,11 +135,11 @@ this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.gv_guid, + this.gv_itemBarcode, this.gv_itemId, this.gridColumn3, this.gridColumn2, this.gridColumn4, - this.gv_itemBarcode, this.gv_quantity, this.gv_depotId, this.gridColumn6, @@ -161,7 +161,7 @@ // gv_guid // this.gv_guid.AppearanceCell.Options.UseFont = true; - this.gv_guid.Caption = "涓婚敭GUID"; + this.gv_guid.Caption = "閲囪喘鏄庣粏GUID"; this.gv_guid.FieldName = "guid"; this.gv_guid.MinWidth = 50; this.gv_guid.Name = "gv_guid"; @@ -189,7 +189,7 @@ this.gridColumn3.MinWidth = 25; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; - this.gridColumn3.VisibleIndex = 1; + this.gridColumn3.VisibleIndex = 2; this.gridColumn3.Width = 73; // // gridColumn2 @@ -199,7 +199,7 @@ this.gridColumn2.MinWidth = 25; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.Visible = true; - this.gridColumn2.VisibleIndex = 2; + this.gridColumn2.VisibleIndex = 3; this.gridColumn2.Width = 73; // // gridColumn4 @@ -209,27 +209,27 @@ this.gridColumn4.MinWidth = 25; this.gridColumn4.Name = "gridColumn4"; this.gridColumn4.Visible = true; - this.gridColumn4.VisibleIndex = 3; + this.gridColumn4.VisibleIndex = 4; this.gridColumn4.Width = 73; // // gv_itemBarcode // this.gv_itemBarcode.AppearanceCell.Options.UseFont = true; - this.gv_itemBarcode.Caption = "鐗╂枡鏉$爜"; - this.gv_itemBarcode.FieldName = "itemBarcode"; + this.gv_itemBarcode.Caption = "閲囪喘鍗曞彿"; + this.gv_itemBarcode.FieldName = "hNo"; this.gv_itemBarcode.MinWidth = 50; this.gv_itemBarcode.Name = "gv_itemBarcode"; this.gv_itemBarcode.OptionsColumn.AllowEdit = false; this.gv_itemBarcode.Tag = "query_a.ITEM_BARCODE"; this.gv_itemBarcode.Visible = true; - this.gv_itemBarcode.VisibleIndex = 4; + this.gv_itemBarcode.VisibleIndex = 1; this.gv_itemBarcode.Width = 73; // // gv_quantity // this.gv_quantity.AppearanceCell.Options.UseFont = true; - this.gv_quantity.Caption = "鏁伴噺 "; - this.gv_quantity.FieldName = "quantity"; + this.gv_quantity.Caption = "閲囪喘鍗曟暟閲� "; + this.gv_quantity.FieldName = "cgsl"; this.gv_quantity.MinWidth = 50; this.gv_quantity.Name = "gv_quantity"; this.gv_quantity.OptionsColumn.AllowEdit = false; @@ -360,7 +360,7 @@ this.pageBar1.TabIndex = 4; this.pageBar1.TotalPages = 0; // - // CKTmkc + // Ckcgmx // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; @@ -368,7 +368,7 @@ this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.toolBarMenu1); this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; - this.Name = "CKTmkc"; + this.Name = "Ckcgmx"; this.Text = "鏉$爜搴撳瓨"; ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.cs index 881f5b8..0289baf 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.cs @@ -101,7 +101,7 @@ string json = JsonConvert.SerializeObject(pgq); try { - var strReturn = UtilityHelper.HttpPost("", _webServiceName + "GetListPage", json); + var strReturn = UtilityHelper.HttpPost("", _webServiceName + "GetListPageCgmx", json); ReturnModel<PageListModel> dd = UtilityHelper.ReturnToTablePage(strReturn); if (dd.rtnCode > 0) { -- Gitblit v1.9.3