车辆接口更新
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
/*
|
||||
* @Author: your name
|
||||
* @Date: 2021-12-23 16:50:17
|
||||
* @LastEditTime: 2021-12-31 13:35:22
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @LastEditTime : 2022-01-25 15:53:13
|
||||
* @LastEditors : Shiming
|
||||
* @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
|
||||
*/
|
||||
import { Component, OnInit, ViewChild } from '@angular/core';
|
||||
import { STChange, STColumn, STComponent, STRequestOptions } from '@delon/abc/st';
|
||||
@ -66,12 +66,12 @@ export class RequestedInvoiceModalComponent implements OnInit {
|
||||
{ title: '', index: 'key', type: 'checkbox' },
|
||||
{ title: '订单号', index: 'billHCode', width: 150 },
|
||||
{ title: '订单完成日期', index: 'billTime', type: 'date', width: 150 },
|
||||
{ title: '所属项目', index: 'projectIdName', width: 160 },
|
||||
{ title: '所属项目', index: 'projectIdName', width: 250 },
|
||||
{ title: '订单类型', index: 'billTypeName', width: 90 },
|
||||
{ title: '装货地', index: 'loadingfrom', width: 250 },
|
||||
{ title: '卸货地', index: 'loadingto', width: 250 },
|
||||
{ title: '货物信息', index: 'goodsinfo', width: 170 },
|
||||
{ title: '承运司机', index: 'driverinfo', width: 170 },
|
||||
{ title: '承运司机', index: 'driverinfo', width: 280 },
|
||||
{
|
||||
title: '总费用',
|
||||
index: 'billkpmoney',
|
||||
|
||||
Reference in New Issue
Block a user