审核修改

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