From 0dde51a145f28436f5eacb23df61a4e1178a1ff8 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Tue, 11 Jan 2022 16:42:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bulk-publish/bulk-publish.component.html | 72 ++++++++++++------- .../bulk-publish/bulk-publish.component.ts | 2 - .../freight/list/new/new.component.ts | 2 +- 3 files changed, 46 insertions(+), 30 deletions(-) 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 },