From 4e379cb1ff0d6c0657023f569ec579f4c5d041a2 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期四, 19 九月 2024 10:02:33 +0800
Subject: [PATCH] add 供应商端 售后端订单号
---
pages.json | 41 +++++++++++++++++++++++++++++++++++++++--
1 files changed, 39 insertions(+), 2 deletions(-)
diff --git a/pages.json b/pages.json
index d3ba1cd..5a79e6f 100644
--- a/pages.json
+++ b/pages.json
@@ -265,6 +265,14 @@
}
}
// #endif
+ // #ifdef PUB_CUSTOMER
+ , {
+ "path": "order-manage/order-manage-settlement-op-detail",
+ "style": {
+ "navigationBarTitleText": "送货单质检操作明细"
+ }
+ }
+ // #endif
]
},
{
@@ -323,6 +331,13 @@
},
{
"path": "delivery/delivery-supplier-detail",
+ "style": {
+ "navigationBarTitleText": "供应商质检详情",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "delivery/delivery-supplier-detail-list",
"style": {
"navigationBarTitleText": "供应商质检详情",
"enablePullDownRefresh": true
@@ -447,9 +462,10 @@
}
},
{
- "path": "coupon/point-self",
+ "path": "coupon/good-self",
"style": {
- "navigationBarTitleText": "我的兑换券"
+ "navigationBarTitleText": "我的兑换券",
+ "enablePullDownRefresh": true
}
},
{
@@ -457,6 +473,27 @@
"style": {
"navigationBarTitleText": "积分明细"
}
+ },
+ {
+ "path": "coupon/good-all",
+ "style": {
+ "navigationBarTitleText": "积分兑换",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "coupon/good-detail",
+ "style": {
+ "navigationBarTitleText": "详情"
+ }
+ },
+ {
+ "path": "self/member-center",
+ "style": {
+ "navigationBarTitleText": "会员中心",
+ "enablePullDownRefresh": true
+ }
}
// #endif
]
--
Gitblit v1.9.3