审核数据,接口放出
This commit is contained in:
@@ -507,7 +507,6 @@ export default {
|
||||
})
|
||||
},
|
||||
async compute() {
|
||||
alert(11111)
|
||||
if(this.orderInfo.contractSettleTypeString == '车主现收'){
|
||||
this.form.supplierBasePrice = 0
|
||||
this.form.supplierExtraPrice = 0
|
||||
@@ -754,7 +753,7 @@ export default {
|
||||
formData.append('state', 0);
|
||||
formData.append('postfix', this.postfix);
|
||||
formData.append('supplierBridgeAmount', parseInt(this.form.supplierBridgeAmountAb || 0) + parseInt(this.form.supplierBridgeAmountBc || 0) + parseInt(this.form.supplierBridgeAmountCa || 0));
|
||||
/*let res = await updateAccountRecordInfo(formData);
|
||||
let res = await updateAccountRecordInfo(formData);
|
||||
if (res.code === 200) {
|
||||
this.$toast('操作成功')
|
||||
setTimeout(() => {
|
||||
@@ -767,7 +766,7 @@ export default {
|
||||
}
|
||||
})
|
||||
}, 2000)
|
||||
}*/
|
||||
}
|
||||
this.loading = false;
|
||||
},
|
||||
async confirmAudit() {
|
||||
@@ -849,7 +848,7 @@ export default {
|
||||
formData.append('state', 0);
|
||||
formData.append('postfix', this.postfix);
|
||||
formData.append('supplierBridgeAmount', parseInt(this.form.supplierBridgeAmountAb || 0) + parseInt(this.form.supplierBridgeAmountBc || 0) + parseInt(this.form.supplierBridgeAmountCa || 0));
|
||||
/*let res = await updateAccountRecordInfo(formData);
|
||||
let res = await updateAccountRecordInfo(formData);
|
||||
if (res.code === 200) {
|
||||
this.$toast('操作成功')
|
||||
setTimeout(() => {
|
||||
@@ -862,7 +861,7 @@ export default {
|
||||
}
|
||||
})
|
||||
}, 2000)
|
||||
}*/
|
||||
}
|
||||
this.loading1 = false;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user