fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-02-17 15:01:33
|
* @Date : 2022-02-17 15:01:33
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-04-20 16:21:58
|
* @LastEditTime : 2022-04-20 17:00:33
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\components\\network-freight\\new\\new.component.html
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\sys-setting\\components\\network-freight\\new\\new.component.html
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
-->
|
-->
|
||||||
@ -20,6 +20,11 @@
|
|||||||
<div class="pa2"> <app-imagelist style="height: 102px;" [imgList]="['./assets/images/company.png']"></app-imagelist></div>
|
<div class="pa2"> <app-imagelist style="height: 102px;" [imgList]="['./assets/images/company.png']"></app-imagelist></div>
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
<ng-template sf-template="legalPersonIdentityVO/tipsY" let-me let-ui="ui" let-schema="schema">
|
||||||
|
<div class="pr">
|
||||||
|
<div class="pa"> <app-imagelist style="height: 152px;" [imgList]="['./assets/images/road.png']"></app-imagelist></div>
|
||||||
|
</div>
|
||||||
|
</ng-template>
|
||||||
<ng-template sf-template="title1" let-me let-ui="ui" let-schema="schema">
|
<ng-template sf-template="title1" let-me let-ui="ui" let-schema="schema">
|
||||||
<div class="form-title">企业基本信息</div>
|
<div class="form-title">企业基本信息</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
@ -39,8 +44,7 @@
|
|||||||
<ng-template sf-template="legalPersonIdentityVO/title3" let-me let-ui="ui" let-schema="schema">
|
<ng-template sf-template="legalPersonIdentityVO/title3" let-me let-ui="ui" let-schema="schema">
|
||||||
<div class="form-title" style="margin-top: 40px;margin-left: -180px;">道运证信息</div>
|
<div class="form-title" style="margin-top: 40px;margin-left: -180px;">道运证信息</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<ng-template sf-template="roadImg" let-me let-ui="ui" let-schema="schema">
|
<ng-template sf-template="legalPersonIdentityVO/roadImg" let-me let-ui="ui" let-schema="schema">
|
||||||
|
|
||||||
<img height="104" src="./assets/images/road.png" class="borderImg" />
|
<img height="104" src="./assets/images/road.png" class="borderImg" />
|
||||||
</ng-template>
|
</ng-template>
|
||||||
<ng-template sf-template="legalPersonIdentityVO/tipsC" let-me let-ui="ui" let-schema="schema">
|
<ng-template sf-template="legalPersonIdentityVO/tipsC" let-me let-ui="ui" let-schema="schema">
|
||||||
|
|||||||
@ -52,7 +52,8 @@ export class NetworkFreightNewComponent implements OnInit {
|
|||||||
sf1FormData: any = {
|
sf1FormData: any = {
|
||||||
legalPersonIdentityVO: {
|
legalPersonIdentityVO: {
|
||||||
certificatePhotoFrontWatermark: '',
|
certificatePhotoFrontWatermark: '',
|
||||||
certificatePhotoBackWatermark: ''
|
certificatePhotoBackWatermark: '',
|
||||||
|
roadTransportPhotoWatermark: ''
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
subText = '确认新增';
|
subText = '确认新增';
|
||||||
@ -85,13 +86,6 @@ export class NetworkFreightNewComponent implements OnInit {
|
|||||||
spanLabelFixed: 100,
|
spanLabelFixed: 100,
|
||||||
grid: { xxl: 6, xl: 6, lg: 4, md: 6 }
|
grid: { xxl: 6, xl: 6, lg: 4, md: 6 }
|
||||||
},
|
},
|
||||||
$roadTransportPhotoWatermark: {
|
|
||||||
grid: { span: 12 },
|
|
||||||
},
|
|
||||||
$roadImg: {
|
|
||||||
grid: { span: 4 },
|
|
||||||
class: 'setCustom'
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
constructor(private router: Router, public service: SystemService, private route: ActivatedRoute) {}
|
constructor(private router: Router, public service: SystemService, private route: ActivatedRoute) {}
|
||||||
@ -607,6 +601,7 @@ export class NetworkFreightNewComponent implements OnInit {
|
|||||||
},
|
},
|
||||||
title3: { title: '', type: 'string', ui: { widget: 'custom', offsetControl: 6 } },
|
title3: { title: '', type: 'string', ui: { widget: 'custom', offsetControl: 6 } },
|
||||||
roadTransportPhoto: { title: '', type: 'string', ui: { hidden: true } },
|
roadTransportPhoto: { title: '', type: 'string', ui: { hidden: true } },
|
||||||
|
tipsY: { title: '', type: 'string', ui: { widget: 'custom', offsetControl: 6 } },
|
||||||
roadTransportPhotoWatermark: {
|
roadTransportPhotoWatermark: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '道运证照片',
|
title: '道运证照片',
|
||||||
@ -623,14 +618,6 @@ export class NetworkFreightNewComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
} as SFUploadWidgetSchema
|
} as SFUploadWidgetSchema
|
||||||
},
|
},
|
||||||
// roadImg: {
|
|
||||||
// title: '',
|
|
||||||
// type: 'boolean',
|
|
||||||
// // enum: [{ label: '长期', value: true }],
|
|
||||||
// ui: {
|
|
||||||
// widget: 'custom'
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
roadTransportLicenceNo: {
|
roadTransportLicenceNo: {
|
||||||
title: '经营许可证号',
|
title: '经营许可证号',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
|||||||
Reference in New Issue
Block a user