From 0d04bc5d8080b82338302fba0a59fccff2eaedfc Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期日, 06 七月 2025 11:28:29 +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