diff --git a/api/behalfAdmin.js b/api/behalfAdmin.js new file mode 100644 index 0000000..03facbd --- /dev/null +++ b/api/behalfAdmin.js @@ -0,0 +1,19 @@ +// +---------------------------------------------------------------------- +// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] +// +---------------------------------------------------------------------- +// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved. +// +---------------------------------------------------------------------- +// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 +// +---------------------------------------------------------------------- +// | Author: CRMEB Team +// +---------------------------------------------------------------------- +import request from "@/utils/request.js"; + +/** + * 补货代发列表 + * + */ +export function behalfAdminOrderList(data) { + return request.get("behalf_admin/order_list", data); +} + diff --git a/components/WaterfallsFlowItemSupply/WaterfallsFlowItem.vue b/components/WaterfallsFlowItemSupply/WaterfallsFlowItem.vue new file mode 100644 index 0000000..ae4b68a --- /dev/null +++ b/components/WaterfallsFlowItemSupply/WaterfallsFlowItem.vue @@ -0,0 +1,425 @@ + + + + \ No newline at end of file diff --git a/components/WaterfallsFlowItemSupply/WaterfallsFlowItemo.vue b/components/WaterfallsFlowItemSupply/WaterfallsFlowItemo.vue new file mode 100644 index 0000000..81ce532 --- /dev/null +++ b/components/WaterfallsFlowItemSupply/WaterfallsFlowItemo.vue @@ -0,0 +1,219 @@ + + + + + \ No newline at end of file diff --git a/components/WaterfallsFlowItemSupply/WaterfallsFlowItems.vue b/components/WaterfallsFlowItemSupply/WaterfallsFlowItems.vue new file mode 100644 index 0000000..f6d8ee6 --- /dev/null +++ b/components/WaterfallsFlowItemSupply/WaterfallsFlowItems.vue @@ -0,0 +1,121 @@ + + + + + \ No newline at end of file diff --git a/components/WaterfallsFlowSupply/WaterfallsFlow.vue b/components/WaterfallsFlowSupply/WaterfallsFlow.vue new file mode 100644 index 0000000..b67e98c --- /dev/null +++ b/components/WaterfallsFlowSupply/WaterfallsFlow.vue @@ -0,0 +1,195 @@ + + + + + diff --git a/components/WaterfallsFlowSupply/WaterfallsFlowo.vue b/components/WaterfallsFlowSupply/WaterfallsFlowo.vue new file mode 100644 index 0000000..4551c22 --- /dev/null +++ b/components/WaterfallsFlowSupply/WaterfallsFlowo.vue @@ -0,0 +1,208 @@ + + + + + diff --git a/components/WaterfallsFlowSupply/WaterfallsFlows.vue b/components/WaterfallsFlowSupply/WaterfallsFlows.vue new file mode 100644 index 0000000..faf88dc --- /dev/null +++ b/components/WaterfallsFlowSupply/WaterfallsFlows.vue @@ -0,0 +1,207 @@ + + + + + diff --git a/pages.json b/pages.json index 1716098..936c716 100644 --- a/pages.json +++ b/pages.json @@ -224,7 +224,28 @@ // } // } - ], + ,{ + "path" : "pages/wholesale/wholesale/wholesale", + "style" : + { + "navigationBarTitleText": "供应链批发", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ffffff" + } + + } + ,{ + "path" : "pages/replace_replenishment/index", + "style" : + { + "navigationBarTitleText": "代发补货", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#ff5c2d", + "navigationBarTextStyle": "white" + } + + } + ], "subPackages": [{ "root": "pages/goods_cate", "name": "goods_cate", diff --git a/pages/moreProject/moreProject.vue b/pages/moreProject/moreProject.vue index 75e186c..e27c73a 100644 --- a/pages/moreProject/moreProject.vue +++ b/pages/moreProject/moreProject.vue @@ -219,6 +219,16 @@ 发布管理 + + + + 供应链批发 + + + + + 代发补货 + + + 待发货 + {{orderData.noPostage || 0}} + + + 待收货 + {{orderData.noDeliver || 0}} + + + 待评价 + {{orderData.noComment || 0}} + + + + + + + + 预售尾款订单转到这里了! + {{ presellOrderCount }} 笔预售尾款订单待付款,请点击查看 + + + + + + + + + + + + + + + + + + + + {{item.group_order_sn}} + + + {{ item.orderList[0].activity_type === 2 && item.orderList[0].orderProduct[0].cart_info.productPresell.presell_type ==2 ? "待付定金" : "待付款" }} + + + + + + + + + + + + + + 预售{{goods.cart_info.product.store_name}} + 发货时间: + + + {{ goods.cart_info.productPresell.delivery_type === 1 ? '支付成功后' : '预售结束后' }}{{ goods.cart_info.productPresell.delivery_day }}天内 + + + {{ goods.cart_info.productPresell.delivery_type === 1 ? '支付尾款后' : '预售结束后' }}{{ goods.cart_info.productPresell.delivery_day }}天内 + + + + ¥{{goods.cart_info.productPresellAttr.presell_price}} + + x{{goods.product_num}} + + + + 定金待支付 ¥{{ order.pay_price }} + 尾款待支付 ¥{{ order.presellOrder.pay_price }} + + + + + + + + + + + + + + {{goods.cart_info.product.store_name}} + + + + + ¥{{goods.cart_info.activeSku.active_price}} + x{{goods.product_num}} + + + ¥{{goods.cart_info.productAttr.price}} + x{{goods.product_num}} + + + + + + + + + + 立即付款 + + + + + + + + + + + + + 订单号: {{item.order_sn}} + + + + {{item.takeOrderCount > 0 ? '部分核销' : '待核销'}} + + + + + 待发货 + 待付款 + 待收货 + 待评价 + + 已完成 + 已退款 + 待结算 + + 待商家确认 + + + + + + + + + + + 预售{{goods.cart_info.product.store_name}} + 发货时间: + + {{ goods.cart_info.productPresell.delivery_type === 1 ? '支付成功后' : '预售结束后' }}{{ goods.cart_info.productPresell.delivery_day }}天内 + + {{ goods.cart_info.productPresell.delivery_type === 1 ? '支付尾款后' : '预售结束后' }}{{ goods.cart_info.productPresell.delivery_day }}天内 + + + + {{goods.is_refund==1?'退款中':goods.is_refund==2?'部分退款':goods.is_refund==3?'全部退款':''}} + + + + ¥{{goods.cart_info.productPresellAttr.presell_price}} + x{{goods.product_num}} + + + + + + + + + + + + + + {{goods.cart_info.product.store_name}} + + + {{goods.is_refund==1?'退款中':goods.is_refund==2?'部分退款':goods.is_refund==3?'全部退款':''}} + + + + + ¥{{goods.cart_info.productAssistAttr.assist_price}} + x{{goods.product_num}} + + + + ¥{{goods.cart_info.activeSku.active_price}} + x{{goods.product_num}} + + + ¥{{goods.cart_info.productAttr.price}} + x{{goods.product_num}} + + 先货后款 实付:¥0.00 + + + + 共{{item.orderNum || 0}}件商品,总金额 + ¥{{item.presell_price}} + + 共{{item.orderNum || 0}}件商品,结算周期到期后付款 + ¥{{item.pay_price}} + + 共{{item.orderNum || 0}}件商品,总金额 + ¥{{item.pay_price}} + + + + + + 查看详情 + + + 查看物流 + + 确认收货 + + 确认收货 + + + + + + 去付款 + + + 去付款 + + + + + + 去付款 + + + 去付款 + + + + + + + + 去结算 + + + 去评价 + + + + + 查看详情 + + 再次购买 + + + + + + + + {{loadTitle}} + + + + + + + + + + + + + + + + + +

