diff --git a/src/app/routes/sys-setting/components/network-freight/new/new.component.html b/src/app/routes/sys-setting/components/network-freight/new/new.component.html
index 647b7798..9aabcd30 100644
--- a/src/app/routes/sys-setting/components/network-freight/new/new.component.html
+++ b/src/app/routes/sys-setting/components/network-freight/new/new.component.html
@@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-02-17 15:01:33
* @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
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@@ -20,6 +20,11 @@
+
+
+
企业基本信息
@@ -39,8 +44,7 @@
道运证信息
-
-
+
diff --git a/src/app/routes/sys-setting/components/network-freight/new/new.component.ts b/src/app/routes/sys-setting/components/network-freight/new/new.component.ts
index 3fbe0d7e..af2518a9 100644
--- a/src/app/routes/sys-setting/components/network-freight/new/new.component.ts
+++ b/src/app/routes/sys-setting/components/network-freight/new/new.component.ts
@@ -52,7 +52,8 @@ export class NetworkFreightNewComponent implements OnInit {
sf1FormData: any = {
legalPersonIdentityVO: {
certificatePhotoFrontWatermark: '',
- certificatePhotoBackWatermark: ''
+ certificatePhotoBackWatermark: '',
+ roadTransportPhotoWatermark: ''
}
};
subText = '确认新增';
@@ -85,13 +86,6 @@ export class NetworkFreightNewComponent implements OnInit {
spanLabelFixed: 100,
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) {}
@@ -607,6 +601,7 @@ export class NetworkFreightNewComponent implements OnInit {
},
title3: { title: '', type: 'string', ui: { widget: 'custom', offsetControl: 6 } },
roadTransportPhoto: { title: '', type: 'string', ui: { hidden: true } },
+ tipsY: { title: '', type: 'string', ui: { widget: 'custom', offsetControl: 6 } },
roadTransportPhotoWatermark: {
type: 'string',
title: '道运证照片',
@@ -623,14 +618,6 @@ export class NetworkFreightNewComponent implements OnInit {
}
} as SFUploadWidgetSchema
},
- // roadImg: {
- // title: '',
- // type: 'boolean',
- // // enum: [{ label: '长期', value: true }],
- // ui: {
- // widget: 'custom'
- // }
- // },
roadTransportLicenceNo: {
title: '经营许可证号',
type: 'string',