yangle
2024-03-28 d740ef122b2e776fccd91b409eae8f5a01c1775d
WebTM/views/²Ö´æ¹ÜÀí/²Ö¿âµ÷²¦/Kf_MoveStockRequestBillList.html
@@ -13,6 +13,7 @@
    <script src="../../../layuiadmin/zgqCustom/zgqCustom.js"></script>
    <script src="../../../layuiadmin/HideButton.js"></script>
    <script src="../../../layuiadmin/soulTable.slim.js"></script>
    <script src="../../../layuiadmin/PageTitle.js"></script>
    <style type="text/css">
        input.layui-input.layui-unselect {
            padding-right: 0;
@@ -154,7 +155,11 @@
            var sWhere = "";
            var option = [];
        //#region ã€åŠ¨æ€èŽ·å–æ¨¡å—åç§°ã€‘
            var HModuleType = "1243";
            //通过单据类型,从数据库动态获取单据模块命名,引用js文件 PageTitle.js
            var HPageTitle = get_PageTitle(HModuleType) == "" ? document.title : get_PageTitle(HModuleType);
            //#endregion
            //#endregion
            //#region è¿›å…¥é¡µé¢åŠ è½½
@@ -264,23 +269,32 @@
                        , { field: '表头备注', title: '表头备注', width: 200, sort: true }
                        // , { field: '红蓝单标记', title: '红蓝单标记', width: 200 , sort: true}
                        , { field: 'hsubid', title: 'hsubid', width: 200, hide: true, sort: true }
                        , { field: 'HMaterID', title: 'HMaterID', width: 200, hide: true, sort: true }
                        , { field: '物料代码', title: '物料代码', width: 200, sort: true }
                        , { field: '物料名称', title: '物料名称', width: 200, sort: true }
                        , { field: '规格型号', title: '规格型号', width: 115, sort: true }
                        , { field: 'hunitid', title: 'hunitid', width: 115, hide: true, sort: true }
                        , { field: 'HPropertyID', title: 'HPropertyID', width: 115, hide: true, sort: true }
                        , { field: '辅助属性', title: '辅助属性', width: 200, hide: true,sort: true }
                        , { field: 'HUnitID', title: 'HUnitID', width: 115, hide: true, sort: true }
                        , { field: '计量单位代码', title: '计量单位代码', width: 200, sort: true }
                        , { field: '计量单位', title: '计量单位', width: 200, sort: true }
                        , { field: '应收数量', title: '应收数量', width: 115, 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: 200, sort: true, totalRow: true }
                        , { field: 'HWHID', title: 'HWHID', width: 115, hide: true, sort: true }
                        , { field: '调入仓库代码', title: '调入仓库代码', width: 200, sort: true }
                        , { field: '调入仓库', title: '调入仓库', width: 115, sort: true }
                        , { field: 'HSCWHID', title: 'HSCWHID', width: 115, hide: true, sort: true }
                        , { field: '调出仓库代码', title: '调出仓库代码', width: 200, sort: true }
                        , { field: '调出仓库', title: '调出仓库', width: 200, sort: true }
                        , { field: '表体备注', title: '表体备注', width: 200, sort: true }
                        , { field: '源单单号', title: '源单单号', width: 115, sort: true }
                        , { field: 'HPOOrderInterID', title: 'HPOOrderInterID', width: 115, hide: true, sort: true }
                        , { field: 'HPOOrderEntryID', title: 'HPOOrderEntryID', width: 115, hide: true, sort: true }
                        , { field: '采购订单号', title: '采购订单号', width: 200, sort: true }
                        , { field: 'HSeOrderInterID', title: 'HSeOrderInterID', width: 115, hide: true, sort: true }
                        , { field: 'HSeOrderEntryID', title: 'HSeOrderEntryID', width: 115, hide: true, sort: true }
                        , { field: '销售订单号', title: '销售订单号', width: 200, sort: true }
                        , { field: '制单人', title: '制单人', width: 200, sort: true }
                        , { field: '制单日期', title: '制单日期', width: 200, sort: true }
@@ -332,7 +346,7 @@
                layer.open({
                    type: 2,
                    skin: 'layui-layer-rim', //加上边框
                    title: '新增调拨申请单',
                    title: '新增' + HPageTitle,
                    closeBtn: 1,
                    shift: 2,
                    area: ['100%', '100%'],