kyy
5 天以前 96216453bee75f40715b4e687fef7226bb560ac9
1、克重逻辑更改
已修改2个文件
4 ■■■■ 文件已修改
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
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
            {