From 8b8a2086509e28bb902166aa35e4c287eb906621 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 30 六月 2025 15:28:39 +0800
Subject: [PATCH] #禁止跨层
---
zy-asrs-wms/src/main/webapp/views/report/locDetl.html | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/zy-asrs-wms/src/main/webapp/views/report/locDetl.html b/zy-asrs-wms/src/main/webapp/views/report/locDetl.html
index 75b3d9d..1db1369 100644
--- a/zy-asrs-wms/src/main/webapp/views/report/locDetl.html
+++ b/zy-asrs-wms/src/main/webapp/views/report/locDetl.html
@@ -58,7 +58,7 @@
page: true,
limit: 20,
skin: 'line',
- where: {loc_no: $('#locNo').val()},
+ where: {locNo: $('#locNo').val()},
even: true,
cellMinWidth: 50,
cols: [getCol()],
@@ -67,7 +67,6 @@
pageSize: 'limit'
},
parseData: function (res) {
- console.log(res)
return {
'code': res.code,
'msg': res.msg,
--
Gitblit v1.9.1