|
|
@ -674,8 +674,8 @@ export default { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '因选择的记录中包含已支付的,操作失败' }) |
|
|
|
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) { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '请选择款项名称和收款账号一致的记录进行操作' }) |
|
|
|
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: '请选择收款账号和推送财务数据类型一致的记录进行操作' }) |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|