车辆对接

This commit is contained in:
wangshiming
2021-12-22 10:23:10 +08:00
parent d2b42d961c
commit 870a2119d8
3 changed files with 27 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<!--
* @Author: your name
* @Date: 2021-12-03 11:10:14
* @LastEditTime: 2021-12-22 10:09:02
* @LastEditTime: 2021-12-22 10:10:22
* @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
@ -63,7 +63,7 @@
<ng-template st-row="billCode" let-item let-index="index">
<a [routerLink]="'/order-management/bulk-detail/'+item.id">{{item.wayBillCode}}</a>
<div>
<span>{{item?.billStatusLabel}}99999</span>
<span>{{item?.billStatusLabel}}</span>
</div>
</ng-template>
<ng-template st-row="goodsName" let-item let-index="index">