车辆接口更新

This commit is contained in:
wangshiming
2022-01-25 15:53:43 +08:00
parent eb893786f1
commit 4b2521ccdf
8 changed files with 196 additions and 161 deletions

View File

@ -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',

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-01-18 18:43:42
* @LastEditors : Shiming
* @LastEditTime : 2022-01-18 18:58:32
* @LastEditTime : 2022-01-25 15:38:21
* @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\receipt-order\\receipt-order.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->

View File

@ -236,11 +236,11 @@ export class ReceiptOrderComponent implements OnInit {
},
{
title: '核销金额',
index: 'armoney',
index: 'brmmoney',
width: 200,
type: 'widget',
className: 'text-right',
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.armoney }) }
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.brmmoney }) }
},
{
title: '预收金额',
@ -252,7 +252,7 @@ export class ReceiptOrderComponent implements OnInit {
},
{ title: '银行类型', index: 'banktypeLabel', width: 200, className: 'text-left' },
{ title: '收款类型', index: 'brmtypeLabel', width: 150, className: 'text-left' },
{ title: '收款方式', index: 'brmmode', width: 150, className: 'text-left' },
{ title: '收款方式', index: 'brmmodeLabel', width: 150, className: 'text-left' },
{ title: '付款人', index: 'artoname', width: 200, className: 'text-left' },
{ title: '银行水单', index: 'bankreceipt', width: 200, className: 'text-left' },
{ title: '创建时间', index: 'createTime', type: 'date', width: 200, className: 'text-left' },