确认收到货了吗?

+ 此订单为先货后款订单,确认收货后将开始计算结算周期。为保障售后权益,请检查后再确认收货。 + + 取消 +
+
+ + + + + + \ No newline at end of file diff --git a/pages/wholesale/wholesale/wholesale.vue b/pages/wholesale/wholesale/wholesale.vue new file mode 100644 index 0000000..b1181bc --- /dev/null +++ b/pages/wholesale/wholesale/wholesale.vue @@ -0,0 +1,1664 @@ + + + + + \ No newline at end of file diff --git a/static/images/SMRK/bar.png b/static/images/SMRK/bar.png new file mode 100644 index 0000000..0baebee Binary files /dev/null and b/static/images/SMRK/bar.png differ diff --git a/static/images/SMRK/img.png b/static/images/SMRK/img.png new file mode 100644 index 0000000..c573534 Binary files /dev/null and b/static/images/SMRK/img.png differ diff --git a/static/images/SMRK/name.png b/static/images/SMRK/name.png new file mode 100644 index 0000000..ed9c1f6 Binary files /dev/null and b/static/images/SMRK/name.png differ diff --git a/static/images/clock_r.png b/static/images/clock_r.png new file mode 100644 index 0000000..7bba90d Binary files /dev/null and b/static/images/clock_r.png differ diff --git a/static/images/dingwei_r.png b/static/images/dingwei_r.png new file mode 100644 index 0000000..b2bac68 Binary files /dev/null and b/static/images/dingwei_r.png differ diff --git a/static/images/phone_r.png b/static/images/phone_r.png new file mode 100644 index 0000000..f924215 Binary files /dev/null and b/static/images/phone_r.png differ