From 6811f34330d75614a87378cac686252e0b66719c Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期一, 15 十二月 2025 17:11:02 +0800
Subject: [PATCH] 托盘明细导出增加参数

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

diff --git a/HTML/views/StatisticalReport/BoxInfor.html b/HTML/views/StatisticalReport/BoxInfor.html
index b0e8a48..4e57e52 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();
 							//鑷畾涔夊垪瀹�
@@ -966,8 +967,8 @@
 						var param = {
 							SkuNo: $("#SkuNo").val(),
 							SkuName: $("#SkuName").val(),
-							LotNo: $("#LotNo").val(),
 							PalletNo: $("#PalletNo").val(),
+							LotNo: $("#LotNo").val(),
 
 							BoxNo: $("#BoxNo").val(),
 							Status: $("#Status").val(),
@@ -976,8 +977,13 @@
 							BitBoxMark: $("#BitBoxMark").val(),
 							InspectStatus: $("#InspectStatus").val(),
 
+							OwnerNo: $("#OwnerNo").val(),//璐т富缂栫爜
+							OwnerName: $("#OwnerName").val(),//璐т富鍚嶇О
+
 							StartTime: $("#StartTime").val(),
 							EndTime: $("#EndTime").val(),
+							WareHouseNo: $("#WareHouseNo").val(),
+							AreaNo: $("#AreaNo").val(),
 						};
 
 						sendData(IP + "/Statistical/GetBindListDaoChu", param, 'get', function (res) {

--
Gitblit v1.8.0