From 9041f4877d32824b48c2754879dfc580c084520a Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期三, 03 十二月 2025 17:03:04 +0800
Subject: [PATCH] 托盘明细增加托盘号和物料编码排序
---
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