lu
2025-01-02 dae72e4ae96b80a296a986c32f8c468c0b5605c2
DevApp/Gs.DevApp/DevFrm/WW/Frm_WwCl.cs
@@ -56,7 +56,7 @@
                txt_bl002.Text = txt_aboutGuid.GetPrdNo();
                txt_bl014.Text = txt_aboutGuid.GetPrdName();
                txt_bl015.Text = txt_aboutGuid.GetPrdModel();
                txt_bl013.Text = txt_aboutGuid.GetRwd();
                var _obj = new
                {
                    currentPage = 1,
@@ -257,10 +257,10 @@
                txt_bl010.Focus();
                return;
            }
            if (string.IsNullOrEmpty(txt_bl017.Text.Trim()))
            if (string.IsNullOrEmpty(txt_bl008.Text.Trim()))
            {
                Gs.DevApp.ToolBox.MsgHelper.Warning("请选择单据类型!");
                txt_bl017.Focus();
                txt_bl008.Focus();
                return;
            }
            var _obj = new
@@ -269,7 +269,7 @@
                inGdId = inGdId,//工单号
                inCkId = inCkId,//仓库
                inYy = txt_bl007.Text.Trim(),//原因
                inType = txt_bl017.Text.Trim(),//类型
                inType = txt_bl008.Text.Trim(),//类型
                busType = 801,//业务类型编码
                busTypeTxt = "委外超领",//业务类型
                list = new List<dynamic>(),