Browse Source

完善出纳付款列表

master
yunuo970428 3 weeks ago
parent
commit
6d664ea862
  1. 4
      anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/chunafukuan/chunafukuanguanli/cashier.vue

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

@ -674,8 +674,8 @@ export default {
this.$message({ showClose: true, type: 'error', message: '因选择的记录中包含已支付的,操作失败' }) this.$message({ showClose: true, type: 'error', message: '因选择的记录中包含已支付的,操作失败' })
return return
} }
if (this.nodeState_list[i].receiveBankAccount !== this.nodeState_list[this.nodeState_list.length - 1].receiveBankAccount || this.nodeState_list[i].costTypeValue !== this.nodeState_list[this.nodeState_list.length - 1].costTypeValue) { if (this.nodeState_list[i].receiveBankAccount !== this.nodeState_list[this.nodeState_list.length - 1].receiveBankAccount || this.nodeState_list[i].finDataType !== this.nodeState_list[this.nodeState_list.length - 1].finDataType) {
this.$message({ showClose: true, type: 'error', message: '请选择款项名称和收款账号一致的记录进行操作' }) this.$message({ showClose: true, type: 'error', message: '请选择收款账号和推送财务数据类型一致的记录进行操作' })
return return
} }
} }

Loading…
Cancel
Save