From adc3fd8af6ff791cd3f924890419cd0cba385f51 Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期五, 25 七月 2025 15:48:34 +0800 Subject: [PATCH] 调整审核的文字提示 --- DevApp/Gs.DevApp/DevFrm/QC/Jyxm.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Jyxm.cs b/DevApp/Gs.DevApp/DevFrm/QC/Jyxm.cs index d03e86e..54ea4a2 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/Jyxm.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/Jyxm.cs @@ -48,6 +48,8 @@ txt_ftype.Text = strType; if (strType == QcSeason.iqc.ToString()) dfValue = 5; + if (strType == QcSeason.fqc.ToString()) + dfValue = 999; //濡傛灉鏄痠pqc宸℃锛屾樉绀哄伐浣� if (strType != QcSeason.ipqc宸℃.ToString()) { @@ -539,7 +541,8 @@ case 2: strMsg = "鎵瑰噯"; break; - }; + } + ; toolBarMenu1.guidKey = ""; string rowGuid, rowName; (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, lbGuid, txt_itemNo, gridView1, "itemNo"); @@ -736,6 +739,9 @@ ,"1.50---(AQL_0_150)" ,"2.00---(AQL_0_200)" ,"2.50---(AQL_0_250)" + ,"4.00---(AQL_0_400)" + ,"6.50---(AQL_0_650)" + ,"10.00---(AQL_1_000)" }); } /// <summary> -- Gitblit v1.9.3