Merge branch 'develop' of gitlab.eascs.com:tms-ui/tms-obc-web into develop
This commit is contained in:
@ -90,6 +90,7 @@ export class CtcCaptatinAddComponent implements OnInit {
|
||||
widget: this.i.id ? 'text' : '',
|
||||
placeholder: '请输入手机号',
|
||||
blur: () => {
|
||||
if(this.sf?.value?.mobile) {
|
||||
this.service.request(this.service.$api_getByMobile, { mobile: this.sf.value.mobile }).subscribe(res => {
|
||||
if (res.certificateNumber) {
|
||||
this.readFlag = true
|
||||
@ -128,7 +129,8 @@ export class CtcCaptatinAddComponent implements OnInit {
|
||||
this.detailData = {}
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
default: this.detailData.mobile
|
||||
},
|
||||
@ -145,6 +147,7 @@ export class CtcCaptatinAddComponent implements OnInit {
|
||||
bankCardNo: {
|
||||
title: '银行卡号',
|
||||
type: 'string',
|
||||
maxLength: 20,
|
||||
ui: {
|
||||
widget: this.i.id ? 'text' : '',
|
||||
placeholder: '请输入银行卡号',
|
||||
@ -161,6 +164,7 @@ export class CtcCaptatinAddComponent implements OnInit {
|
||||
bankName: {
|
||||
title: '开户行',
|
||||
type: 'string',
|
||||
maxLength: 35,
|
||||
ui: {
|
||||
widget: this.i.id ? 'text' : '',
|
||||
placeholder: '请输入开户行',
|
||||
|
||||
Reference in New Issue
Block a user