车辆接口更新
This commit is contained in:
@ -1,3 +1,13 @@
|
||||
/*
|
||||
* @Description :
|
||||
* @Version : 1.0
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-20 10:00:39
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-01-25 15:40:10
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\receipt-order\\receipt-order-detail\\receipt-order-detail.component.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
import { Component, OnInit, ViewChild } from '@angular/core';
|
||||
import { ActivatedRoute } from '@angular/router';
|
||||
import { STComponent, STColumn, STRequestOptions } from '@delon/abc/st';
|
||||
@ -63,7 +73,7 @@ export class ReceiptOrderDetailComponent implements OnInit {
|
||||
],
|
||||
requested: [
|
||||
{ title: '序号', render: 'no', width: 70, className: 'text-left' },
|
||||
{ title: '结算客户', index: 'cno', className: 'text-left', width: 200 },
|
||||
{ title: '结算客户', index: 'cnoName', className: 'text-left', width: 200 },
|
||||
{
|
||||
title: '预收金额',
|
||||
index: 'yskmoney',
|
||||
|
||||
Reference in New Issue
Block a user