From 02abdb2a7821e1eacc2b8ddc91e398cd9906c8cf Mon Sep 17 00:00:00 2001 From: chengsc <11752@DESKTOP-DS49RCP> Date: 星期四, 13 三月 2025 18:36:54 +0800 Subject: [PATCH] 修改问题 --- HTML/views/StatisticalReport/BoxInfor.html | 44 ++++++++++++++++++++++++-------------------- 1 files changed, 24 insertions(+), 20 deletions(-) diff --git a/HTML/views/StatisticalReport/BoxInfor.html b/HTML/views/StatisticalReport/BoxInfor.html index 04858a6..24a9b54 100644 --- a/HTML/views/StatisticalReport/BoxInfor.html +++ b/HTML/views/StatisticalReport/BoxInfor.html @@ -349,27 +349,31 @@ //#region 鑷畾涔夎〃澶� var TotalColsArr = [[ { field: '', title: '搴忓彿', type: 'numbers', align: 'center', fixed: 'left', "disabled": true }, - { field: 'WareHouseName', title: '鎵�灞炰粨搴�', align: 'center' }, - { field: 'RoadwayName', title: '鎵�灞炲贩閬�', align: 'center' }, - { field: 'AreaName', title: '鎵�灞炲尯鍩�', align: 'center' }, - { field: 'LocatNo', title: '鍌ㄤ綅鍦板潃', align: 'center' }, - { field: 'PalletNo', title: '鎵樼洏鍙�', align: 'center' }, - { field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center' }, - { field: 'SkuName', title: '鐗╂枡鍚嶇О', align: 'center' }, - { field: 'OwnerNo', title: '璐т富缂栫爜', align: 'center' }, - { field: 'OwnerName', title: '璐т富鍚嶇О', align: 'center' }, - { field: 'SupplierNo', title: '渚涘簲鍟嗙紪鐮�', align: 'center' }, - { field: 'SupplierName', title: '渚涘簲鍟嗗悕绉�', align: 'center' }, - { field: 'LotNo', title: '鎵规鍙�', align: 'center' }, - { field: 'LotText', title: '鎵规鎻忚堪', align: 'center' }, - { field: 'SupplierLot', title: '渚涜揣鎵规', align: 'center' }, - { field: 'Qty', title: '鏁伴噺', align: 'center' }, - { field: 'LockQty', title: '閿佸畾鏁伴噺', align: 'center', }, - { field: 'FrozenQty', title: '鍐荤粨鏁伴噺', align: 'center' }, - { field: 'InspectMark', title: '鎶芥鏍囪', align: 'center', templet: '#InspectMarkStatus' }, + { field: 'WareHouseName', title: '鎵�灞炰粨搴�', align: 'center' , width: 120,}, + { field: 'RoadwayName', title: '鎵�灞炲贩閬�', align: 'center', width: 120, }, + { field: 'AreaName', title: '鎵�灞炲尯鍩�', align: 'center', width: 120, }, + { field: 'LocatNo', title: '鍌ㄤ綅鍦板潃', align: 'center', width: 100, }, + { field: 'PalletNo', title: '鎵樼洏鍙�', align: 'center' , width: 100,}, + { field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center' , width: 120,}, + { field: 'SkuName', title: '鐗╂枡鍚嶇О', align: 'center', width: 120,}, + { field: 'LotNo', title: '鎵规鍙�', align: 'center' , width: 100,}, + //{ field: 'LotText', title: '鎵规鎻忚堪', align: 'center' }, + { field: 'SupplierLot', title: '渚涜揣鎵规', align: 'center' , width: 120,}, + { field: 'Qty', title: '鏁伴噺', align: 'center' ,width: 90,}, + { field: 'LockQty', title: '閿佸畾鏁伴噺', align: 'center',width: 90, }, + { field: 'FrozenQty', title: '鍐荤粨鏁伴噺', align: 'center',width: 90, }, + + { field: 'InspectStatus', templet: '#InspectStatus1', title: '璐ㄦ鐘舵��', align: 'center' ,width: 100,}, + { field: 'InspectMark', title: '鎶芥鏍囪', align: 'center', templet: '#InspectMarkStatus' ,width: 100,}, + { field: 'BitPalletMark', title: '闆舵墭鏍囪', align: 'center', templet: '#BitPalletMarkStatus',width: 100,}, + { field: 'ProductionTime', title: '鐢熶骇鏃ユ湡', align: 'center', templet: '#templetProductionTime' }, - { field: 'InspectStatus', templet: '#InspectStatus1', title: '璐ㄦ鐘舵��', align: 'center' }, - { field: 'BitPalletMark', title: '闆舵墭鏍囪', align: 'center', templet: '#BitPalletMarkStatus' }, + { field: 'OwnerNo', title: '璐т富缂栫爜', align: 'center' , width: 100,}, + { field: 'OwnerName', title: '璐т富鍚嶇О', align: 'center' , width: 100,}, + { field: 'SupplierNo', title: '渚涘簲鍟嗙紪鐮�', align: 'center' , width: 100,}, + { field: 'SupplierName', title: '渚涘簲鍟嗗悕绉�', align: 'center' , width: 100,}, + + ]]; var TotalColsSysArr = encodeURIComponent(encodeURIComponent(JSON.stringify(TotalColsArr)))//灏嗚〃澶存暟鎹繘琛寀rl缂栫爜 //#endregion -- Gitblit v1.8.0