lu
2025-10-29 d6cc6e59e67f9ad43bd6c5f373761f94ea77aabf
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesItemsShow.cs
@@ -34,7 +34,7 @@
            {
                if (value < 0.0 || value > 1.0)
                {
                    MsgHelper.Warning("超采率必须在0到1之间!");
                    MsgHelper.ShowError("超采率必须在0到1之间!");
                    txt_lossPercent.Focus();
                    return false;
                }
@@ -45,7 +45,7 @@
            }
            else
            {
                MsgHelper.Warning("请输入有效的数字!");
                MsgHelper.ShowError("请输入有效的数字!");
                txt_lossPercent.EditValue = 0.0;
                txt_lossPercent.Focus();
                return false;
@@ -59,12 +59,12 @@
            {
                return;
            }
            var _obj = new
            {
                guidList = this.guidList,
                bz10 = txt_day.Value,
                percent = txt_lossPercent.EditValue
                bz10 = txt_day.Value,//提前到货天数
                percent = txt_lossPercent.EditValue,
                bz09= txt_bz09.Value,//后来改为iqc称重属性1要称重0不称重
            };
            try
            {