From b58b6f92ab3f7caee1199d15d118e496122e5849 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期四, 04 十二月 2025 16:42:30 +0800
Subject: [PATCH] 还原代码
---
HTML/views/StatisticalReport/BoxInfor.html | 19 +++++--------------
1 files changed, 5 insertions(+), 14 deletions(-)
diff --git a/HTML/views/StatisticalReport/BoxInfor.html b/HTML/views/StatisticalReport/BoxInfor.html
index a2c0560..390cd4e 100644
--- a/HTML/views/StatisticalReport/BoxInfor.html
+++ b/HTML/views/StatisticalReport/BoxInfor.html
@@ -177,14 +177,6 @@
</select>
</div>
</div>
- <div class="layui-inline">
- <label class="layui-form-label" style="width: 60px;">鍌ㄤ綅鍦板潃</label>
- <div class="layui-input-inline" style="width: 170px; margin-right: 0px;">
- <input type="text" id="LocatNo" name="LocatNo" placeholder="鍌ㄤ綅鍦板潃" autocomplete="off"
- class="layui-input">
- </div>
- </div>
-
<!-- 缁存姢澶囨敞寮规 -->
<div class="layui-inline" id="divEditDemo" style="display: none; padding-top: 10px;">
<label class="layui-form-label">澶囨敞</label>
@@ -480,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' },
@@ -509,7 +501,7 @@
//#endregion
//鑾峰彇鎵樼洏鏄庣粏
function refreshTable(SkuNo, SkuName, PalletNo, LotNo, BoxNo, Status, InspectMark, BitPalletMark,
- BitBoxMark, InspectStatus, OwnerNo, OwnerName, StartTime, EndTime, WareHouseNo, AreaNo, LocatNo) {
+ BitBoxMark, InspectStatus, OwnerNo, OwnerName, StartTime, EndTime, WareHouseNo, AreaNo) {
//#region 鑷畾涔夎〃澶�
var colsJson
var param1 = {
@@ -534,6 +526,7 @@
limits: pageLimits,
even: true,
cellMinWidth: 80, //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板
+ autoSort: false, // 娣诲姞杩欎釜閰嶇疆
done: function () {
setRight();
//鑷畾涔夊垪瀹�
@@ -559,7 +552,6 @@
EndTime: EndTime, //缁撴潫鏃堕棿
WareHouseNo: WareHouseNo,
AreaNo: AreaNo,
- LocatNo: LocatNo, //鍌ㄤ綅鍦板潃
};
sendData(IP + "/Statistical/GetBindList", param, 'get', function (res) {
console.log(res)
@@ -774,12 +766,11 @@
var EndTime = $("#EndTime").val();
var WareHouseNo = $("#WareHouseNo").val();
var AreaNo = $("#AreaNo").val();
- var LocatNo = $("#LocatNo").val();
if (yemianid == 0) {
console.log("鎬诲崟");
refreshTable(SkuNo, SkuName, PalletNo, LotNo, BoxNo, Status, InspectMark, BitPalletMark, BitBoxMark,
- InspectStatus, OwnerNo, OwnerName, StartTime, EndTime, WareHouseNo, AreaNo, LocatNo);
+ InspectStatus, OwnerNo, OwnerName, StartTime, EndTime, WareHouseNo, AreaNo);
} else if (yemianid == 1) {
quanid = '';
console.log("鏄庣粏");
--
Gitblit v1.8.0