From 1173e7f809980e10f1f0c30a0357ada8f9a416ac Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 21 三月 2024 17:08:08 +0800
Subject: [PATCH] #
---
zy-asrs-wms/src/main/webapp/views/wrkMastLog/wrkDetlLog.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/zy-asrs-wms/src/main/webapp/views/wrkMastLog/wrkDetlLog.html b/zy-asrs-wms/src/main/webapp/views/wrkMastLog/wrkDetlLog.html
index a279de3..526e3c8 100644
--- a/zy-asrs-wms/src/main/webapp/views/wrkMastLog/wrkDetlLog.html
+++ b/zy-asrs-wms/src/main/webapp/views/wrkMastLog/wrkDetlLog.html
@@ -54,8 +54,8 @@
tableIns1 = table.render({
elem: '#wrkDetlLogByMast',
headers: {token: localStorage.getItem('token')},
- url: baseUrl+'/wrkDetlLogByMast/list/auth',
- where: {wrk_no: parent.wrkNo,ioTime: top.dateToStr(parent.ioTime, true)},
+ url: baseUrl+'/wrkDetlLog/page/auth',
+ where: {wrk_mast_id: parent.wrkMastId},
page: true,
limit: 16,
limits: [16, 30, 50, 100, 200, 500],
--
Gitblit v1.9.1