|
@@ -360,13 +360,13 @@
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if (!this.imageUrl2) {
|
|
|
- this.$message({
|
|
|
- message: '请上传身份证反面',
|
|
|
- type: 'warning',
|
|
|
- })
|
|
|
- return
|
|
|
- }
|
|
|
+ // if (!this.imageUrl2) {
|
|
|
+ // this.$message({
|
|
|
+ // message: '请上传身份证反面',
|
|
|
+ // type: 'warning',
|
|
|
+ // })
|
|
|
+ // return
|
|
|
+ // }
|
|
|
if (!this.imageUrl3) {
|
|
|
this.$message({
|
|
|
message: '请上传银行卡正面',
|
|
@@ -374,13 +374,13 @@
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if (!this.imageUrl4) {
|
|
|
- this.$message({
|
|
|
- message: '请上传银行卡反面',
|
|
|
- type: 'warning',
|
|
|
- })
|
|
|
- return
|
|
|
- }
|
|
|
+ // if (!this.imageUrl4) {
|
|
|
+ // this.$message({
|
|
|
+ // message: '请上传银行卡反面',
|
|
|
+ // type: 'warning',
|
|
|
+ // })
|
|
|
+ // return
|
|
|
+ // }
|
|
|
if (!this.customerList.customerName) {
|
|
|
this.$message({
|
|
|
message: '请输入姓名',
|
|
@@ -388,7 +388,7 @@
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if (!this.customerList.customerNumberCard) {
|
|
|
+ if (!this.customerList.bankCard) {
|
|
|
this.$message({
|
|
|
message: '请输入输入银行卡号',
|
|
|
type: 'warning',
|
|
@@ -409,20 +409,20 @@
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if (!this.customerList.payeeName) {
|
|
|
- this.$message({
|
|
|
- message: '请输入收款人姓名',
|
|
|
- type: 'warning',
|
|
|
- })
|
|
|
- return
|
|
|
- }
|
|
|
- if (!this.customerList.payeeNumberCard) {
|
|
|
- this.$message({
|
|
|
- message: '请输入收款人身份证号',
|
|
|
- type: 'warning',
|
|
|
- })
|
|
|
- return
|
|
|
- }
|
|
|
+ // if (!this.customerList.payeeName) {
|
|
|
+ // this.$message({
|
|
|
+ // message: '请输入收款人姓名',
|
|
|
+ // type: 'warning',
|
|
|
+ // })
|
|
|
+ // return
|
|
|
+ // }
|
|
|
+ // if (!this.customerList.payeeNumberCard) {
|
|
|
+ // this.$message({
|
|
|
+ // message: '请输入收款人身份证号',
|
|
|
+ // type: 'warning',
|
|
|
+ // })
|
|
|
+ // return
|
|
|
+ // }
|
|
|
if (this.customerList.payeeNumberCard.length != 18) {
|
|
|
this.$message({
|
|
|
message: '收款人身份证号输入有误,请重新输入',
|
|
@@ -444,13 +444,13 @@
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if (!this.customerList.compAddress) {
|
|
|
- this.$message({
|
|
|
- message: '请输入联系地址',
|
|
|
- type: 'warning',
|
|
|
- })
|
|
|
- return
|
|
|
- }
|
|
|
+ // if (!this.customerList.compAddress) {
|
|
|
+ // this.$message({
|
|
|
+ // message: '请输入联系地址',
|
|
|
+ // type: 'warning',
|
|
|
+ // })
|
|
|
+ // return
|
|
|
+ // }
|
|
|
// 验证码校验
|
|
|
GetCustomerCodeJY({
|
|
|
phone: this.customerList.customerPhone,
|