器具主档:编辑页面 器具分类 改为 只能选择 已审核且未禁用的 数据。
3个文件已修改
37 ■■■■ 已修改文件
WebTM/Properties/PublishProfiles/LAYUI.pubxml.user 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/基础资料/公用基础资料/Gy_MouldType.html 26 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/views/模治具管理/模治具管理/Gy_MouldFile.html 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebTM/Properties/PublishProfiles/LAYUI.pubxml.user
@@ -3536,7 +3536,7 @@
      <publishTime>10/11/2024 11:32:36</publishTime>
    </File>
    <File Include="views/基础资料/公用基础资料/Gy_MaterType.html">
      <publishTime>05/15/2025 14:44:58</publishTime>
      <publishTime>06/03/2025 14:49:50</publishTime>
    </File>
    <File Include="views/基础资料/公用基础资料/Gy_MaterTypeEdit.html">
      <publishTime>05/15/2025 14:44:58</publishTime>
@@ -3545,7 +3545,7 @@
      <publishTime>10/11/2024 11:32:36</publishTime>
    </File>
    <File Include="views/基础资料/公用基础资料/Gy_MouldType.html">
      <publishTime>05/30/2025 13:35:14</publishTime>
      <publishTime>06/03/2025 14:53:16</publishTime>
    </File>
    <File Include="views/基础资料/公用基础资料/Gy_MouldType_Excel.html">
      <publishTime>10/11/2024 11:32:36</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:19:46</publishTime>
      <publishTime>06/03/2025 14:37:18</publishTime>
    </File>
    <File Include="views/模治具管理/模治具管理/Gy_MouldFileList.html">
      <publishTime>06/03/2025 14:03:10</publishTime>
WebTM/views/»ù´¡×ÊÁÏ/¹«Óûù´¡×ÊÁÏ/Gy_MouldType.html
@@ -836,6 +836,7 @@
                    sWhere += sql;
                }
                addSWhereByOpenType();
                get_Display(sWhere);
                sWhere = "";//调用接口后清空sWhere缓存
            }
@@ -1158,6 +1159,31 @@
            }
            //#endregion
            //#region èŽ·å–å‚æ•°
            function getUrlVars() {
                var vars = [], hash;
                var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
                for (var i = 0; i < hashes.length; i++) {
                    hash = hashes[i].split('=');
                    vars.push(hash[0]);
                    vars[hash[0]] = hash[1];
                }
                return vars;
            }
            //#endregion
            //#region åˆ¤æ–­æ˜¯ç›´æŽ¥æ‰“开页面还是其它页面通过选择按钮打开,并显示相应数据
            function addSWhereByOpenType() {
                //获取参数
                var params = getUrlVars();
                var openType = params[params[0]]; //从参数中获取 æ‰“开方式  1直接打开 2其它页面通过选择按钮打开
                var HOrgID = params[params[1]];
                if (typeof (openType) != "undefined") {
                    sWhere += " and ç¦ç”¨æ ‡è®° = '' and ISNULL(审核人,'') <> ''";
                }
            }
            //#endregion
            //修改按钮
            function set_ShowBill() {
                if (TagId != "") {
WebTM/views/Ä£Öξ߹ÜÀí/Ä£Öξ߹ÜÀí/Gy_MouldFile.html
@@ -737,6 +737,7 @@
            //模具分类
            form.on('submit(btnHMouleList)', function () {
                var HOrgID = $("#HUSEORGID").val();
                //页面层-自定义
                layer.open({
                    type: 2,
@@ -746,7 +747,7 @@
                    shift: 2,
                    area: ['80%', '80%'],
                    maxmin: true,
                    content: ['../../基础资料/公用基础资料/Gy_MouldType.html', 'yes'],
                    content: ['../../基础资料/公用基础资料/Gy_MouldType.html?openType=2&HOrgID=' + HOrgID, 'yes'],
                    btn: ['确定', '取消']
                    , btn1: function (index, layero) {
                        //按钮【按钮一】的回调
@@ -2311,7 +2312,7 @@
        }
        function GetMouldTypeValue(obj) {  //器具分类
            $("#HMouleTypeName").val(obj[0].HName);
            $("#HMouleTypeName").val(obj[0].器具分类名称);
            $("#HMouleTypeID").val(obj[0].HItemID);
        }