器具主档:编辑页面 部门 改为 只能选择 已审核且未禁用的 数据。
3个文件已修改
10 ■■■■■ 已修改文件
WebTM/Properties/PublishProfiles/LAYUI.pubxml.user 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/基础资料/公用基础资料/Gy_DepartmentList.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/模治具管理/模治具管理/Gy_MouldFile.html 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
@@ -3471,7 +3471,7 @@
      <publishTime>07/19/2021 10:10:46</publishTime>
    </File>
    <File Include="views/基础资料/公用基础资料/Gy_DepartmentList.html">
      <publishTime>05/15/2025 14:44:59</publishTime>
      <publishTime>06/03/2025 15:05:41</publishTime>
    </File>
    <File Include="views/基础资料/公用基础资料/Gy_Department_Edit.html">
      <publishTime>04/29/2021 09:11:59</publishTime>
@@ -5149,7 +5149,7 @@
      <publishTime>07/19/2021 10:10:46</publishTime>
    </File>
    <File Include="views/模治具管理/模治具管理/Gy_MouldFile.html">
      <publishTime>06/03/2025 14:59:09</publishTime>
      <publishTime>06/03/2025 15:11:10</publishTime>
    </File>
    <File Include="views/模治具管理/模治具管理/Gy_MouldFileList.html">
      <publishTime>06/03/2025 14:03:10</publishTime>
WebTM/views/»ù´¡×ÊÁÏ/¹«Óûù´¡×ÊÁÏ/Gy_DepartmentList.html
@@ -1203,7 +1203,7 @@
                        addSWhere = " and ç¦ç”¨æ ‡è®° = '' and è½¦é—´æ ‡è®° = 'Y' ";
                        Organization = HOrgName.toString();
                    } else {
                        addSWhere = " and ç¦ç”¨æ ‡è®° = '' ";
                        addSWhere = " and ç¦ç”¨æ ‡è®° = '' and ISNULL(审核人,'') <> '' ";
                        Organization = HOrgName.toString();
                    }
                }
WebTM/views/Ä£Öξ߹ÜÀí/Ä£Öξ߹ÜÀí/Gy_MouldFile.html
@@ -812,6 +812,8 @@
            //部门
            form.on('submit(btnHDeptList)', function () {
                var HOrgName = sessionStorage["Organization"];
                //页面层-自定义
                layer.open({
                    type: 2,
@@ -821,7 +823,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../基础资料/公用基础资料/Gy_DepartmentList.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_DepartmentList.html?openType=2&HOrgName=' + HOrgName, 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
                        //按钮【按钮一】的回调