车辆对接

This commit is contained in:
wangshiming
2021-12-23 14:44:17 +08:00
parent c914ee023e
commit 4b4e54933e
14 changed files with 1050 additions and 56 deletions

View File

@ -1,7 +1,7 @@
<!--
* @Author: your name
* @Date: 2021-12-03 11:10:14
* @LastEditTime: 2021-12-22 19:48:42
* @LastEditTime: 2021-12-23 11:28:00
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: \tms-obc-web\src\app\routes\supply-management\components\vehicle\vehicle.component.html
@ -60,7 +60,7 @@
>
<ng-template st-row="billCode" let-item let-index="index">
<a [routerLink]="'/order-management/vehicle-detail/'+item.id">{{item.wayBillCode}}</a>
<a [routerLink]="'/order-management/vehicle-detail/'+item.id">{{item.billCode}}</a>
<div>
<span>{{item?.billStatusLabel}}</span>
</div>