From 66655f298d7e73e19cae8671822d18516aa6141b Mon Sep 17 00:00:00 2001 From: wangshiming Date: Thu, 13 Jan 2022 16:31:29 +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 --- .../components/bulk/bulk.component.ts | 3 +- .../components/vehicle/vehicle.component.ts | 3 +- .../components/bulk/bulk.component.html | 4 +- .../components/bulk/bulk.component.ts | 3 +- .../components/vehicle/vehicle.component.html | 84 ++++++++++--------- .../components/vehicle/vehicle.component.ts | 3 +- .../components/bulk/bulk.component.ts | 3 +- .../components/vehicle/vehicle.component.ts | 3 +- 8 files changed, 59 insertions(+), 47 deletions(-) diff --git a/src/app/routes/order-management/components/bulk/bulk.component.ts b/src/app/routes/order-management/components/bulk/bulk.component.ts index 2b1ea743..3de5d4eb 100644 --- a/src/app/routes/order-management/components/bulk/bulk.component.ts +++ b/src/app/routes/order-management/components/bulk/bulk.component.ts @@ -399,10 +399,11 @@ tabs = { */ initST() { this.columns = [ - { title: '', type: 'checkbox', width: '50px', className: 'text-center' }, + { title: '', type: 'checkbox', fixed: 'left', width: '50px', className: 'text-center' }, { title: '订单号', width: '180px', + fixed: 'left', className: 'text-left', render: 'billCode' }, diff --git a/src/app/routes/order-management/components/vehicle/vehicle.component.ts b/src/app/routes/order-management/components/vehicle/vehicle.component.ts index 874e345c..c5821a87 100644 --- a/src/app/routes/order-management/components/vehicle/vehicle.component.ts +++ b/src/app/routes/order-management/components/vehicle/vehicle.component.ts @@ -351,10 +351,11 @@ resourceStatus: any; */ initST() { this.columns = [ - { title: '', type: 'checkbox', width: '50px', className: 'text-center' }, + { title: '', type: 'checkbox', fixed: 'left', width: '50px', className: 'text-center' }, { title: '订单号', width: '200px', + fixed: 'left', className: 'text-left', render: 'billCode' }, diff --git a/src/app/routes/supply-management/components/bulk/bulk.component.html b/src/app/routes/supply-management/components/bulk/bulk.component.html index e5f7bc10..d0bb674c 100644 --- a/src/app/routes/supply-management/components/bulk/bulk.component.html +++ b/src/app/routes/supply-management/components/bulk/bulk.component.html @@ -1,7 +1,7 @@ - - - - + + + + -
+
- +
- + [loading]="service.http.loading" + [scroll]="{ x: '1200px', y: '500px' }" + > - {{item.resourceCode}} -

{{item.resourceTypeLabel}}{{item.serviceTypeLabel}}

+ {{ item.resourceCode }} +

{{ item.resourceTypeLabel }}{{ item.serviceTypeLabel }}

-
{{item.totalAmount | currency}} -
+
{{ item.totalAmount | currency }}
-
{{item.surcharge | currency}} -
+
{{ item.surcharge | currency }}
-
车型: {{item.carModelLabel}}
-
车长: {{item.expand}} 米
+
车型: {{ item.carModelLabel }}
+
车长: {{ item.expand }} 米
@@ -83,24 +88,27 @@
- +
- +
- - +
- - +
-
\ No newline at end of file +
diff --git a/src/app/routes/supply-management/components/vehicle/vehicle.component.ts b/src/app/routes/supply-management/components/vehicle/vehicle.component.ts index 49b5cd04..362afc5f 100644 --- a/src/app/routes/supply-management/components/vehicle/vehicle.component.ts +++ b/src/app/routes/supply-management/components/vehicle/vehicle.component.ts @@ -354,10 +354,11 @@ export class SupplyManagementVehicleComponent implements OnInit { */ private initST(): STColumn[] { return [ - { title: '', type: 'checkbox', width: '50px', className: 'text-center' }, + { title: '', type: 'checkbox', fixed: 'left', width: '50px', className: 'text-center' }, { title: '货源编号', width: '180px', + fixed: 'left', className: 'text-left', render: 'resourceCode' }, diff --git a/src/app/routes/waybill-management/components/bulk/bulk.component.ts b/src/app/routes/waybill-management/components/bulk/bulk.component.ts index 176ea7f9..e5e59d4d 100644 --- a/src/app/routes/waybill-management/components/bulk/bulk.component.ts +++ b/src/app/routes/waybill-management/components/bulk/bulk.component.ts @@ -348,10 +348,11 @@ tabs = { */ initST() { this.columns = [ - { title: '', type: 'checkbox', width: '50px', className: 'text-center' }, + { title: '', type: 'checkbox', fixed: 'left', width: '50px', className: 'text-center' }, { title: '运单号', width: '180px', + fixed: 'left', className: 'text-left', render: 'wayBillCode' }, diff --git a/src/app/routes/waybill-management/components/vehicle/vehicle.component.ts b/src/app/routes/waybill-management/components/vehicle/vehicle.component.ts index a6d2b8b2..b5c2eedf 100644 --- a/src/app/routes/waybill-management/components/vehicle/vehicle.component.ts +++ b/src/app/routes/waybill-management/components/vehicle/vehicle.component.ts @@ -300,10 +300,11 @@ export class WaybillManagementVehicleComponent implements OnInit { */ initST() { this.columns = [ - { title: '', type: 'checkbox', width: '50px', className: 'text-center' }, + { title: '', type: 'checkbox', fixed: 'left', width: '50px', className: 'text-center' }, { title: '运单号', width: '180px', + fixed: 'left', className: 'text-left', render: 'wayBillCode' },