From c42e01627d34dc2ff3d18cc47b2018de3dbef36d Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期五, 25 七月 2025 15:15:34 +0800
Subject: [PATCH] 计件工资样式调整

---
 DevApp/Gs.DevApp/DevFrm/QC/Jyxm.cs |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Jyxm.cs b/DevApp/Gs.DevApp/DevFrm/QC/Jyxm.cs
index 221bf79..54ea4a2 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Jyxm.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Jyxm.cs
@@ -48,15 +48,12 @@
             txt_ftype.Text = strType;
             if (strType == QcSeason.iqc.ToString())
                 dfValue = 5;
+            if (strType == QcSeason.fqc.ToString())
+                dfValue = 999;
             //濡傛灉鏄痠pqc宸℃锛屾樉绀哄伐浣�
             if (strType != QcSeason.ipqc宸℃.ToString())
             {
                 gvMx1.Columns["stationName"].Visible = false;
-            }
-            //濡傛灉鏄痠pqc棣栨锛屾樉绀鸿璇�
-            if (strType != QcSeason.ipqc棣栨.ToString())
-            {
-                gvMx1.Columns["isRzxx"].Visible = false;
             }
             //鏂拌鍒濆鍊�
             this.gvMx1.InitNewRow += (s, e) =>
@@ -319,7 +316,7 @@
                         }
                         if (string.IsNullOrEmpty(row["ypsl"].ToString()))
                         {
-                            MsgHelper.ShowError("鏍峰搧鏁伴噺骞充笉鑳戒负绌猴紒");
+                            MsgHelper.ShowError("鏍峰搧鏁伴噺涓嶈兘涓虹┖锛�");
                             return;
                         }
                         string _Fstand = row["Fstand"].ToString();
@@ -544,7 +541,8 @@
                 case 2:
                     strMsg = "鎵瑰噯";
                     break;
-            };
+            }
+            ;
             toolBarMenu1.guidKey = "";
             string rowGuid, rowName;
             (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1, lbGuid, txt_itemNo, gridView1, "itemNo");
@@ -741,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