From e0afdb2ea2607b02c34cb089bf7e8427ce8db5f1 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Wed, 26 Jan 2022 10:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E6=8E=A5=E5=8F=A3=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../payable-order-detail.component.html | 4 ++-- .../payable-order-detail.component.ts | 8 ++++---- .../receivable-order/receivable-order.component.ts | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/routes/financial-management/components/payable-order/payable-order-detail/payable-order-detail.component.html b/src/app/routes/financial-management/components/payable-order/payable-order-detail/payable-order-detail.component.html index 8b76dfdd..2f7eb9af 100644 --- a/src/app/routes/financial-management/components/payable-order/payable-order-detail/payable-order-detail.component.html +++ b/src/app/routes/financial-management/components/payable-order/payable-order-detail/payable-order-detail.component.html @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2022-01-14 14:39:04 * @LastEditors : Shiming - * @LastEditTime : 2022-01-25 16:18:21 + * @LastEditTime : 2022-01-26 10:27:05 * @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\payable-order\\payable-order-detail\\payable-order-detail.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> @@ -23,7 +23,7 @@ {{headerInfo?.ltdId}} - {{headerInfo?.cno}} + {{headerInfo?.cnoName}} {{headerInfo?.shipperaccountId}} diff --git a/src/app/routes/financial-management/components/payable-order/payable-order-detail/payable-order-detail.component.ts b/src/app/routes/financial-management/components/payable-order/payable-order-detail/payable-order-detail.component.ts index 5ced86e5..2692a965 100644 --- a/src/app/routes/financial-management/components/payable-order/payable-order-detail/payable-order-detail.component.ts +++ b/src/app/routes/financial-management/components/payable-order/payable-order-detail/payable-order-detail.component.ts @@ -159,10 +159,10 @@ export class PayableOrderDetailComponent implements OnInit { { title: '费用日期', index: 'feedate', type: 'date', width: 150 }, { title: '订单号', index: 'billHCode', width: 100 }, { title: '订单日期', index: 'billTime', width: 150 }, - { title: '费用类型', index: 'cnoName', width: 90 }, - { title: '订单费用科目', index: 'feeSubId', width: 100 }, - { title: '费用科目', index: 'feeSubId', width: 140 }, - { title: '结算客户', index: 'cno', width: 100 }, + { title: '费用类型', index: 'feetype', width: 90 }, + { title: '订单费用科目', index: 'billLTypeLabel', width: 100 }, + { title: '费用科目', index: 'feeSubIdName', width: 140 }, + { title: '结算客户', index: 'cnoName', width: 100 }, { title: '已收金额', index: 'phxmoney', diff --git a/src/app/routes/financial-management/components/receivable-order/receivable-order.component.ts b/src/app/routes/financial-management/components/receivable-order/receivable-order.component.ts index 37ed1009..e40c4d06 100644 --- a/src/app/routes/financial-management/components/receivable-order/receivable-order.component.ts +++ b/src/app/routes/financial-management/components/receivable-order/receivable-order.component.ts @@ -264,7 +264,7 @@ export class ReceivableOrderComponent implements OnInit { { title: '银行水单', index: 'bankreceipt', width: 200 }, { title: '创建时间', index: 'createTime', width: 160 }, { title: '收款人', index: 'driver2IdName', width: 120 }, - { title: '创建人', index: 'createUserIdLabel', width: 120 }, + // { title: '创建人', index: 'createUserIdLabel', width: 120 }, { title: '核销状态', index: 'sts', type: 'enum', enum: { 0: '待核销', 1: '已核销' }, width: 120 }, { title: '核销备注', index: 'remarks', width: 120 }, {