From b850ff5ee8c1fa3938751ffb9d627fed90a5500e Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期二, 20 二月 2024 13:31:43 +0800 Subject: [PATCH] 修改库存信息、托盘信息后台代码以及前台页面 --- HTML/views/StatisticalReport/InventoryStatistics.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/HTML/views/StatisticalReport/InventoryStatistics.html b/HTML/views/StatisticalReport/InventoryStatistics.html index 8dd1e35..9a1d1fd 100644 --- a/HTML/views/StatisticalReport/InventoryStatistics.html +++ b/HTML/views/StatisticalReport/InventoryStatistics.html @@ -495,8 +495,9 @@ var DetailColsArr = [[ {field: 'PalletNo',title: '鎵樼洏鍙�',align: 'center',width: 110,}, {field: 'LocatNo',title: '鍌ㄤ綅鍦板潃',align: 'center',width: 100,}, - {field: 'RoadwayName',title: '鎵�灞炲贩閬�',width: 90,align: 'center'}, {field: 'WareHouseName',title: '鎵�灞炰粨搴�',width: 90,align: 'center'}, + {field: 'RoadwayName',title: '鎵�灞炲贩閬�',width: 90,align: 'center'}, + {field: 'AreaName',title: '鎵�灞炲尯鍩�',width: 90,align: 'center'}, {field: 'SkuNo',title: '鐗╂枡缂栫爜',width: 100,align: 'center'}, {field: 'SkuName',title: '鐗╂枡鍚嶇О',align: 'center'}, {field: 'Standard',title: '鐗╂枡瑙勬牸',width: 130,align: 'center'}, -- Gitblit v1.8.0