From ba0c935cafc358cd8dc85b002ce8befba22c04a1 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期一, 11 八月 2025 08:42:59 +0800
Subject: [PATCH] bug

---
 DevApp/Gs.DevApp/DevFrm/QC/Jyxm.cs |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Jyxm.cs b/DevApp/Gs.DevApp/DevFrm/QC/Jyxm.cs
index 2b0efee..bff9872 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Jyxm.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Jyxm.cs
@@ -20,7 +20,7 @@
         private List<FilterEntity> _filterList = new List<FilterEntity>();
         private readonly string _webServiceName = "MesQmCheckitemManager/";
         public string strType = "";//iqc type
-        public decimal dfValue = 1;  //iqc鐨勬牱鍝佹暟閲忛粯璁�5锛屽惁鍒�1
+        public decimal dfValue = 1;  //iqc鐨勬牱鍝佹暟閲忛粯璁�5锛屽惁鍒欑湅涓嬮潰
         private string dftSsampleSizeName = "GB/T2828.1-2012/ISO";//榛樿
         private string dftSsampleSizeNo = "GB/T2828.1-2012/ISO";//榛樿
         private string dftFcheckLevel = "2.涓�鑸楠屾按骞�(II)";//榛樿妫�楠屾按骞�
@@ -47,13 +47,28 @@
             //绫诲瀷锛宨qc,ipqc宸℃锛宨pqc棣栨鏌�,fqc锛宨qc鐨勬牱鍝佸�奸粯璁や负5锛屽叾瀹冧负1
             txt_ftype.Text = strType;
             if (strType == QcSeason.iqc.ToString())
-                dfValue = 5;
+            {
+                dfValue = 5; 
+                gvMx1.Columns["funit"].Visible = true;
+                gvMx1.Columns["funit"].VisibleIndex = 13;
+                gvMx1.Columns["fcheckType"].Visible = false;
+            }
             if (strType == QcSeason.fqc.ToString())
+            {
                 dfValue = 0;
+                gvMx1.Columns["ypsl"].Visible = false;
+            }
+            if (strType == QcSeason.ipqc棣栨.ToString())
+            {
+                dfValue = 0;
+                gvMx1.Columns["ypsl"].Visible = false;
+               
+            }
             //濡傛灉鏄痠pqc宸℃锛屾樉绀哄伐浣�
             if (strType != QcSeason.ipqc宸℃.ToString())
             {
                 gvMx1.Columns["stationName"].Visible = false;
+                gvMx1.Columns["fcheckType"].Visible = false;
             }
             //鏂拌鍒濆鍊�
             this.gvMx1.InitNewRow += (s, e) =>
@@ -368,6 +383,7 @@
                             stationName = row["stationName"].ToString(),
                             FcheckType = row["FcheckType"].ToString(),
                             isRzxx = _isRzxx,
+                            Funit = row["funit"].ToString(),
                         });
                     }
                 }

--
Gitblit v1.9.3