高敬炎 2 年之前
父节点
当前提交
8388b4b3dc

+ 16 - 0
src/views/houseSelfCollect/customerManagementAdd.vue

@@ -220,6 +220,15 @@
               :disabled="disabled"
               :disabled="disabled"
             />
             />
           </div>
           </div>
+          <!-- <ws-form-item label="村委会电话" span="1" prop="villageCommitteePhone">
+            <ws-input
+              v-model="customerList.villageCommitteePhone"
+              placeholder="村委会电话"
+              maxlength="100"
+              size="small"
+              :disabled="disabled"
+            />
+          </ws-form-item> -->
         </ws-info-table>
         </ws-info-table>
         <div class="but">
         <div class="but">
           <el-button
           <el-button
@@ -591,6 +600,13 @@
           })
           })
           return
           return
         }
         }
+        // if (!this.customerList.villageCommitteePhone) {
+        //   this.$message({
+        //     message: '请输入村委会电话',
+        //     type: 'warning',
+        //   })
+        //   return
+        // }
         // 验证码校验
         // 验证码校验
         GetCustomerCodeJY({
         GetCustomerCodeJY({
             phone: this.customerList.customerPhone,
             phone: this.customerList.customerPhone,

+ 1 - 1
src/views/houseSelfCollect/paymentManagement.vue

@@ -1504,7 +1504,7 @@
                       this.printBig()
                       this.printBig()
                     }
                     }
                   if(response.selfCertificate){
                   if(response.selfCertificate){
-                    response.selfCertificateURL=await getFileList({ appendixIds }).toPromise()
+                    response.selfCertificateURL=await getFileList({ appendixIds:response.selfCertificate }).toPromise()
                   }
                   }
               // })
               // })
           }
           }