Browse Source

Merge branch 'techPool_639'

hbchen 1 year ago
parent
commit
489cef024e
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/financialManagement/registrationPre.vue

+ 4 - 1
src/views/financialManagement/registrationPre.vue

@@ -397,7 +397,10 @@ const submitForm=()=>{
             services:params.services})
         if(!checkRes.data) return
         if(checkRes.data.exist!==0){
-          ElMessageBox.confirm(`合规信息已存在,是否继续${dialog.registrationType}登记?`,
+          let promptText = checkRes.data.type==0?
+                          `该客户已进行预登记,是否继续${dialog.registrationType}预登记?`:
+                          `合规信息已存在,是否继续${dialog.registrationType}预登记?`
+          ElMessageBox.confirm(promptText,
           '操作提示',
           {
             confirmButtonText: '确定',