车辆接口更新
This commit is contained in:
@ -148,7 +148,7 @@ export class InvoiceDetailComponent implements OnInit {
|
|||||||
return [
|
return [
|
||||||
{ title: '订单号', index: 'billHCode', width: 180 },
|
{ title: '订单号', index: 'billHCode', width: 180 },
|
||||||
{ title: '订单完成日期', index: 'billTime', type: 'date', width: 150 },
|
{ title: '订单完成日期', index: 'billTime', type: 'date', width: 150 },
|
||||||
{ title: '所属项目', index: 'projectId', width: 180 },
|
{ title: '所属项目', index: 'projectIdName', width: 180 },
|
||||||
{ title: '订单类型', index: 'billTypeLabel', width: 120 },
|
{ title: '订单类型', index: 'billTypeLabel', width: 120 },
|
||||||
{ title: '装货地', index: 'loadingfrom', width: 200 },
|
{ title: '装货地', index: 'loadingfrom', width: 200 },
|
||||||
{ title: '卸货地', index: 'loadingto', width: 220 },
|
{ title: '卸货地', index: 'loadingto', width: 220 },
|
||||||
|
|||||||
@ -1,3 +1,13 @@
|
|||||||
|
<!--
|
||||||
|
* @Description :
|
||||||
|
* @Version : 1.0
|
||||||
|
* @Author : Shiming
|
||||||
|
* @Date : 2022-01-19 20:19:59
|
||||||
|
* @LastEditors : Shiming
|
||||||
|
* @LastEditTime : 2022-01-26 14:27:32
|
||||||
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\ticket-management\\components\\invoiced-list\\invoiced-list.component.html
|
||||||
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
|
-->
|
||||||
<page-header-wrapper [title]="'已开发票'"> </page-header-wrapper>
|
<page-header-wrapper [title]="'已开发票'"> </page-header-wrapper>
|
||||||
|
|
||||||
<nz-card class="search-box" nzBordered>
|
<nz-card class="search-box" nzBordered>
|
||||||
|
|||||||
Reference in New Issue
Block a user