工单对账,记账接口恢复
This commit is contained in:
@@ -743,6 +743,7 @@ export default {
|
||||
await this.compute();
|
||||
const formData = new FormData();
|
||||
let obj = this.form;
|
||||
console.log('obj',obj)
|
||||
Object.keys(obj).forEach((key) => {
|
||||
formData.append(key, obj[key]);
|
||||
});
|
||||
@@ -753,7 +754,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(() => {
|
||||
@@ -766,7 +767,7 @@ export default {
|
||||
}
|
||||
})
|
||||
}, 2000)
|
||||
}*/
|
||||
}
|
||||
this.loading = false;
|
||||
},
|
||||
async confirmAudit() {
|
||||
|
||||
Reference in New Issue
Block a user