edit
This commit is contained in:
@ -26,7 +26,6 @@ export class AuditAdminComponent implements OnInit {
|
||||
|
||||
ngOnInit(): void {
|
||||
this.loadUserInfo();
|
||||
this.msgSrv.warning('111')
|
||||
}
|
||||
|
||||
loadUserInfo() {
|
||||
|
||||
@ -278,7 +278,7 @@
|
||||
</sv>
|
||||
<sv label="身份证有效期" col="1">
|
||||
<nz-date-picker [(ngModel)]="detailData.legalPersonIdentityVO.validStartTime" [nzDisabled]="!isEdit"
|
||||
nzPlaceHolder=" " [nzBorderless]="!isEdit" [nzSuffixIcon]="isEdit?'calendar':''" style="width: 100px;"
|
||||
nzPlaceHolder=" " [nzBorderless]="!isEdit" [nzSuffixIcon]="isEdit?'calendar':''" style="width: 120px;"
|
||||
class="calendar"></nz-date-picker>
|
||||
-
|
||||
<ng-container
|
||||
@ -286,7 +286,7 @@
|
||||
<label style="padding-left: 11px;">长期</label>
|
||||
</ng-container>
|
||||
<nz-date-picker [(ngModel)]="detailData.legalPersonIdentityVO.validEndTime" [nzDisabled]="!isEdit"
|
||||
nzPlaceHolder=" " [nzBorderless]="!isEdit" [nzSuffixIcon]="isEdit?'calendar':''" style="width: 100px;"
|
||||
nzPlaceHolder=" " [nzBorderless]="!isEdit" [nzSuffixIcon]="isEdit?'calendar':''" style="width: 120px;"
|
||||
class="calendar"></nz-date-picker>
|
||||
<ng-container *ngIf="isEdit">
|
||||
<label nz-checkbox [ngModel]="!!!detailData.legalPersonIdentityVO.validEndTime"
|
||||
|
||||
@ -46,7 +46,7 @@ export class AccountDetailComponent implements OnInit {
|
||||
})
|
||||
.subscribe(res => {
|
||||
if (res) {
|
||||
this.service.msgSrv.success('开户成功');
|
||||
this.service.msgSrv.success(res?.pfMsg);
|
||||
this.modalHelp.destroy();
|
||||
}
|
||||
});
|
||||
@ -60,7 +60,7 @@ export class AccountDetailComponent implements OnInit {
|
||||
})
|
||||
.subscribe(res => {
|
||||
if (res) {
|
||||
this.service.msgSrv.success('开户成功');
|
||||
this.service.msgSrv.success(res?.paMsg);
|
||||
this.modalHelp.destroy();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user