zhaowc
2025-04-07 b9f7560cbe0e562a40e9515a0559a3e951f0fee6
HTML/views/StatisticalReport/InventoryStatistics.html
@@ -342,7 +342,10 @@
            { field: 'OwnerName', title: '货主名称', align: 'center' },
            { field: 'Qty', title: '库存数量', align: 'center', totalRow: true },
            { field: 'LockQty', title: '锁定数量', align: 'center', totalRow: true },
            { field: 'FrozenQty', title: '冻结数量', align: 'center', totalRow: true }
            { field: 'FrozenQty', title: '冻结数量', align: 'center', totalRow: true },
            { field: 'InspectStatus', templet: '#buttonTp2', title: '质检状态', width: 90, align: 'center' },
            { field: 'ProductionTime', title: '生产日期', width: 130, align: 'center' },
            { field: 'ExpirationTime', title: '有效期至', width: 130, align: 'center' },
         ]];
         var TotalColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//将表头数据进行url编码
         //#endregion
@@ -417,6 +420,7 @@
         var DetailColsArr = [[
            { field: 'PalletNo', title: '托盘号', align: 'center', width: 110, },
            { field: 'LocatNo', title: '储位地址', align: 'center', width: 100, },
            { field: 'PLCLocatNo', title: '设备地址', align: 'center', width: 100, },
            { field: 'WareHouseName', title: '所属仓库', width: 90, align: 'center' },
            { field: 'RoadwayName', title: '所属巷道', width: 90, align: 'center' },
            { field: 'AreaName', title: '所属区域', width: 90, align: 'center' },
@@ -424,6 +428,8 @@
            { field: 'SkuName', title: '物料名称', align: 'center' },
            { field: 'Standard', title: '物料规格', width: 130, align: 'center' },
            { field: 'Type', title: '物料类型', width: 130, align: 'center', templet: '#SkuType' },
            { field: 'ProductionTime', title: '生产日期', width: 130, align: 'center' },
            { field: 'ExpirationTime', title: '有效期至', width: 130, align: 'center' },
            { field: 'LotNo', title: '进厂编号', align: 'center' },
            { field: 'OwnerNo', title: '货主编码', align: 'center' },
            { field: 'OwnerName', title: '货主名称', align: 'center' },