bug
lu
9 天以前 d157667c10afbda2cf8005459bffa78f40d1b033
DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.cs
@@ -72,6 +72,9 @@
                 if (strType == QcSeason.销售退货入库检.ToString())
                rptName = "rpt_Xsth";
            else
                 if (strType == QcSeason.委外退料入库检.ToString())
                rptName = "rpt_wwtl";
            else
                 if (strType == QcSeason.超期检.ToString())
            {
                rptName = "";
@@ -425,11 +428,14 @@
        {
            toolBarMenu1.isSetBtn = false;
            string rkckid = txt_rkCkId.GetId();
            if (string.IsNullOrEmpty(rkckid))
            if (strType != QcSeason.超期检.ToString())
            {
                Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择仓库!");
                txt_rkCkId.Focus();
                return;
                if (string.IsNullOrEmpty(rkckid))
                {
                    Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择仓库!");
                    txt_rkCkId.Focus();
                    return;
                }
            }
            if (txt_fcheckResu.Text.Trim() == _strTag && string.IsNullOrEmpty(txt_fngDesc.TextTxt.Trim()))
            {