diff --git a/APPQ5/QMAPP.WinForm/App.config b/APPQ5/QMAPP.WinForm/App.config index ddb7ff1..18687e2 100644 --- a/APPQ5/QMAPP.WinForm/App.config +++ b/APPQ5/QMAPP.WinForm/App.config @@ -7,10 +7,10 @@ - + + - + @@ -205,7 +205,7 @@ --> - + diff --git a/APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs b/APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs index dd6f0ac..12a9d4c 100644 --- a/APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs +++ b/APPQ5/QMAPP.WinForm/Forms/Operation/OperationForm.cs @@ -1545,6 +1545,22 @@ namespace QMAPP.WinForm.Forms.Operation if (dgr.Cells["daresult"].Value != null && dgr.Cells["daresult"].Value.ToString() == "通过") { dgr.DefaultCellStyle.BackColor = Color.Green; + #region 中插护面颜色 + //------------20220527 DQZHANG 中插护面颜色------------------ + if (dgr.Cells["materialtypename"].Value.ToString() == "17G.867.X.3B 26S 27T")//浅灰 + { + dgr.DefaultCellStyle.BackColor = Color.Gainsboro; + } + if (dgr.Cells["materialtypename"].Value.ToString() == "17G.867.X.3B 3RB 30C")//红棕 + { + dgr.DefaultCellStyle.BackColor = Color.DarkOrange; + } + if (dgr.Cells["materialtypename"].Value.ToString() == "17G.867.X.030B RJ4 EW7")//深灰 + { + dgr.DefaultCellStyle.BackColor = Color.Gray; + } + //-----------------------end-------------------------- + #endregion } else if (dgr.Cells["daresult"].Value != null && dgr.Cells["daresult"].Value.ToString() == "未通过") { diff --git a/ServicesCenter/WCF/QMFrameWork.WebServiceHost/Web.config b/ServicesCenter/WCF/QMFrameWork.WebServiceHost/Web.config index 0b3e916..288cf49 100644 --- a/ServicesCenter/WCF/QMFrameWork.WebServiceHost/Web.config +++ b/ServicesCenter/WCF/QMFrameWork.WebServiceHost/Web.config @@ -68,15 +68,15 @@ - - + - + +