From e32ada5186e1090927301706c2d65144926d26c3 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 28 二月 2024 08:39:38 +0800
Subject: [PATCH] Merge branch 'master' of http://47.97.1.152:5880/r/zy-asrs-master
---
zy-asrs-wms/src/main/webapp/static/js/locDetl/locDetl.js | 2 +-
zy-asrs-wms/src/main/webapp/views/report/locDetl.html | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/zy-asrs-wms/src/main/webapp/static/js/locDetl/locDetl.js b/zy-asrs-wms/src/main/webapp/static/js/locDetl/locDetl.js
index c1a777b..f0a85c9 100644
--- a/zy-asrs-wms/src/main/webapp/static/js/locDetl/locDetl.js
+++ b/zy-asrs-wms/src/main/webapp/static/js/locDetl/locDetl.js
@@ -388,7 +388,7 @@
}
pageCurr=curr;
- limit(child);
+ limit();
}
});
});
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