Browse Source

完善款项确认

master
yunuo970428 2 years ago
parent
commit
4ee6f87002
  1. 6
      anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/acknowledgementReceiptAdd.vue

6
anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/acknowledgementReceiptAdd.vue

@ -148,6 +148,11 @@
{{ scope.row.customerPhone }}
</template>
</el-table-column>
<el-table-column label="应收金额" align="center" width="120">
<template slot-scope="scope">
{{ scope.row.reveivableMoney }}
</template>
</el-table-column>
<el-table-column label="应收项目名称" align="center" width="120">
<template slot-scope="scope">
{{ scope.row.receivablesName }}
@ -522,6 +527,7 @@ export default {
subscriptionMoney: '',
subscriptionDate: '',
collSid: '',
receivablesSid: row.sid,
sid: row.sid
})
this.listQuery.sids.push(row.sid)

Loading…
Cancel
Save