diff --git a/pages.json b/pages.json index af28bd7..75d5809 100644 --- a/pages.json +++ b/pages.json @@ -882,6 +882,148 @@ } } + ] + }, + { + "root": "pages/news3/", + "pages": [ + { + "path": "fenxiao", + "style": { + "navigationStyle": "default", + "navigationBarTextStyle": "black", + "navigationBarTitleText": "分销订单" + } + }, + + { + "path": "fenxiaoDetails", + "style": { + // "enablePullDownRefresh": true, + "navigationStyle": "custom", + "navigationBarTextStyle": "black", + "navigationBarTitleText": "确认订单" + } + }, + { + "path": "serviceOrder", + "style": { + // "enablePullDownRefresh": true, + "navigationStyle": "default", + "navigationBarTextStyle": "black", + "navigationBarTitleText": "服务订单" + } + }, + { + "path": "dispatch", + "style": { + // "enablePullDownRefresh": true, + "navigationStyle": "default", + "navigationBarTextStyle": "black", + "navigationBarTitleText": "去派单" + } + }, + { + "path": "shopOrder", + "style": { + // "enablePullDownRefresh": true, + "navigationStyle": "default", + "navigationBarTextStyle": "black", + "navigationBarTitleText": "商品订单" + } + }, + { + "path": "shopOrderDetails", + "style": { + // "enablePullDownRefresh": true, + "navigationStyle": "custom", + "navigationBarTextStyle": "black", + "navigationBarTitleText": "确认订单" + } + }, + { + "path": "updatePrice", + "style": { + // "enablePullDownRefresh": true, + "navigationStyle": "default", + "navigationBarTextStyle": "black", + "navigationBarTitleText": "修改价格" + } + }, + { + "path": "updateAddr", + "style": { + // "enablePullDownRefresh": true, + "navigationStyle": "default", + "navigationBarTextStyle": "black", + "navigationBarTitleText": "修改地址" + } + }, + { + "path": "sendOutGoods", + "style": { + // "enablePullDownRefresh": true, + "navigationStyle": "default", + "navigationBarTextStyle": "black", + "navigationBarTitleText": "商品发货" + } + }, + { + "path": "JoinDistribution", + "style": { + // "enablePullDownRefresh": true, + "navigationStyle": "custom", + "navigationBarTextStyle": "black", + "navigationBarTitleText": "加入分销" + } + }, + { + "path": "setOutRecords", + "style": { + // "enablePullDownRefresh": true, + "navigationStyle": "default", + "navigationBarTextStyle": "black", + "navigationBarTitleText": "发货记录" + } + }, + { + "path": "seasoningCondimentsRecord", + "style": { + // "enablePullDownRefresh": true, + "navigationStyle": "default", + "navigationBarTextStyle": "black", + "navigationBarTitleText": "调货记录" + } + }, + { + "path": "ManualEntry", + "style": { + // "enablePullDownRefresh": true, + "navigationStyle": "default", + "navigationBarTextStyle": "black", + "navigationBarTitleText": "手动录入" + } + }, + { + "path": "LogisticsInquiry", + "style": { + // "enablePullDownRefresh": true, + "navigationStyle": "custom", + "navigationBarTextStyle": "black", + "navigationBarTitleText": "物流查询" + } + }, + { + "path": "vipPrice", + "style": { + // "enablePullDownRefresh": true, + "navigationStyle": "default", + "navigationBarTextStyle": "black", + "navigationBarTitleText": "会员价" + } + } + + ] } ], diff --git a/pages/news3/JoinDistribution.vue b/pages/news3/JoinDistribution.vue new file mode 100644 index 0000000..7a891e8 --- /dev/null +++ b/pages/news3/JoinDistribution.vue @@ -0,0 +1,262 @@ + + + + + diff --git a/pages/news3/LogisticsInquiry.vue b/pages/news3/LogisticsInquiry.vue new file mode 100644 index 0000000..ebeead1 --- /dev/null +++ b/pages/news3/LogisticsInquiry.vue @@ -0,0 +1,139 @@ + + + + + diff --git a/pages/news3/ManualEntry.vue b/pages/news3/ManualEntry.vue new file mode 100644 index 0000000..03db571 --- /dev/null +++ b/pages/news3/ManualEntry.vue @@ -0,0 +1,357 @@ + + + + + \ No newline at end of file diff --git a/pages/news3/components/setRange.vue b/pages/news3/components/setRange.vue new file mode 100644 index 0000000..a793213 --- /dev/null +++ b/pages/news3/components/setRange.vue @@ -0,0 +1,134 @@ + + + + + \ No newline at end of file diff --git a/pages/news3/seasoningCondimentsRecord.vue b/pages/news3/seasoningCondimentsRecord.vue new file mode 100644 index 0000000..e0a2667 --- /dev/null +++ b/pages/news3/seasoningCondimentsRecord.vue @@ -0,0 +1,217 @@ + + + + + \ No newline at end of file diff --git a/pages/news3/sendOutGoods.vue b/pages/news3/sendOutGoods.vue new file mode 100644 index 0000000..bb4ebff --- /dev/null +++ b/pages/news3/sendOutGoods.vue @@ -0,0 +1,220 @@ + + + + + \ No newline at end of file diff --git a/pages/news3/setOutRecords.vue b/pages/news3/setOutRecords.vue new file mode 100644 index 0000000..0dfd359 --- /dev/null +++ b/pages/news3/setOutRecords.vue @@ -0,0 +1,242 @@ + + + + + \ No newline at end of file diff --git a/pages/news3/updateAddr.vue b/pages/news3/updateAddr.vue new file mode 100644 index 0000000..24966eb --- /dev/null +++ b/pages/news3/updateAddr.vue @@ -0,0 +1,92 @@ + + + + + \ No newline at end of file diff --git a/pages/news3/updatePrice.vue b/pages/news3/updatePrice.vue index 9b510b5..0c8af99 100644 --- a/pages/news3/updatePrice.vue +++ b/pages/news3/updatePrice.vue @@ -73,7 +73,7 @@ 修改单个商品价格 - ¥ + ¥ @@ -264,7 +264,7 @@ page{ font-weight: 500; color: #F21A1C; margin-right:20upx; - + margin-left:20upx; } } @@ -280,8 +280,9 @@ page{ font-family: PingFang SC, PingFang SC; font-weight: 500; color: #FFFFFF; - margin-top:40upx; + margin-top:210upx; text-align: center; + } } \ No newline at end of file diff --git a/pages/news3/vipPrice.vue b/pages/news3/vipPrice.vue new file mode 100644 index 0000000..f56b126 --- /dev/null +++ b/pages/news3/vipPrice.vue @@ -0,0 +1,209 @@ + + + + + \ No newline at end of file diff --git a/static/news3/avatar.png b/static/news3/avatar.png new file mode 100644 index 0000000..da87293 Binary files /dev/null and b/static/news3/avatar.png differ diff --git a/static/news3/bg.png b/static/news3/bg.png new file mode 100644 index 0000000..925b6a9 Binary files /dev/null and b/static/news3/bg.png differ diff --git a/static/news3/copy.png b/static/news3/copy.png new file mode 100644 index 0000000..a2ebcab Binary files /dev/null and b/static/news3/copy.png differ diff --git a/static/news3/fx1.png b/static/news3/fx1.png new file mode 100644 index 0000000..0dca08b Binary files /dev/null and b/static/news3/fx1.png differ diff --git a/static/news3/fx2.png b/static/news3/fx2.png new file mode 100644 index 0000000..db8f920 Binary files /dev/null and b/static/news3/fx2.png differ diff --git a/static/news3/fx3.png b/static/news3/fx3.png new file mode 100644 index 0000000..181cbde Binary files /dev/null and b/static/news3/fx3.png differ diff --git a/static/news3/fx4.png b/static/news3/fx4.png new file mode 100644 index 0000000..88fea22 Binary files /dev/null and b/static/news3/fx4.png differ diff --git a/static/news3/fx5.png b/static/news3/fx5.png new file mode 100644 index 0000000..d2b339f Binary files /dev/null and b/static/news3/fx5.png differ diff --git a/static/news3/join.png b/static/news3/join.png new file mode 100644 index 0000000..90d358e Binary files /dev/null and b/static/news3/join.png differ diff --git a/static/news3/scan.png b/static/news3/scan.png new file mode 100644 index 0000000..710dd1f Binary files /dev/null and b/static/news3/scan.png differ