This commit is contained in:
wangshiming
2022-02-21 20:14:32 +08:00
parent a079a8f8f0
commit ece0d578e1

View File

@ -4,7 +4,7 @@
* @Author : Shiming * @Author : Shiming
* @Date : 2022-01-12 10:52:50 * @Date : 2022-01-12 10:52:50
* @LastEditors : Shiming * @LastEditors : Shiming
* @LastEditTime : 2022-02-15 15:03:39 * @LastEditTime : 2022-02-21 20:13:21
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\receipts-audit\\receipts-audit.component.html * @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\receipts-audit\\receipts-audit.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved. * Copyright (C) 2022 huzhenhong. All rights reserved.
--> -->
@ -90,10 +90,10 @@
<ng-template st-row="billCode" let-item let-index="index"> <ng-template st-row="billCode" let-item let-index="index">
<a [routerLink]="'/order-management/bulk-detail/' + item.id">{{ item.billCode }}</a> <a [routerLink]="'/order-management/bulk-detail/' + item.id">{{ item.billCode }}</a>
<div> <div>
<span>{{ item?.serviceTypeName }}</span> <span>{{item?.billStatusLabel}}</span>
</div> </div>
<div> <div>
<span>{{ item?.auditStatusLabel }}</span> <span >{{item?.billTypeLabel}}{{item?.serviceTypeLabel}}</span>
</div> </div>
</ng-template> </ng-template>
<ng-template st-row="goodsName" let-item let-index="index"> <ng-template st-row="goodsName" let-item let-index="index">