Browse Source

完善出纳付款申请

master
yunuo970428 4 months ago
parent
commit
046711c711
  1. 5
      anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/chunafukuan/chunafukuanguanli/cashier.vue

5
anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/chunafukuan/chunafukuanguanli/cashier.vue

@ -520,7 +520,7 @@ export default {
req.listPage(this.listQuery).then((response) => {
console.log('列表查询结果:', response)
this.listLoading = false
if (response.success && response.data && response.data.total > 0) {
if (response.success) {
this.list = response.data.records
this.listQuery.total = response.data.total
} else {
@ -650,8 +650,7 @@ export default {
this.formobj.receiveBankAccount = row.receiveBankAccount
this.formobj.receiveBank = row.receiveBank
this.formobj.payCode = row.payCode
this.formobj.payWayValue = row.payWayValue
this.formobj.payWayKey = row.payWayKey
this.changePayWay(row.payWayValue)
const aa = []
aa.push(row.sid)
this.sids = aa

Loading…
Cancel
Save