车辆接口更新

This commit is contained in:
wangshiming
2022-01-20 19:08:36 +08:00
parent 64eebb5c4a
commit cb9e56892b
2 changed files with 6 additions and 14 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming * @Author : Shiming
* @Date : 2021-12-06 20:20:26 * @Date : 2021-12-06 20:20:26
* @LastEditors : Shiming * @LastEditors : Shiming
* @LastEditTime : 2022-01-19 17:39:14 * @LastEditTime : 2022-01-20 19:07:55
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk-detail\\bulk-detail.component.html * @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk-detail\\bulk-detail.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved. * Copyright (C) 2022 huzhenhong. All rights reserved.
--> -->
@ -76,15 +76,11 @@
<sv label="货物数量"> <sv label="货物数量">
{{i?.goodsInfoList?.[0]?.weight}}吨,{{i?.goodsInfoList?.[0]?.volume}}方,{{i?.goodsInfoList?.[0]?.number}}件 {{i?.goodsInfoList?.[0]?.weight}}吨,{{i?.goodsInfoList?.[0]?.volume}}方,{{i?.goodsInfoList?.[0]?.number}}件
</sv> </sv>
<sv label="用车需求"> <sv label="用车需求">{{ i?.carModel }}/{{ i?.carLength }} </sv>
{{i?.goodsInfoList?.[0]?.maxWeightLabel}}/{{i?.goodsInfoList?.[0]?.maxCube}}
</sv>
<sv label="承运司机"> <sv label="承运司机">
{{i?.driverName}}/{{i?.driverPhone}}{{i?.carNo}} {{i?.driverName}}/{{i?.driverPhone}}{{i?.carNo}}
</sv> </sv>
<sv label="车型车长载重"> <sv label="车型车长载重"> {{ i?.driverCarModelLabel }},{{ i?.driverCarLengthLabel }}米,{{ i?.driverCarWeight }}吨 </sv>
{{i?.carModel}},{{i?.carLength}},{{i?.carLoad ? i?.carLoad +'吨': ''}}
</sv>
<sv label="计划装货时间"> <sv label="计划装货时间">
{{i?.loadPlanTime}} {{i?.loadPlanTime}}
</sv> </sv>

View File

@ -4,7 +4,7 @@
* @Author : Shiming * @Author : Shiming
* @Date : 2021-12-28 14:42:03 * @Date : 2021-12-28 14:42:03
* @LastEditors : Shiming * @LastEditors : Shiming
* @LastEditTime : 2022-01-18 17:19:41 * @LastEditTime : 2022-01-20 19:07:33
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle-detail\\vehicle-detail.component.html * @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle-detail\\vehicle-detail.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved. * Copyright (C) 2022 huzhenhong. All rights reserved.
--> -->
@ -78,15 +78,11 @@
<sv label="货物数量"> <sv label="货物数量">
{{i?.goodsInfoList?.[0]?.weight}}顿,{{i?.goodsInfoList?.[0]?.volume}}方,{{i?.goodsInfoList?.[0]?.number}}件 {{i?.goodsInfoList?.[0]?.weight}}顿,{{i?.goodsInfoList?.[0]?.volume}}方,{{i?.goodsInfoList?.[0]?.number}}件
</sv> </sv>
<sv label="用车需求"> <sv label="用车需求">{{ i?.carModel }}/{{ i?.carLength }} </sv>
{{i?.goodsInfoList?.[0]?.maxWeightLabel}}/{{i?.goodsInfoList?.[0]?.maxCube}}
</sv>
<sv label="承运司机"> <sv label="承运司机">
{{i?.driverName}}/{{i?.driverPhone}}/{{i?.carNo}} {{i?.driverName}}/{{i?.driverPhone}}/{{i?.carNo}}
</sv> </sv>
<sv label="车型车长载重"> <sv label="车型车长载重"> {{ i?.driverCarModelLabel }},{{ i?.driverCarLengthLabel }}米,{{ i?.driverCarWeight }}吨 </sv>
{{i?.goodsInfoList?.[0]?.carModel}},{{i?.carLength}}米,{{i?.carLoad ? i?.carLoad +'吨': ''}}
</sv>
</sv-container> </sv-container>
<div class="mt-md" > <div class="mt-md" >
<h4 class="text-md" >装货卸货信息 <h4 class="text-md" >装货卸货信息