diff --git a/src/app/routes/supply-management/components/bulk-publish/bulk-publish.component.html b/src/app/routes/supply-management/components/bulk-publish/bulk-publish.component.html index b10983c7..99b00b53 100644 --- a/src/app/routes/supply-management/components/bulk-publish/bulk-publish.component.html +++ b/src/app/routes/supply-management/components/bulk-publish/bulk-publish.component.html @@ -14,10 +14,11 @@
装卸货信息预计公里数:{{ totalDistance }}km,预计行程耗时:{{ totalTime }}小时
+
-
-
+
+
装货地 @@ -25,42 +26,51 @@ + >
联系人 - -
- +
+ + + + -
- + +
-
+
-
-
+
+
卸货地 @@ -68,38 +78,46 @@ + >
联系人 - -
- +
+ + + + -
- + +
- - + diff --git a/src/app/routes/supply-management/components/bulk-publish/bulk-publish.component.ts b/src/app/routes/supply-management/components/bulk-publish/bulk-publish.component.ts index d3dfcb0b..01e7091e 100644 --- a/src/app/routes/supply-management/components/bulk-publish/bulk-publish.component.ts +++ b/src/app/routes/supply-management/components/bulk-publish/bulk-publish.component.ts @@ -648,7 +648,6 @@ export class SupplyManagementBulkPublishComponent implements OnInit { this.sf3.validator({ emitError: true }); this.sf4.validator({ emitError: true }); this.sf7.validator({ emitError: true }); - console.log(this.sf1.valid) if (this.validateForm1.invalid || !this.sf3.valid || !this.sf1.valid|| !this.sf4.valid || !this.sf7.valid) { return; } @@ -687,7 +686,6 @@ export class SupplyManagementBulkPublishComponent implements OnInit { } else if(this.PageStatus === '大宗下一单') { this.requests(this.service.$api_set_saveAnotherBulkOrder, params); } - } requests(url: any, params: any) { diff --git a/src/app/routes/usercenter/components/freight/list/new/new.component.ts b/src/app/routes/usercenter/components/freight/list/new/new.component.ts index bdaed9da..6797f395 100644 --- a/src/app/routes/usercenter/components/freight/list/new/new.component.ts +++ b/src/app/routes/usercenter/components/freight/list/new/new.component.ts @@ -649,7 +649,7 @@ export class FreightComponentsListNewComponent implements OnInit { maxLength: 18, ui: { grid: { xxl: 13, xl: 18, lg: 24, md: 24 }, - placeholder: '请输入法定代表人身份证号码' + placeholder: '请输入企业管理员身份证号' } }, tipsD: { title: '企业授权函', type: 'string', ui: { widget: 'custom' }, default: 1 },