diff --git a/src/api/returnApply.js b/src/api/returnApply.js index e4b291e..d125aa3 100644 --- a/src/api/returnApply.js +++ b/src/api/returnApply.js @@ -14,6 +14,13 @@ export function deleteApply(params) { params:params }) } +export function updateApplyStatus(id,data) { + return request({ + url:'/returnApply/update/status/'+id, + method:'post', + data:data + }) +} export function getApplyDetail(id) { return request({ diff --git a/src/views/oms/apply/applyDetail.vue b/src/views/oms/apply/applyDetail.vue index 5a5b84f..72e3923 100644 --- a/src/views/oms/apply/applyDetail.vue +++ b/src/views/oms/apply/applyDetail.vue @@ -41,117 +41,208 @@ 服务单信息 - - 服务单号 - {{orderReturnApply.id}} - - - 申请状态 - {{orderReturnApply.status | formatStatus}} - - - 订单编号 - - {{orderReturnApply.orderSn}} - 查看 - - - - 申请时间 - {{orderReturnApply.createTime | formatTime}} - - - 用户账号 - {{orderReturnApply.memberUsername}} - - - 联系人 - {{orderReturnApply.returnName}} - - - 联系电话 - {{orderReturnApply.returnPhone}} - - - 退货原因 - {{orderReturnApply.reason}} - - - 问题描述 - {{orderReturnApply.description}} - - - 凭证图片 - - - - - - - 订单金额 - ¥{{totalAmount}} - - - 确认退款金额 - - - ¥ - - - - - 选择收货点 - - - - - - - - - - 收货人姓名 - {{currentAddress.name}} - - - 所在区域 - {{currentAddress | formatRegion}} - - - 详细地址 - {{currentAddress.detailAddress}} - - - 联系电话 - {{currentAddress.phone}} - +
+ + 服务单号 + {{orderReturnApply.id}} + + + 申请状态 + {{orderReturnApply.status | formatStatus}} + + + 订单编号 + + + {{orderReturnApply.orderSn}} + 查看 + + + + 申请时间 + {{orderReturnApply.createTime | formatTime}} + + + 用户账号 + {{orderReturnApply.memberUsername}} + + + 联系人 + {{orderReturnApply.returnName}} + + + 联系电话 + {{orderReturnApply.returnPhone}} + + + 退货原因 + {{orderReturnApply.reason}} + + + 问题描述 + {{orderReturnApply.description}} + + + 凭证图片 + + + + + +
+
+ + 订单金额 + ¥{{totalAmount}} + + + 确认退款金额 + + + ¥ + + + +
+ + 选择收货点 + + + + + + + + + + 收货人姓名 + {{currentAddress.name}} + + + 所在区域 + {{currentAddress | formatRegion}} + + + 详细地址 + {{currentAddress.detailAddress}} + + + 联系电话 + {{currentAddress.phone}} + +
+
+
+ + 处理人员 + {{orderReturnApply.handleMan}} + + + 处理时间 + {{orderReturnApply.handleTime | formatTime}} + + + 处理备注 + {{orderReturnApply.handleNote}} + +
+
+ + 收货人员 + {{orderReturnApply.receiveMan}} + + + 收货时间 + {{orderReturnApply.receiveTime | formatTime}} + + + 收货备注 + {{orderReturnApply.receiveNote}} + +
+
+ + 处理备注 + + + + +
+
+ + 收货备注 + + + + +
+
+ 确认退货 + 拒绝退货 +
+
+ 确认收货 +