fix bug
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* @Author: your name
|
* @Author: your name
|
||||||
* @Date: 2021-12-23 16:50:17
|
* @Date: 2021-12-23 16:50:17
|
||||||
* @LastEditTime : 2022-04-21 13:57:43
|
* @LastEditTime : 2022-04-28 13:54:14
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\ticket-management\\components\\invoice-requested\\requested-invoice-modal\\requested-invoice-modal.component.ts
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\ticket-management\\components\\invoice-requested\\requested-invoice-modal\\requested-invoice-modal.component.ts
|
||||||
@ -88,7 +88,7 @@ export class RequestedInvoiceModalComponent {
|
|||||||
{ title: '订单号', index: 'billHCode', width: 150 },
|
{ title: '订单号', index: 'billHCode', width: 150 },
|
||||||
{ title: '订单完成日期', index: 'billfinTime', type: 'date', width: 150 },
|
{ title: '订单完成日期', index: 'billfinTime', type: 'date', width: 150 },
|
||||||
{ title: '所属项目', index: 'projectIdName', width: 250 },
|
{ title: '所属项目', index: 'projectIdName', width: 250 },
|
||||||
{ title: '订单类型', index: 'billTypeName', width: 90 },
|
{ title: '订单类型', index: 'billTypeLabel', width: 90 },
|
||||||
{ title: '装货地', index: 'loadingfrom', width: 250 },
|
{ title: '装货地', index: 'loadingfrom', width: 250 },
|
||||||
{ title: '卸货地', index: 'loadingto', width: 250 },
|
{ title: '卸货地', index: 'loadingto', width: 250 },
|
||||||
{ title: '货物信息', index: 'goodsinfo', width: 170 },
|
{ title: '货物信息', index: 'goodsinfo', width: 170 },
|
||||||
|
|||||||
Reference in New Issue
Block a user