edit
This commit is contained in:
@ -1,96 +1,92 @@
|
||||
<page-header-wrapper [title]="'新增企业'"></page-header-wrapper>
|
||||
<nz-card>
|
||||
<ng-container>
|
||||
<sf #sf1 [ui]="ui" [schema]="schema1" [button]="'none'" [formData]="infoData1">
|
||||
<ng-template sf-template="title1" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="form-title">企业基本信息</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="tips" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">
|
||||
请上传营业执照原件的高清照片,若上传复印件,则需加盖公司印章;
|
||||
<div>上传后系统会自动识别并填写</div>
|
||||
</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="unit" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">万元</div>
|
||||
</ng-template>
|
||||
<sf #sf1 [ui]="ui" [schema]="schema1" [button]="'none'">
|
||||
<ng-template sf-template="title1" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="form-title">企业基本信息</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="tips" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">
|
||||
请上传营业执照原件的高清照片,若上传复印件,则需加盖公司印章;
|
||||
<div>上传后系统会自动识别并填写</div>
|
||||
</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="unit" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">万元</div>
|
||||
</ng-template>
|
||||
|
||||
<ng-template sf-template="legalPersonIdentityDTO/title2" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="form-title" style="margin-top: 40px;margin-left: -180px;">营业执照法人信息</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="legalPersonIdentityDTO/tipsC" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">
|
||||
<div>请上传身份证原件的高清照片,若上传复印件,则需申请人签字;</div>
|
||||
<div>上传后系统会自动识别并填写</div>
|
||||
</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="legalPersonIdentityDTO/tipsA" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">
|
||||
<dl class="tips">
|
||||
<dt>正面照(人像面)</dt>
|
||||
<dd>示例</dd>
|
||||
</dl>
|
||||
<div class="pa"><img width="190" src="./assets/images/usercenter/certificate-demo-front.png" /></div>
|
||||
</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="legalPersonIdentityDTO/tipsB" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">
|
||||
<dl class="tips">
|
||||
<dt>背面照(国徽面)</dt>
|
||||
<dd>示例</dd>
|
||||
</dl>
|
||||
<div class="pa"><img width="190" src="./assets/images/usercenter/certificate-demo-back.png" /></div>
|
||||
</div>
|
||||
</ng-template>
|
||||
</sf>
|
||||
<ng-template sf-template="legalPersonIdentityDTO/title2" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="form-title" style="margin-top: 40px;margin-left: -180px;">营业执照法人信息</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="legalPersonIdentityDTO/tipsC" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">
|
||||
<div>请上传身份证原件的高清照片,若上传复印件,则需申请人签字;</div>
|
||||
<div>上传后系统会自动识别并填写</div>
|
||||
</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="legalPersonIdentityDTO/tipsA" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">
|
||||
<dl class="tips">
|
||||
<dt>正面照(人像面)</dt>
|
||||
<dd>示例</dd>
|
||||
</dl>
|
||||
<div class="pa"><img width="190" src="./assets/images/usercenter/certificate-demo-front.png" /></div>
|
||||
</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="legalPersonIdentityDTO/tipsB" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">
|
||||
<dl class="tips">
|
||||
<dt>背面照(国徽面)</dt>
|
||||
<dd>示例</dd>
|
||||
</dl>
|
||||
<div class="pa"><img width="190" src="./assets/images/usercenter/certificate-demo-back.png" /></div>
|
||||
</div>
|
||||
</ng-template>
|
||||
</sf>
|
||||
|
||||
<sf #sf [ui]="ui" [schema]="schema" [button]="'none'" [formData]="infoData">
|
||||
<ng-template sf-template="title1" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="form-title">企业开票信息</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="title99" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="form-title">企业管理员信息</div>
|
||||
</ng-template>
|
||||
<sf #sf [ui]="ui" [schema]="schema" [button]="'none'">
|
||||
<ng-template sf-template="title1" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="form-title">企业开票信息</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="title99" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="form-title">企业管理员信息</div>
|
||||
</ng-template>
|
||||
|
||||
<ng-template sf-template="tipsD" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">
|
||||
<div>请上传该企业授权您成为本系统企业管理员的文件的高清照片,需加盖公司印章</div>
|
||||
<div>上传后系统会自动识别并填写</div>
|
||||
<div></div>
|
||||
<div class="pa"><img width="190" src="/assets/images/eg02.png" /></div>
|
||||
</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="tips" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">
|
||||
<div>请上传身份证原件的高清照片,若上传复印件,则需申请人签字;</div>
|
||||
<div>上传后系统会自动识别并填写</div>
|
||||
</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="tipsA" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">
|
||||
<dl class="tips">
|
||||
<dt>正面照(人像面)</dt>
|
||||
<dd>示例</dd>
|
||||
</dl>
|
||||
<div class="pa"><img width="190" src="./assets/images/usercenter/certificate-demo-front.png" /></div>
|
||||
</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="tipsB" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">
|
||||
<dl class="tips">
|
||||
<dt>背面照(国徽面)</dt>
|
||||
<dd>示例</dd>
|
||||
</dl>
|
||||
<div class="pa"><img width="190" src="./assets/images/usercenter/certificate-demo-back.png" /></div>
|
||||
</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="tipsD" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">
|
||||
<div>请上传该企业授权您成为本系统企业管理员的文件的高清照片,需加盖公司印章</div>
|
||||
<div>上传后系统会自动识别并填写</div>
|
||||
<div></div>
|
||||
<div class="pa"><img width="190" src="/assets/images/eg02.png" /></div>
|
||||
</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="tips" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">
|
||||
<div>请上传身份证原件的高清照片,若上传复印件,则需申请人签字;</div>
|
||||
<div>上传后系统会自动识别并填写</div>
|
||||
</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="tipsA" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">
|
||||
<dl class="tips">
|
||||
<dt>正面照(人像面)</dt>
|
||||
<dd>示例</dd>
|
||||
</dl>
|
||||
<div class="pa"><img width="190" src="./assets/images/usercenter/certificate-demo-front.png" /></div>
|
||||
</div>
|
||||
</ng-template>
|
||||
<ng-template sf-template="tipsB" let-me let-ui="ui" let-schema="schema">
|
||||
<div class="pr">
|
||||
<dl class="tips">
|
||||
<dt>背面照(国徽面)</dt>
|
||||
<dd>示例</dd>
|
||||
</dl>
|
||||
<div class="pa"><img width="190" src="./assets/images/usercenter/certificate-demo-back.png" /></div>
|
||||
</div>
|
||||
</ng-template>
|
||||
</sf>
|
||||
|
||||
</sf>
|
||||
|
||||
|
||||
<div style="padding-left: 379px">
|
||||
<button nz-button type="button" nzType="primary" (click)="submitForm()">确认新增</button>
|
||||
<button nz-button (click)="goBack()">返回</button>
|
||||
</div>
|
||||
</ng-container>
|
||||
<div style="padding-left: 379px">
|
||||
<button nz-button type="button" nzType="primary" (click)="submitForm()">确认新增</button>
|
||||
<button nz-button (click)="goBack()">返回</button>
|
||||
</div>
|
||||
</nz-card>
|
||||
@ -1,33 +1,6 @@
|
||||
:host {
|
||||
::ng-deep {
|
||||
nz-card {
|
||||
.page-title {
|
||||
margin-bottom: 39px;
|
||||
color : #333;
|
||||
font-weight : 500;
|
||||
font-size : 20px;
|
||||
line-height : 28px;
|
||||
text-align : center;
|
||||
}
|
||||
|
||||
.step-title {
|
||||
display: block;
|
||||
width : 800px !important;
|
||||
margin : 0 auto;
|
||||
}
|
||||
|
||||
.myForm {
|
||||
width : 680px;
|
||||
margin: 5rem auto;
|
||||
}
|
||||
|
||||
.steps-content {
|
||||
min-height: 250px;
|
||||
}
|
||||
|
||||
.btn-submit {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.pr {
|
||||
position: relative;
|
||||
@ -65,46 +38,10 @@
|
||||
border-left : solid 3px #1890ff;
|
||||
}
|
||||
|
||||
.form-content {
|
||||
padding: 48px 32px;
|
||||
}
|
||||
|
||||
.apply-sv {
|
||||
margin : 16px 0;
|
||||
padding : 20px;
|
||||
background : #f8f8f8;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.result-date {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.result-tips {
|
||||
color : #ff4d4f;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.sv-img {
|
||||
display : inline-block;
|
||||
width : 104px;
|
||||
height : 104px;
|
||||
margin-right : 20px;
|
||||
padding : 8px;
|
||||
background : #fff;
|
||||
border : 1px solid rgba(0, 0, 0, 0.15);
|
||||
border-radius: 2px;
|
||||
|
||||
img {
|
||||
width : 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ant-form-item {
|
||||
margin-left: 180px;
|
||||
|
||||
}
|
||||
|
||||
nz-date-picker,
|
||||
|
||||
@ -8,21 +8,33 @@ import {
|
||||
SFDateWidgetSchema,
|
||||
SFSchema,
|
||||
SFSchemaEnum,
|
||||
SFSelectWidgetSchema,
|
||||
SFTextareaWidgetSchema,
|
||||
SFUISchema,
|
||||
SFUploadWidgetSchema
|
||||
} from '@delon/form';
|
||||
import { ModalHelper } from '@delon/theme';
|
||||
import { EnvironmentService } from '@env/environment.service';
|
||||
import { NzCascaderOption } from 'ng-zorro-antd/cascader';
|
||||
import { NzMessageService } from 'ng-zorro-antd/message';
|
||||
import { NzModalService } from 'ng-zorro-antd/modal';
|
||||
import { of } from 'rxjs';
|
||||
import { map } from 'rxjs/operators';
|
||||
import { UsermanageService } from 'src/app/routes/usercenter/services/usercenter.service';
|
||||
// import { AccountService } from '../../services/account.service';
|
||||
// import { AccountComponentsImgViewComponent } from '../img-view/img-view.component';
|
||||
|
||||
const IMAGECONFIG = {
|
||||
action: apiConf.waterFileUpload,
|
||||
fileType: 'image/png,image/jpeg,image/jpg,image/gif',
|
||||
fileSize: 5120,
|
||||
limit: 1,
|
||||
limitFileCount: 1,
|
||||
resReName: 'data.fullFileWatermarkPath',
|
||||
urlReName: 'data.fullFileWatermarkPath',
|
||||
widget: 'upload',
|
||||
name: 'multipartFile',
|
||||
multiple: false,
|
||||
listType: 'picture-card'
|
||||
};
|
||||
|
||||
const DATECONFIG = {
|
||||
grid: { xxl: 13, xl: 18, lg: 24, md: 24 },
|
||||
widget: 'date',
|
||||
format: 'yyyy-MM-dd',
|
||||
placeholder: '请选择'
|
||||
};
|
||||
|
||||
@Component({
|
||||
selector: 'app-account-components-freight-new',
|
||||
@ -30,27 +42,6 @@ import { UsermanageService } from 'src/app/routes/usercenter/services/usercenter
|
||||
styleUrls: ['./new.component.less']
|
||||
})
|
||||
export class FreightComponentsListNewComponent implements OnInit {
|
||||
private imageConfig = {
|
||||
action: apiConf.waterFileUpload,
|
||||
fileType: 'image/png,image/jpeg,image/jpg,image/gif',
|
||||
fileSize: 5120,
|
||||
limit: 1,
|
||||
limitFileCount: 1,
|
||||
resReName: 'data.fullFileWatermarkPath',
|
||||
urlReName: 'data.fullFileWatermarkPath',
|
||||
widget: 'upload',
|
||||
name: 'multipartFile',
|
||||
multiple: false,
|
||||
listType: 'picture-card'
|
||||
};
|
||||
|
||||
private dateConfig = {
|
||||
grid: { xxl: 13, xl: 18, lg: 24, md: 24 },
|
||||
widget: 'date',
|
||||
format: 'yyyy-MM-dd',
|
||||
placeholder: '请选择'
|
||||
};
|
||||
|
||||
@ViewChild('sf', { static: false })
|
||||
sf!: SFComponent;
|
||||
@ViewChild('sf1', { static: false })
|
||||
@ -85,15 +76,7 @@ export class FreightComponentsListNewComponent implements OnInit {
|
||||
}
|
||||
};
|
||||
|
||||
infoData: any = {};
|
||||
infoData1: any = {};
|
||||
enterpriseAddressCodeStr = '';
|
||||
enterpriseAddressCode: any;
|
||||
enterpriseBusinessAddressCodeStr = '';
|
||||
enterpriseBusinessAddressCode = '';
|
||||
regionData: any = [];
|
||||
|
||||
constructor(public msg: NzMessageService, private router: Router, private service: UsermanageService) {}
|
||||
constructor(private router: Router, private service: UsermanageService) {}
|
||||
ngOnInit() {}
|
||||
|
||||
submitForm() {
|
||||
@ -123,7 +106,6 @@ export class FreightComponentsListNewComponent implements OnInit {
|
||||
}
|
||||
);
|
||||
this.service.request(this.service.$api_save_enterprise_admin, params).subscribe(res => {
|
||||
console.log(res);
|
||||
if (res) {
|
||||
this.service.msgSrv.success('企业新增成功');
|
||||
this.goBack();
|
||||
@ -141,6 +123,7 @@ export class FreightComponentsListNewComponent implements OnInit {
|
||||
// 根据地区code查询地区详情
|
||||
return this.service.request(this.service.$api_get_region_by_code, { regionCode });
|
||||
}
|
||||
|
||||
longTime(i: boolean | SFSchemaEnum[], type: string) {
|
||||
if (type === 'schema') {
|
||||
if (i) {
|
||||
@ -177,16 +160,6 @@ export class FreightComponentsListNewComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
|
||||
goPage(page: string) {
|
||||
if (page === 'list') {
|
||||
this.router.navigate(['./account/role']);
|
||||
} else {
|
||||
this.router.navigate(['./account/apply-list']);
|
||||
}
|
||||
}
|
||||
goBack() {
|
||||
window.history.go(-1);
|
||||
}
|
||||
checkIdCard(imgurl: any, isFront: number, type: number) {
|
||||
// 识别身份证 参数isFront:0-正面、1-背面;type:0-申请人身份证,1-法定代表人身份证
|
||||
const params = {
|
||||
@ -287,6 +260,10 @@ export class FreightComponentsListNewComponent implements OnInit {
|
||||
// });
|
||||
}
|
||||
|
||||
goBack() {
|
||||
window.history.go(-1);
|
||||
}
|
||||
|
||||
private initBasicInfoSF(): SFSchema {
|
||||
return {
|
||||
properties: {
|
||||
@ -297,11 +274,8 @@ export class FreightComponentsListNewComponent implements OnInit {
|
||||
type: 'string',
|
||||
title: '营业执照',
|
||||
ui: {
|
||||
...this.imageConfig,
|
||||
...IMAGECONFIG,
|
||||
descriptionI18n: '图片支持jpg、jpeg、png、gif格式,大小不超过5M',
|
||||
data: {
|
||||
appId: this.service.envSrv.getEnvironment().appId
|
||||
},
|
||||
change: args => {
|
||||
if (args.type === 'success') {
|
||||
this.sf1.setValue('/licensePhoto', args.fileList[0].response.data.fullFilePath);
|
||||
@ -354,7 +328,6 @@ export class FreightComponentsListNewComponent implements OnInit {
|
||||
enterpriseAddressCode: {
|
||||
type: 'number',
|
||||
title: '营业执照所在地',
|
||||
// default: [110000, 110100, 110105],
|
||||
ui: {
|
||||
grid: { xxl: 13, xl: 18, lg: 24, md: 24 },
|
||||
widget: 'cascader',
|
||||
@ -372,9 +345,6 @@ export class FreightComponentsListNewComponent implements OnInit {
|
||||
}
|
||||
);
|
||||
});
|
||||
},
|
||||
change: (ngModel: string | any[]) => {
|
||||
console.log(ngModel);
|
||||
}
|
||||
} as SFCascaderWidgetSchema
|
||||
},
|
||||
@ -412,12 +382,9 @@ export class FreightComponentsListNewComponent implements OnInit {
|
||||
title: '成立日期',
|
||||
type: 'string',
|
||||
ui: {
|
||||
...this.dateConfig,
|
||||
...DATECONFIG,
|
||||
errors: {
|
||||
required: '请选择开始日期'
|
||||
},
|
||||
change: i => {
|
||||
// this.sf1?.setValue('/dateType1', false);
|
||||
}
|
||||
} as SFDateWidgetSchema
|
||||
},
|
||||
@ -425,7 +392,7 @@ export class FreightComponentsListNewComponent implements OnInit {
|
||||
title: '营业期限',
|
||||
type: 'string',
|
||||
ui: {
|
||||
...this.dateConfig,
|
||||
...DATECONFIG,
|
||||
errors: {
|
||||
required: '请选择截止日期'
|
||||
},
|
||||
@ -478,11 +445,8 @@ export class FreightComponentsListNewComponent implements OnInit {
|
||||
type: 'string',
|
||||
title: '',
|
||||
ui: {
|
||||
...this.imageConfig,
|
||||
...IMAGECONFIG,
|
||||
descriptionI18n: '图片支持jpg、jpeg、png、gif格式,大小不超过5M',
|
||||
data: {
|
||||
// appId: this.envSrv.getEnvironment().appId,
|
||||
},
|
||||
change: args => {
|
||||
if (args.type === 'success') {
|
||||
this.sf1.setValue('/legalPersonIdentityDTO/certificatePhotoFront', args.fileList[0].response.data.fullFilePath);
|
||||
@ -498,11 +462,8 @@ export class FreightComponentsListNewComponent implements OnInit {
|
||||
type: 'string',
|
||||
title: '',
|
||||
ui: {
|
||||
...this.imageConfig,
|
||||
...IMAGECONFIG,
|
||||
descriptionI18n: '图片支持jpg、jpeg、png、gif格式,大小不超过5M',
|
||||
data: {
|
||||
// appId: this.envSrv.getEnvironment().appId,
|
||||
},
|
||||
change: args => {
|
||||
if (args.type === 'success') {
|
||||
this.sf1.setValue('/legalPersonIdentityDTO/certificatePhotoBack', args.fileList[0].response.data.fullFilePath);
|
||||
@ -555,9 +516,6 @@ export class FreightComponentsListNewComponent implements OnInit {
|
||||
placeholder: '请选择',
|
||||
errors: {
|
||||
required: '请选择开始日期'
|
||||
},
|
||||
change: i => {
|
||||
// this.sf1?.setValue('/dateType1', false);
|
||||
}
|
||||
} as SFDateWidgetSchema
|
||||
},
|
||||
@ -661,11 +619,8 @@ export class FreightComponentsListNewComponent implements OnInit {
|
||||
type: 'string',
|
||||
title: '',
|
||||
ui: {
|
||||
...this.imageConfig,
|
||||
...IMAGECONFIG,
|
||||
descriptionI18n: '图片支持jpg、jpeg、png、gif格式,大小不超过5M',
|
||||
data: {
|
||||
// appId: this.envSrv.getEnvironment().appId,
|
||||
},
|
||||
change: args => {
|
||||
if (args.type === 'success') {
|
||||
this.sf.setValue('/certificatePhotoFront', args.fileList[0].response.data.fullFilePath);
|
||||
@ -686,11 +641,8 @@ export class FreightComponentsListNewComponent implements OnInit {
|
||||
type: 'string',
|
||||
title: '',
|
||||
ui: {
|
||||
...this.imageConfig,
|
||||
...IMAGECONFIG,
|
||||
descriptionI18n: '图片支持jpg、jpeg、png、gif格式,大小不超过5M',
|
||||
data: {
|
||||
// appId: this.envSrv.getEnvironment().appId,
|
||||
},
|
||||
change: args => {
|
||||
if (args.type === 'success') {
|
||||
this.sf.setValue('/certificatePhotoBack', args.fileList[0].response.data.fullFilePath);
|
||||
@ -725,11 +677,8 @@ export class FreightComponentsListNewComponent implements OnInit {
|
||||
type: 'string',
|
||||
title: '',
|
||||
ui: {
|
||||
...this.imageConfig,
|
||||
...IMAGECONFIG,
|
||||
descriptionI18n: '图片支持jpg、jpeg、png、gif格式,大小不超过5M',
|
||||
data: {
|
||||
// appId: this.envSrv.getEnvironment().appId,
|
||||
},
|
||||
change: args => {
|
||||
if (args.type === 'success') {
|
||||
this.sf.setValue('/creditPhoto', args.fileList[0].response.data.fullFilePath);
|
||||
|
||||
Reference in New Issue
Block a user