From b352221d2a2f4a8e8a1f9a12dda54fa32a8f7e4e Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期六, 22 六月 2024 14:44:46 +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