zrg
2024-02-28 10ef0eca16dd40fa943595b6c62e50a1aa6030b9
WebTM/views/Ä£Öξ߹ÜÀí/Ä£Öξֿ߲â¹ÜÀí/Sc_Add_MouldLifeChangeBillList.html
@@ -147,6 +147,7 @@
    <script src="../../../layuiadmin/Scripts/webConfig.js"></script>
    <script src="../../../layuiadmin/PubCustom.js"></script>
    <script src="../../../layuiadmin/zgqCustom/zgqCustom.js"></script>
    <script src="../../../layuiadmin/PageTitle.js"></script>
    <script>
        //获取参数
        function getUrlVars() {
@@ -190,6 +191,14 @@
            //        icon: 4, skin: 'layui-layer-lan', title: "温馨提示", closeBtn: 0, btn: ['重新登录']
            //    }, function () { window.location.href = "../../user/login.html"; });
            //}
            //#region ã€åŠ¨æ€èŽ·å–æ¨¡å—åç§°ã€‘
            var HModuleType = "3824";
            //通过单据类型,从数据库动态获取单据模块命名,引用js文件 PageTitle.js
            var HPageTitle = get_PageTitle(HModuleType) == "" ? $("h1").html() : get_PageTitle(HModuleType);
            $("h1").html('<b>' + HPageTitle + '</b>');
          //#endregion
            var tableReload = table.reload;
            var option = {
                elem: '#mainTable'
@@ -217,7 +226,7 @@
                    , { field: 'HUnitName', title: '计量单位', width: 100 }
                    , { field: 'HDesignLife', title: '设计寿命', edit: 'text', width: 100, totalRow: true }
                    , { field: 'HLeaveLife', title: '原剩余寿命', edit: 'text', width: 100, totalRow: true }
                    , { field: 'HNewLeaveLife', title: '新剩余寿命', edit: 'text', width: , totalRow: true }
                    , { field: 'HNewLeaveLife', title: '新剩余寿命', edit: 'text', width:100 , totalRow: true }
                    , { field: 'HRemark', title: '表体备注', edit: 'text', width: 100 }
                ]]
                , limit: 500 //每页默认显示的数量
@@ -490,7 +499,7 @@
            function RoadBillMain(hID)//加载表头
            {
                //查询检验方案单是否存在
                $.ajax({
                    url: GetWEBURL() + "Sc_MouldLifeChangeBill/Sc_GetMouldLifeChangeBillListCheckDetai",