From 6883c6ab684648f29799333765829855832710a3 Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期一, 12 八月 2024 23:07:34 +0800
Subject: [PATCH] add 供应商结算情况
---
pages.json | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index c5995e0..4165edf 100644
--- a/pages.json
+++ b/pages.json
@@ -215,6 +215,27 @@
"style": {
"navigationBarTitleText": "结算单详情"
}
+ },
+ {
+ "path": "order-manage/order-manage",
+ "style": {
+ "navigationBarTitleText": "订单管理",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path" : "order-manage/order-manage-settlement",
+ "style" :
+ {
+ "navigationBarTitleText" : "配送结算明细"
+ }
+ },
+ {
+ "path" : "order-manage/order-manage-flower",
+ "style" :
+ {
+ "navigationBarTitleText" : "配送商品明细"
+ }
}
// #endif
// #ifdef PUB_PARTNER
--
Gitblit v1.9.3