liuxy 2 years ago
parent 6cd29f6392
commit effbae3a90

@ -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

@ -5,7 +5,6 @@
> >
<span>当前登录人{{ user.name }} </span> <span>当前登录人{{ user.name }} </span>
<el-button type="primary">统计设置</el-button>
</div> </div>
<el-row :gutter="20"> <el-row :gutter="20">

Loading…
Cancel
Save