器具主档:编辑页面 默认保养规程 改为 只能选择 已审核且未禁用的 数据。
3个文件已修改
8 ■■■■ 已修改文件
WebTM/Properties/PublishProfiles/LAYUI.pubxml.user 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/模治具管理/模治具管理/Gy_MouldFile.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/模治具管理/模治具管理/Sc_MouldMaintainRuleBillList.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
@@ -5149,7 +5149,7 @@
      <publishTime>07/19/2021 10:10:46</publishTime>
    </File>
    <File Include="views/模治具管理/模治具管理/Gy_MouldFile.html">
      <publishTime>06/03/2025 15:48:15</publishTime>
      <publishTime>06/03/2025 15:55:14</publishTime>
    </File>
    <File Include="views/模治具管理/模治具管理/Gy_MouldFileList.html">
      <publishTime>06/03/2025 14:03:10</publishTime>
@@ -5267,7 +5267,7 @@
      <publishTime>03/19/2025 10:10:14</publishTime>
    </File>
    <File Include="views/模治具管理/模治具管理/Sc_MouldMaintainRuleBillList.html">
      <publishTime>03/27/2025 13:53:19</publishTime>
      <publishTime>06/03/2025 15:54:42</publishTime>
    </File>
    <File Include="views/模治具管理/模治具管理/Sc_MouldMaintainRuleBillList_PDA.html">
      <publishTime>05/15/2025 14:44:59</publishTime>
WebTM/views/Ä£Öξ߹ÜÀí/Ä£Öξ߹ÜÀí/Gy_MouldFile.html
@@ -1194,7 +1194,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['Sc_MouldMaintainRuleBillList.html', 'yes'],
                    content: ['Sc_MouldMaintainRuleBillList.html?openType=2', 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
                        //按钮【按钮一】的回调
WebTM/views/Ä£Öξ߹ÜÀí/Ä£Öξ߹ÜÀí/Sc_MouldMaintainRuleBillList.html
@@ -1104,7 +1104,7 @@
                var openType = params[params[0]]; //从参数中获取 æ‰“开方式  1直接打开 2其它页面通过选择按钮打开
                var addSWhere = "";
                if (typeof (openType) != "undefined") {
                    addSWhere = " and å…³é—­äºº = '' and å®¡æ ¸äºº != ''";
                    addSWhere = " and å…³é—­äºº = '' and å®¡æ ¸äºº <> ''";
                }
                return addSWhere;
            }