From 638af980a99bd6b3c747541a5a9af0b6e9f46112 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期三, 03 十二月 2025 17:02:46 +0800
Subject: [PATCH] 临期预警增加托盘号和物料编码排序
---
HTML/views/StatisticalReport/AdventSlot.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/HTML/views/StatisticalReport/AdventSlot.html b/HTML/views/StatisticalReport/AdventSlot.html
index 4a885cd..3359bb5 100644
--- a/HTML/views/StatisticalReport/AdventSlot.html
+++ b/HTML/views/StatisticalReport/AdventSlot.html
@@ -314,10 +314,10 @@
{ field: 'WareHouseName', title: '浠撳簱', align: 'center', width: 100 },
{ field: 'RoadwayName', title: '宸烽亾', align: 'center', width: 100 },
{ field: 'AreaName', title: '鍖哄煙', align: 'center', width: 100 },
- { field: 'PalletNo', title: '鎵樼洏鍙�', align: 'center', width: 100 },
+ { field: 'PalletNo', title: '鎵樼洏鍙�', align: 'center', width: 100, sort: true },
{ field: 'LocatNo', title: '鍌ㄤ綅鍦板潃', align: 'center', width: 100 },
{ field: 'BoxNo', title: '绠卞彿', align: 'center', width: 220 },
- { field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center', width: 100 },
+ { field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center', width: 100, sort: true },
{ field: 'SkuName', title: '鐗╂枡鍚嶇О', align: 'center', width: 100 },
{ field: 'Qty', title: '搴撳瓨鏁伴噺', align: 'center', width: 100 },
{ field: 'Standard', title: '鐗╂枡瑙勬牸', align: 'center', width: 130 },
@@ -358,6 +358,7 @@
limit: pageCnt,
limits: pageLimits,
cellMinWidth: 60, //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板
+ autoSort: false, //鍓嶇鎺掑簭
done: function () {
//鑷畾涔夊垪瀹�
SetTableColW('LAY-app-content-list', 'Statistical/GetEmergencyWarning', TotalColsSysArr);
--
Gitblit v1.8.0