From b9f7560cbe0e562a40e9515a0559a3e951f0fee6 Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期一, 07 四月 2025 09:16:01 +0800 Subject: [PATCH] 问题修改 --- HTML/views/StatisticalReport/InventoryStatistics.html | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/HTML/views/StatisticalReport/InventoryStatistics.html b/HTML/views/StatisticalReport/InventoryStatistics.html index 3ab6c79..b7ce93e 100644 --- a/HTML/views/StatisticalReport/InventoryStatistics.html +++ b/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)))//灏嗚〃澶存暟鎹繘琛寀rl缂栫爜 //#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' }, -- Gitblit v1.8.0