|
|
|
@ -513,7 +513,7 @@
|
|
|
|
async getOutContract() {
|
|
|
|
async getOutContract() {
|
|
|
|
const res = await httpCurl({ tbname: 'hetong', out_contract_id: this.contract.id })
|
|
|
|
const res = await httpCurl({ tbname: 'hetong', out_contract_id: this.contract.id })
|
|
|
|
console.log(res)
|
|
|
|
console.log(res)
|
|
|
|
this.form.number = res.flow?.serial
|
|
|
|
this.form.number = "HT-"+res.flow?.serial
|
|
|
|
this.form.money = Number(res.flow_detail?.total)
|
|
|
|
this.form.money = Number(res.flow_detail?.total)
|
|
|
|
},
|
|
|
|
},
|
|
|
|
//获取oa合同信息
|
|
|
|
//获取oa合同信息
|
|
|
|
|