diff --git a/manager/src/api/order.js b/manager/src/api/order.js index 4981a96d..052ba454 100644 --- a/manager/src/api/order.js +++ b/manager/src/api/order.js @@ -160,3 +160,8 @@ export const refundLog = (params) => { export const storeAddress = (sn) => { return getRequest(`/order/afterSale/getStoreAfterSaleAddress/${sn}`) } + +// 订单核验 +export const orderTake = (sn, verificationCode) => { + return putRequest(`/order/order/take/${sn}/${verificationCode}`); +}; diff --git a/manager/src/api/shops.js b/manager/src/api/shops.js index 36cba3c3..972463e8 100644 --- a/manager/src/api/shops.js +++ b/manager/src/api/shops.js @@ -87,3 +87,11 @@ export const downloadBill = (id) => { return getRequest(`/order/bill/downLoad/${id}`, {}, 'blob') } +// 获取物流模版 +export const getShipTemplate = (id) => { + // return getRequest(`/order/bill/shipTemplate`) +} + +export const replyMemberComment = (id, params) => { + return putRequest(`/member/evaluation/reply/${id}`, params) +} diff --git a/manager/src/assets/goodsType1.png b/manager/src/assets/goodsType1.png new file mode 100644 index 00000000..765c17c9 Binary files /dev/null and b/manager/src/assets/goodsType1.png differ diff --git a/manager/src/assets/goodsType2.png b/manager/src/assets/goodsType2.png new file mode 100644 index 00000000..7a957134 Binary files /dev/null and b/manager/src/assets/goodsType2.png differ diff --git a/manager/src/assets/goodsTypeTpl.png b/manager/src/assets/goodsTypeTpl.png new file mode 100644 index 00000000..dafa3393 Binary files /dev/null and b/manager/src/assets/goodsTypeTpl.png differ diff --git a/manager/src/components/affix-time.vue b/manager/src/components/affix-time.vue index a81b6d25..672e8762 100644 --- a/manager/src/components/affix-time.vue +++ b/manager/src/components/affix-time.vue @@ -10,14 +10,7 @@ {{ item.year + '年' + item.month + '月' }} -
{{ item.desc }}
+{{ item.sellingPoint || "" }}
++ 您当前选择的商品类别是: + {{ category[0].name }} + > {{ category[1].name }} + > {{ category[2].name }} +
+ +| + | |||||||||||||||||||
|
+ {{item.name}}
+ |
+ |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| + | 运送到 | +首件(重) | +运费 | +续件(重) | +运费 | +||||||||||||||
| + | {{children.area}} | ++ {{children.firstCompany}} + | ++ ¥{{children.firstPrice | unitPrice}} + | ++ {{children.continuedCompany}} + | ++ ¥{{children.continuedPrice | unitPrice}} + | +||||||||||||||
| + | 运送到 | ++ | 首件(重) | +首费 | +续件(重) | +续费 | +操作 | +
|---|---|---|---|---|---|---|---|
| + |
+
+ {{item.area}} + + |
+ + |
+ |
+
+ |
+
+ |
+
+ |
+ + + + | +
+