1
lu
2024-12-17 cfdf4b780f30610c506246177cabe0950843b567
1
已修改2个文件
83 ■■■■ 文件已修改
DevApp/Gs.DevApp/App.config 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.cs 79 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/App.config
@@ -28,8 +28,8 @@
        </assemblyBinding>
    </runtime>
    <appSettings>
        <!-- <add key="WebApiUrl" value="http://localhost:5263/" />-->
        <add key="WebApiUrl" value="http://192.168.1.145:81/" />
         <add key="WebApiUrl" value="http://localhost:5263/" />
        <!--<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/Rk/Frm_MesItemQtrk.cs
@@ -130,44 +130,47 @@
        }
        private void ToolBarMenu1_btnReportClick(object sender, EventArgs e)
        {
            //toolBarMenu1.guidKey = "";
            //string rowGuid, rowName;
            //(rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
            //    lbGuid, txt_itemName, gridView1);
            //toolBarMenu1.guidKey = rowGuid;
            //if (xtraTabControl1.SelectedTabPageIndex == 0)
            //{
            //    getModel(rowGuid, false, 999);
            //    this.toolBarMenu1.rptParameter = "return false";
            //    return;
            //}
            //if (string.IsNullOrEmpty(txt_suppNo_1.GetCode()))
            //{
            //    Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择供应商!");
            //    txt_suppNo_1.Focus();
            //    this.toolBarMenu1.rptParameter = "return false";
            //    return;
            //}
            //if (string.IsNullOrEmpty(txt_iCount_1.Text.Trim()))
            //{
            //    Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择打印条码张数!");
            //    txt_iCount_1.Focus();
            //    this.toolBarMenu1.rptParameter = "return false";
            //    return;
            //}
            //if (string.IsNullOrEmpty(txt_psnQty_1.Text.Trim()))
            //{
            //    Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择打印条码数量!");
            //    txt_psnQty_1.Focus();
            //    this.toolBarMenu1.rptParameter = "return false";
            //    return;
            //}
            //this.toolBarMenu1.rptParameter = "rpt_ItemInv{" + txt_createDate1.Text.Trim()
            //       + "," + txt_tc_1.Checked.ToString().ToUpper()
            //       + "," + txt_suppNo_1.GetId()
            //       + "," + txt_iCount_1.Text.Trim()
            //       + "," + txt_psnQty_1.Text.Trim()
            //       + "}";
            toolBarMenu1.guidKey = "";
            string rowGuid, rowName;
            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
                lbGuid, txt_qtck, gridView1);
            toolBarMenu1.guidKey = rowGuid;
            if (xtraTabControl1.SelectedTabPageIndex == 0)
            {
                getModel(rowGuid);
                this.toolBarMenu1.rptParameter = "return false";
                return;
            }
            if (string.IsNullOrEmpty(txt_iCount_1.Text.Trim()))
            {
                Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择打印条码张数!");
                txt_iCount_1.Focus();
                this.toolBarMenu1.rptParameter = "return false";
                return;
            }
            if (string.IsNullOrEmpty(txt_psnQty_1.Text.Trim()))
            {
                Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择打印条码数量!");
                txt_psnQty_1.Focus();
                this.toolBarMenu1.rptParameter = "return false";
                return;
            }
            this.toolBarMenu1.rptParameter = "rpt_Qtrk{" + lbMxGuid.Text.Trim()
                   + "," + ""
                   + "," + ""
                   + "," + txt_iCount_1.Text.Trim()
                   + "," + txt_psnQty_1.Text.Trim()
                   + "}";
            //this.toolBarMenu1.rptParameter = "rpt_Arrival{" + ""
            //      + "," + ""
            //      + "," + ""
            //      + "," + txt_iCount_1.Text.Trim()
            //      + "," + txt_psnQty_1.Text.Trim()
            //      + "}";
        }
        /// <summary>