fix bug
This commit is contained in:
@ -114,7 +114,7 @@ export class AddPersonalPartnerComponent {
|
|||||||
side: isFront
|
side: isFront
|
||||||
};
|
};
|
||||||
this.service.request(this.service.$api_ocr_recognize_id_card, params).subscribe(res => {
|
this.service.request(this.service.$api_ocr_recognize_id_card, params).subscribe(res => {
|
||||||
if (res) {
|
if (res.name) {
|
||||||
console.log(res);
|
console.log(res);
|
||||||
|
|
||||||
// 法定代表人证件照
|
// 法定代表人证件照
|
||||||
@ -140,6 +140,8 @@ export class AddPersonalPartnerComponent {
|
|||||||
this.sf.setValue('/adminUserInfo/_isLoingDate', true);
|
this.sf.setValue('/adminUserInfo/_isLoingDate', true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
this.sf.setValue('/adminUserInfo/_isLoingDate', false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@ -299,7 +299,7 @@ export class TaxManagementIndividualDeclareComponent extends BasicTableComponent
|
|||||||
unnormal(value: any) {
|
unnormal(value: any) {
|
||||||
this.modal.confirm({
|
this.modal.confirm({
|
||||||
nzTitle: '税务审核结果',
|
nzTitle: '税务审核结果',
|
||||||
nzContent: '订单结算时间所在月份与申报月份不一致',
|
nzContent: `${value?.exceptionInfo}`,
|
||||||
nzOkText: '确定',
|
nzOkText: '确定',
|
||||||
nzCancelText: '',
|
nzCancelText: '',
|
||||||
nzOnOk: () => {
|
nzOnOk: () => {
|
||||||
|
|||||||
@ -322,7 +322,7 @@ export class TaxManagementIndividualIncomeComponent extends BasicTableComponent
|
|||||||
}
|
}
|
||||||
// this.modal.warning({
|
// this.modal.warning({
|
||||||
// nzTitle: '申报提示',
|
// nzTitle: '申报提示',
|
||||||
// nzContent: '订单结算时间所在月份与申报月份不一致......'
|
// nzContent: `${value?.exceptionInfo}`,
|
||||||
// });
|
// });
|
||||||
// this.service.request(this.service.$api_recall_reporting, { rows: this.selectedRows }).subscribe((res: any) => {
|
// this.service.request(this.service.$api_recall_reporting, { rows: this.selectedRows }).subscribe((res: any) => {
|
||||||
// if (res) {
|
// if (res) {
|
||||||
|
|||||||
@ -251,7 +251,7 @@ export class TaxManagementInvoiceReportingComponent extends BasicTableComponent
|
|||||||
});
|
});
|
||||||
this.modal.confirm({
|
this.modal.confirm({
|
||||||
nzTitle: '税务审核结果',
|
nzTitle: '税务审核结果',
|
||||||
nzContent: '订单结算时间所在月份与申报月份不一致',
|
nzContent: `${value?.exceptionInfo}`,
|
||||||
nzOkText: '确定',
|
nzOkText: '确定',
|
||||||
nzCancelText: '',
|
nzCancelText: '',
|
||||||
nzOnOk: () => {
|
nzOnOk: () => {
|
||||||
|
|||||||
@ -321,7 +321,7 @@ export class TaxManagementOrderReportingComponent extends BasicTableComponent im
|
|||||||
});
|
});
|
||||||
this.modal.confirm({
|
this.modal.confirm({
|
||||||
nzTitle: '税务审核结果',
|
nzTitle: '税务审核结果',
|
||||||
nzContent: '订单结算时间所在月份与申报月份不一致',
|
nzContent: `${value?.exceptionInfo}`,
|
||||||
nzOkText: '确定',
|
nzOkText: '确定',
|
||||||
nzCancelText: '',
|
nzCancelText: '',
|
||||||
nzOnOk: () => {
|
nzOnOk: () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user