diff --git a/components/store-order-details/store-order-details.vue b/components/store-order-details/store-order-details.vue new file mode 100644 index 0000000..d99baac --- /dev/null +++ b/components/store-order-details/store-order-details.vue @@ -0,0 +1,269 @@ + + + + + diff --git a/components/store-order/store-order.vue b/components/store-order/store-order.vue new file mode 100644 index 0000000..6d7a4bc --- /dev/null +++ b/components/store-order/store-order.vue @@ -0,0 +1,288 @@ + + + + + diff --git a/pages.json b/pages.json index a315402..75837f2 100644 --- a/pages.json +++ b/pages.json @@ -189,6 +189,30 @@ "style": { "navigationBarTitleText": "已经提货", "navigationBarTextStyle": "white", + "app-plus":{ + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + } + },{ + "path": "pages/user/order/mallShipmentsRefund", + "name": "MallShipments", + "style": { + "navigationBarTitleText": "退货申请", + "navigationBarTextStyle": "white", + "app-plus":{ + "titleNView": { + "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" + } + } + } + },{ + "path": "pages/user/order/mallRefundsInfo", + "name": "MallRefundsInfo", + "style": { + "navigationBarTitleText": "退货申请", + "navigationBarTextStyle": "white", "app-plus":{ "titleNView": { "backgroundImage": "linear-gradient(to right, #7c52fc, #976dff)" @@ -395,7 +419,8 @@ } } } - }, { + }, + { "path": "pages/coupons/magDetails", "name": "couponsDetails", "style": { @@ -731,7 +756,50 @@ }] } } - } + }, + { + "path": "pages/store/return", + "name": "Return", + "style": { + "navigationBarTitleText": "退货单处理", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, { + "path": "pages/store/orderDetails", + "name": "storeOrderDetails", + "style": { + "navigationBarTitleText": "订单详情", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, { + "path": "pages/store/deliver", + "name": "Deliver", + "style": { + "navigationBarTitleText": "发货单处理", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, { + "path": "pages/store/deliverForm", + "name": "DeliverForm", + "style": { + "navigationBarTitleText": "我要发货", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, { + "path": "pages/store/logistic", + "name": "Logistic", + "style": { + "navigationBarTitleText": "提货单物流", + "navigationBarBackgroundColor": "#FFFFFF" + } + }, { + "path": "pages/store/journal", + "name": "storeJournal", + "style": { + "navigationBarTitleText": "操作日志", + "navigationBarBackgroundColor": "#FFFFFF" + } + } ], "globalStyle": { "backgroundColor": "#F5F5F5", diff --git a/pages/store/Spread.vue b/pages/store/Spread.vue new file mode 100644 index 0000000..d69eda9 --- /dev/null +++ b/pages/store/Spread.vue @@ -0,0 +1,249 @@ + + + + + diff --git a/pages/store/basics.vue b/pages/store/basics.vue new file mode 100644 index 0000000..d9e9748 --- /dev/null +++ b/pages/store/basics.vue @@ -0,0 +1,538 @@ +