Browse Source

完善欠款提车

master
yunuo970428 2 years ago
parent
commit
361023b9fb
  1. 5
      anrui-buscenter/anrui-buscenter-ui/src/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheDaiBanByFileInfo.vue

5
anrui-buscenter/anrui-buscenter-ui/src/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheDaiBanByFileInfo.vue

@ -300,7 +300,8 @@ export default {
vinList: [], vinList: [],
zjlLetter: [], zjlLetter: [],
zjlLetterDownloadUrl: '', zjlLetterDownloadUrl: '',
allDownloadUrl: '' allDownloadUrl: '',
finType: false
}, },
rules: {}, rules: {},
operation: '', // operation: '', //
@ -482,7 +483,7 @@ export default {
this.$message({ showClose: true, type: 'error', message: '请上传车辆买卖合同附件' }) this.$message({ showClose: true, type: 'error', message: '请上传车辆买卖合同附件' })
return return
} }
if (this.linkByParameter.guaranteeLetter.length === 0) { if (this.linkByParameter.guaranteeLetter.length === 0 && !this.formobj.finType) {
this.$message({ showClose: true, type: 'error', message: '请上传欠款提车担保承诺书附件' }) this.$message({ showClose: true, type: 'error', message: '请上传欠款提车担保承诺书附件' })
return return
} }

Loading…
Cancel
Save