lg
昨天 0f8f046d23efc73146a5245d3edc55285c3219b1
条码交易加上汇总
已修改5个文件
21 ■■■■ 文件已修改
DevApp/Gs.DevApp/App.config 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.Designer.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.cs 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womcaa.cs 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/App.config
@@ -36,9 +36,9 @@
    </runtime>
    <appSettings>
        <add key="webapiurl" value="http://localhost:5263/" />
        <!--<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:81/" />
        <add key="LogPath" value="logs" />
        <add key="ProductName" value="G-MES V2.0" />
        <add key="PageSize" value="50" />
DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.Designer.cs
@@ -240,6 +240,7 @@
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsFind.ShowSearchNavButtons = false;
            this.gridView1.OptionsView.ShowAutoFilterRow = true;
            this.gridView1.OptionsView.ShowFooter = true;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            // 
            // billNo
@@ -318,6 +319,8 @@
            this.quantity.FieldName = "quantity";
            this.quantity.MinWidth = 24;
            this.quantity.Name = "quantity";
            this.quantity.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "quantity", "SUM={0:0.##}")});
            this.quantity.Tag = "quantity";
            this.quantity.Visible = true;
            this.quantity.VisibleIndex = 6;
DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.cs
@@ -36,7 +36,9 @@
            getPageList(1);
            pageBar1.PagerEvent += PageBar1_PagerEvent;
            this.gridView1.OptionsView.ShowFooter = true;
            this.quantity.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "quantity", "SUM={0:0.##}")});
        }
        private async void GridView1_ColumnFilterChanged(object sender, EventArgs e)
        {
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womcaa.cs
@@ -25,6 +25,15 @@
            this.toolBarMenu1.btnFjieAnClick += ToolBarMenu1_btnFjieAnClick;
            this.toolBarMenu1.btnLockClick += ToolBarMenu1_btnLockClick;
            this.toolBarMenu1.getXmlConfig();
            //_filterList.Add(
            //    new FilterEntity(
            //        "a.CAA020",
            //        "任务单号)",
            //        "like",
            //        "包含)",
            //        "%1%",
            //       ""
            //));
            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1);
            Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, this, null, "", (value) =>
            {
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
@@ -1351,6 +1351,7 @@
                                    column.UnboundExpression = _sqlFieldType;
                                }
                            }
                        }
                    }
                    //设置查询条件end