Browse Source

完善欠款提车

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

Loading…
Cancel
Save