cdk
2025-12-02 821e74f483c3fddebe42ef30bb06e8fe29b1a5b9
调拨出库申请组织,调拨类型,货主类型字段只读
已修改1个文件
7 ■■■■ 文件已修改
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.cs 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesDbck.cs
@@ -308,6 +308,7 @@
            txt_ftranstype.ReadOnly = true;
            txt_fOwnerTypeIdHead.ReadOnly = true;
            txt_fOwnerTypeInIdHead.ReadOnly = true;
            txt_djtype.ReadOnly = true;
        }
        /// <summary>
        /// 新增事件
@@ -324,7 +325,11 @@
            Gs.DevApp.ToolBox.UtilityHelper.SetDefaultTable(gcMx1, gvMx1);
            //增加时,默认组织
            string deftOrg = UtilityHelper.GetFirstOrg(txt_fapporgid);
            txt_fapporgid.IsReadly = true;
            txt_ftranstype.ReadOnly = true;
            txt_fOwnerTypeIdHead.ReadOnly = true;
            txt_fOwnerTypeInIdHead.ReadOnly = true;
            txt_djtype.ReadOnly = true;
        }
        /// <summary>
        /// 保存事件