审核修改

This commit is contained in:
Aaron
2021-07-02 17:24:35 +08:00
parent cea854a807
commit 48df12b90f

View File

@ -67,7 +67,7 @@
</el-form>
</div>
<div v-if="serviceType === 0 && isShow">
<span>该订单为仅退款订单审核通过之后需进行退款是否审核通过</span>
<span>该订单为仅退款订单审核通过之后将直接退款是否审核通过</span>
</div>
<div v-if="serviceType === 1 && isShow">
<span>该订单为退货退款请输入退货地址</span>
@ -125,9 +125,9 @@ export default {
async submit(type) {
this.loading = true
if (this.serviceType === 0) {
consignee = ''
phoneNumber = ''
address = ''
this.form.consignee = ''
this.form.phoneNumber = ''
this.form.address = ''
}
this.form.approvalStatus = type // 0成功 1失败
var res = await salesCheck(this.form)