From 48cee73a94f0fb2a26c5fe39f54620c6719b65bb Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期五, 23 二月 2024 08:17:03 +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