cdk
5 天以前 da1667144a6160a2ea78e9c4b112272dea20cbec
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.cs
@@ -1,4 +1,5 @@
using DevExpress.Pdf.Native.BouncyCastle.Utilities.Collections;
using DevExpress.XtraLayout.Customization;
using DevExpress.XtraRichEdit.API.Native;
using Gs.DevApp.DevFrm.QC;
using Gs.DevApp.Entity;
@@ -143,8 +144,10 @@
            //清空
            this.btnClean.Click += (s, e) =>
            {
                _setWeigth(1, "");
                this.txtW1.Text = this.txtW2.Text = this.txtW3.Text = this.txtW4.Text = this.txtW5.Text = "";
                if (!MsgHelper.AskQuestion("你选择了【" + txt_releaseNo.Text.Trim() + "】,确定清除所有称重数据吗?"))
                    return;
                _setWeigth(99, "");
            };
        }
        /// <summary>
@@ -195,6 +198,11 @@
                        txtW5.Text = _weight;
                        return;
                    }
                    if (_weightType == 99)
                    {
                        this.txtW1.Text = this.txtW2.Text = this.txtW3.Text = this.txtW4.Text = this.txtW5.Text = "";
                        return;
                    }
                }
            }
            catch (Exception ex)