From 901b2ab3e0e7c592602848cfa256f34c5b0c7bb8 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期四, 11 一月 2024 09:57:01 +0800
Subject: [PATCH] #

---
 zy-asrs-wms/src/main/webapp/static/js/report/stayTime.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zy-asrs-wms/src/main/webapp/static/js/report/stayTime.js b/zy-asrs-wms/src/main/webapp/static/js/report/stayTime.js
index 7fa12ef..7039a49 100644
--- a/zy-asrs-wms/src/main/webapp/static/js/report/stayTime.js
+++ b/zy-asrs-wms/src/main/webapp/static/js/report/stayTime.js
@@ -2,8 +2,8 @@
 function getCol() {
     var cols = [
         {field: 'appeTime$', title: '鍏ュ簱鏃堕棿', align: 'center', width: 200}
-        ,{field: 'stay_time', align: 'center',title: '婊炵暀澶╂暟'}
-        ,{field: 'loc_no', align: 'center',title: '搴撲綅鍙�'}
+        ,{field: 'stayTime', align: 'center',title: '婊炵暀澶╂暟'}
+        ,{field: 'locNo', align: 'center',title: '搴撲綅鍙�'}
     ];
     cols.push.apply(cols, detlCols);
     return cols;

--
Gitblit v1.9.1