From b437a00db77cee8b767d30486e7935b57242a236 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 04 一月 2025 22:04:22 +0800 Subject: [PATCH] 仓库细节 --- DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.cs | 22 ++++++++++++++++------ 1 files changed, 16 insertions(+), 6 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.cs index 5cafb6b..5f2c13c 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01Check.cs @@ -35,7 +35,7 @@ Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx1); Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx2); Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameterMx(gvMx3); - Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, picCheckBox, this, "qualityAudit", "", (value) => + Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, picCheckBox, this, "modifyFlagTxt", "", (value) => { Gs.DevApp.ToolBox.UtilityHelper.JumpTab(xtraTabControl1, 0); }); @@ -265,7 +265,7 @@ /// </summary> /// <param name="curPage">绗嚑椤�</param> /// <param name="pageSize">姣忛〉鍑犳潯</param> - private void getPageList(int curPage) + private void getPageList(int curPage) { var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList); _sbSqlWhere += " and isnull(fsubmit,0)=1"; @@ -301,9 +301,9 @@ { ToolBox.MsgHelper.Warning("鎻愮ず锛�" + ex.Message); } - + } - private void getModel(string strGuid) + private void getModel(string strGuid) { bool isEdit = false; if (toolBarMenu1.currentAction == "add") return; @@ -355,7 +355,7 @@ { ToolBox.MsgHelper.Warning("鎻愮ず锛�" + ex.Message); } - + } /// <summary> /// 閫夐」鍗″垏鎹� @@ -409,7 +409,7 @@ /// 鏍规嵁妫�楠岄」鐩鍙栨娊鏍风粨鏋� /// </summary> /// <param name="guid5"></param> - private void getList12(string guid5) + private void getList12(string guid5) { var _obj = new { @@ -543,6 +543,16 @@ } if (!MsgHelper.AskQuestion("浣犻�夋嫨浜嗐��" + rowName + "銆戯紝纭畾" + strMsg + "鍚楋紵")) return; + if (_inFieldValue == 1) + { + if (txt_fcheckResu.Text == "涓嶅悎鏍�") + { + if (txt_fngHandle.Text.Trim().Length == 0) { + MsgHelper.Warning("鍗曟嵁涓轰笉鍚堟牸鏃惰閫夋嫨澶勭悊鏂瑰紡锛�"); + return; + } + } + } var _obj = new { guid = rowGuid, -- Gitblit v1.9.3