1
陈雯静
2024-02-28 fda28cff8d6ed7ce1acf878f3a23f8e77ecd53cf
WebTM/views/Ä£Öξ߹ÜÀí/Ä£Öξֿ߲â¹ÜÀí/Sc_MouldProdInBillList.html
@@ -16,6 +16,7 @@
    <script src="../../../layuiadmin/PubCustom.js"></script>
    <script src="../../../layuiadmin/zgqCustom/zgqCustom.js"></script>
    <script src="../../../layuiadmin/soulTable.slim.js"></script>
    <script src="../../../layuiadmin/PageTitle.js"></script>
</head>
<body>
    <div class="layui-fluid">
@@ -152,6 +153,13 @@
            //#endregion
            //#region è¿›å…¥é¡µé¢æ—¢åŠ è½½
            //#region ã€åŠ¨æ€èŽ·å–æ¨¡å—åç§°ã€‘
            var HModuleType = "3801";
            //通过单据类型,从数据库动态获取单据模块命名,引用js文件 PageTitle.js
            var HPageTitle = get_PageTitle(HModuleType) == "" ? document.title : get_PageTitle(HModuleType);
            //#endregion
            //初始化表格
            set_InitGrid();
            //加载数据到网格
@@ -222,13 +230,13 @@
                    , { field: '模具名称', title: '器具名称', width: 200, sort: true }
                    , { field: '规格型号', title: '规格型号', width: 200, sort: true }
                    , { field: '批次', title: '批次', width: 200, sort: true }
                    , { field: '应收数量', title: '应收数量', width: 200, totalRow: true, sort: true }
                    , { field: '实收数量', title: '实收数量', width: 200, totalRow: true, sort: true }
                    , { field: '单价', title: '单价', width: 200, sort: true }
                    , { field: '金额', title: '金额', width: 200, totalRow: true, sort: true }
                    , { field: '使用寿命', title: '使用寿命', width: 200, sort: true }
                    , { field: '设计寿命', title: '设计寿命', width: 200, sort: true }
                    , { field: '剩余寿命', title: '剩余寿命', width: 200, sort: true }
                    , { field: '应收数量', title: '应收数量', width: 200, totalRow: true, sort: true, totalRow: true }
                    , { field: '实收数量', title: '实收数量', width: 200, totalRow: true, sort: true, totalRow: true}
                    , { field: '单价', title: '单价', width: 200, sort: true, totalRow: true}
                    , { field: '金额', title: '金额', width: 200, totalRow: true, sort: true, totalRow: true }
                    , { field: '使用寿命', title: '使用寿命', width: 200, sort: true, totalRow: true }
                    , { field: '设计寿命', title: '设计寿命', width: 200, sort: true, totalRow: true }
                    , { field: '剩余寿命', title: '剩余寿命', width: 200, sort: true, totalRow: true }
                    , { field: '库存组织', title: '库存组织', width: 125, sort: true }
                    , { field: 'HWHID', title: 'HWHID', width: 200, hide: true, sort: true }
                    , { field: '收料仓库代码', title: '仓库代码', width: 200, sort: true }
@@ -334,7 +342,7 @@
                layer.open({
                    type: 2,
                    skin: 'layui-layer-rim', //加上边框
                    title: '新增器具采购入库单',
                    title: '新增' + HPageTitle,
                    closeBtn: 1,
                    shift: 2,
                    area: ['100%', '100%'],
@@ -359,7 +367,7 @@
                    layer.open({
                        type: 2
                        , area: ['100%', '100%']
                        , title: '编辑器具采购入库单'
                        , title: '编辑' + HPageTitle
                        , closeBtn: 1
                        , shade: 0.6 //遮罩透明度
                        , maxmin: true //允许全屏最小化