From 96216453bee75f40715b4e687fef7226bb560ac9 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期四, 11 十二月 2025 10:43:35 +0800
Subject: [PATCH] 1、克重逻辑更改

---
 DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.cs          |    2 +-
 DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
index 25550de..32c5b46 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
@@ -911,7 +911,7 @@
             // 
             this.txt_weight.Location = new System.Drawing.Point(701, 162);
             this.txt_weight.Name = "txt_weight";
-            this.txt_weight.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
+            this.txt_weight.Properties.Appearance.ForeColor = System.Drawing.Color.Lime;
             this.txt_weight.Properties.Appearance.Options.UseForeColor = true;
             this.txt_weight.Size = new System.Drawing.Size(233, 20);
             this.txt_weight.StyleController = this.layoutMx1;
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.cs
index a38e17b..352da21 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.cs
@@ -556,7 +556,7 @@
                 guid = UtilityHelper.ToGuid(lbGuid.Text.Trim()), //涓诲缓
                 fngDesc = txt_fngDesc.TextTxt.Trim(),
                 iqcRemark= txt_iqcRemark.Text.Trim(),
-                weight = txt_weight.Text.Trim(),
+                weight = txt_weight.Text.Trim(), 
             };
             try
             {

--
Gitblit v1.9.3