From 8281fb6cd63fd0a82fa856c3017817fbb33b5924 Mon Sep 17 00:00:00 2001
From: xjj <xjj@123>
Date: 星期二, 27 二月 2024 16:48:07 +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