|
|
@ -433,7 +433,7 @@ export default { |
|
|
|
if (this.sids.length === 1) { |
|
|
|
for (var i = 0; i < this.multipleSelection.length; i++) { |
|
|
|
if (this.multipleSelection[i].isDesignatedEnterprise === '1' && this.multipleSelection[i].isFilingIndate !== '1') { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '因该条记录中是否为定点企业为是且备案有效期仍在有效期内,需要进行补充备案操作' }) |
|
|
|
this.$message({ showClose: true, type: 'error', message: '因该欠款月结客户仍在有效期内,需要进行补充备案操作' }) |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
@ -559,7 +559,7 @@ export default { |
|
|
|
addVehicle() { |
|
|
|
if (this.sids.length === 1) { |
|
|
|
if (this.multipleSelection[0].isDesignatedEnterprise === '1' && this.multipleSelection[0].isFilingIndate !== '1') { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '因该条记录中是否为定点企业为是且备案有效期仍在有效期内,需要进行补充备案操作' }) |
|
|
|
this.$message({ showClose: true, type: 'error', message: '因该欠款月结客户仍在有效期内,需要进行补充备案操作' }) |
|
|
|
return |
|
|
|
} |
|
|
|
this.viewState = 6 |
|
|
|