Merge remote-tracking branch 'origin/master'

master
xy 2 years ago
commit 812613f6d6

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

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

Loading…
Cancel
Save