|
@@ -300,25 +300,25 @@
|
|
|
this.identityLow = 'low'
|
|
|
this.identity[1] = e.url
|
|
|
this.imageUrl2 = e.url
|
|
|
- getIdentity({
|
|
|
- personImg: e.url
|
|
|
- })
|
|
|
- .toPromise()
|
|
|
- .then((response) => {
|
|
|
- if (response.recPerson ) {
|
|
|
- this.$set( this.customerList,'customerName',response.recPerson)
|
|
|
- this.$set( this.customerList,'payeeName',response.recPerson)
|
|
|
- }
|
|
|
+ // getIdentity({
|
|
|
+ // personImg: e.url
|
|
|
+ // })
|
|
|
+ // .toPromise()
|
|
|
+ // .then((response) => {
|
|
|
+ // if (response.recPerson ) {
|
|
|
+ // this.$set( this.customerList,'customerName',response.recPerson)
|
|
|
+ // this.$set( this.customerList,'payeeName',response.recPerson)
|
|
|
+ // }
|
|
|
|
|
|
- if (response.recPersonNo ) {
|
|
|
- this.$set( this.customerList,'customerNumberCard',response.recPersonNo)
|
|
|
- this.$set( this.customerList,'payeeNumberCard',response.recPersonNo)
|
|
|
- }
|
|
|
+ // if (response.recPersonNo ) {
|
|
|
+ // this.$set( this.customerList,'customerNumberCard',response.recPersonNo)
|
|
|
+ // this.$set( this.customerList,'payeeNumberCard',response.recPersonNo)
|
|
|
+ // }
|
|
|
|
|
|
- if (response.recPersonAddr ) {
|
|
|
- this.$set( this.customerList,'compAddress',response.recPersonAddr)
|
|
|
- }
|
|
|
- })
|
|
|
+ // if (response.recPersonAddr ) {
|
|
|
+ // this.$set( this.customerList,'compAddress',response.recPersonAddr)
|
|
|
+ // }
|
|
|
+ // })
|
|
|
},
|
|
|
bankSuccess1(e) {
|
|
|
this.bankUps = 'bankUp'
|
|
@@ -344,21 +344,21 @@
|
|
|
this.bankLows = 'bankLow'
|
|
|
this.bank[1] = e.url
|
|
|
this.imageUrl4 = e.url
|
|
|
- getBank({
|
|
|
- bankImg: e.url
|
|
|
- })
|
|
|
- .toPromise()
|
|
|
- .then((response) => {
|
|
|
- if (response.bankNameZhihang) {
|
|
|
- this.bankList = response.bankNameZhihang
|
|
|
- }
|
|
|
- if (response.bankNo) {
|
|
|
- this.$set(this.customerList,'bankCard',response.bankNo)
|
|
|
- }
|
|
|
- if (response.bankName) {
|
|
|
- this.$set(this.customerList,'bankDeposit',response.bankName)
|
|
|
- }
|
|
|
- })
|
|
|
+ // getBank({
|
|
|
+ // bankImg: e.url
|
|
|
+ // })
|
|
|
+ // .toPromise()
|
|
|
+ // .then((response) => {
|
|
|
+ // if (response.bankNameZhihang) {
|
|
|
+ // this.bankList = response.bankNameZhihang
|
|
|
+ // }
|
|
|
+ // if (response.bankNo) {
|
|
|
+ // this.$set(this.customerList,'bankCard',response.bankNo)
|
|
|
+ // }
|
|
|
+ // if (response.bankName) {
|
|
|
+ // this.$set(this.customerList,'bankDeposit',response.bankName)
|
|
|
+ // }
|
|
|
+ // })
|
|
|
},
|
|
|
commit() {
|
|
|
if (!this.imageUrl1) {
|