From 609246bb45c9099a2d2dc150857a9c6b0d59091d Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期二, 09 十二月 2025 14:00:08 +0800
Subject: [PATCH] 车间pda拣货-标签ChejianPick增加线边库B29;车间Pda拣货-数量ChejianPickNum增加线边库B29

---
 HTML/views/StatisticalReport/BoxInfor.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/HTML/views/StatisticalReport/BoxInfor.html b/HTML/views/StatisticalReport/BoxInfor.html
index b0e8a48..390cd4e 100644
--- a/HTML/views/StatisticalReport/BoxInfor.html
+++ b/HTML/views/StatisticalReport/BoxInfor.html
@@ -472,8 +472,8 @@
 				{ 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: 'PalletNo', title: '鎵樼洏鍙�', align: 'center', width: 100, sort: true, },
+				{ field: 'SkuNo', title: '鐗╂枡缂栫爜', align: 'center', width: 120, sort: true, },
 				{ field: 'SkuName', title: '鐗╂枡鍚嶇О', align: 'center', width: 120, },
 				{ field: 'LotNo', title: '鎵规鍙�', align: 'center', width: 100, },
 				//{ field: 'LotText', title: '鎵规鎻忚堪', align: 'center' },
@@ -526,6 +526,7 @@
 						limits: pageLimits,
 						even: true,
 						cellMinWidth: 80, //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板
+						autoSort: false, // 娣诲姞杩欎釜閰嶇疆
 						done: function () {
 							setRight();
 							//鑷畾涔夊垪瀹�

--
Gitblit v1.8.0