From 558333b7a634d346c0ec990ae9b1993fdae77344 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期五, 29 十二月 2023 13:28:53 +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