From 86c9e2f51f0b8b0fb1a6ee4b6d6a703878ad53e8 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 11 Aug 2023 16:56:24 +0800
Subject: [PATCH] 数据修改
---
src/main/resources/templates/febs/views/goods/orderList.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/templates/febs/views/goods/orderList.html b/src/main/resources/templates/febs/views/goods/orderList.html
index 2dc8975..a363970 100644
--- a/src/main/resources/templates/febs/views/goods/orderList.html
+++ b/src/main/resources/templates/febs/views/goods/orderList.html
@@ -151,7 +151,7 @@
});
}
if (layEvent === 'orderMoneyFlow') {
- febs.modal.open( '订单流水', 'modules/goods/orderMoneyFlow/' + data.id, {
+ febs.modal.open( '订单流水', 'goodsView/orderMoneyFlow/' + data.id, {
maxmin: true,
});
}
--
Gitblit v1.9.1