diff --git a/proxy.conf.js b/proxy.conf.js index 3e80aedb..eeaa5ac8 100644 --- a/proxy.conf.js +++ b/proxy.conf.js @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2022-01-18 09:51:21 * @LastEditors : Shiming - * @LastEditTime : 2022-01-19 13:56:39 + * @LastEditTime : 2022-01-19 20:50:35 * @FilePath : \\tms-obc-web\\proxy.conf.js * Copyright (C) 2022 huzhenhong. All rights reserved. */ @@ -20,7 +20,7 @@ module.exports = { // } '//api': { target: { - host: 'tms-api-dev.eascs.com', + host: 'tms-api-test.eascs.com', protocol: 'https:', port: 443 }, diff --git a/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.html b/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.html index a87fdd69..76564935 100644 --- a/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.html +++ b/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.html @@ -12,7 +12,7 @@ 基本信息(应收费用) - {{ costInfo?.ltdid }} + {{ costInfo?.ltdName }} {{ costInfo?.feetype }} @@ -39,7 +39,7 @@ 基本信息(应付费用) - {{ costInfo?.ltdid }} + {{ costInfo?.ltdName }} {{ costInfo?.feetype }} @@ -80,6 +80,9 @@ [loading]="service.http.loading" [scroll]="{ x: '1200px', y: '370px' }" > + + {{ costInfo?.artocode}}/{{ costInfo?.artonames}} + {{ item.hrvatmoney | currency}} diff --git a/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.ts b/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.ts index 92c8c1b3..277c9412 100644 --- a/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.ts +++ b/src/app/routes/financial-management/components/cost-management/cost-management-detail/cost-management-detail.component.ts @@ -53,11 +53,11 @@ export class CostManagementDetailComponent implements OnInit { cost: [ { title: '序号', render: 'no', width: 70, className: 'text-left' }, { title: '费用明细号', index: 'feeHId', className: 'text-left', width: 200 }, - { title: '订单号', index: 'billHId', className: 'text-left', width: 200 }, + { title: '订单号', index: 'billHCode', className: 'text-left', width: 200 }, { title: '订单日期', index: 'callNo', className: 'text-left', width: 200 }, - { title: '运单号', index: 'waybillHId', className: 'text-left', width: 200 }, + { title: '运单号', index: 'waybillHCode', className: 'text-left', width: 200 }, { title: '运单日期', index: 'waybillDate', className: 'text-left', width: 200 }, - { title: '结算客户', index: 'callNo', className: 'text-left', width: 200 }, + { title: '结算客户', render: 'artocode', className: 'text-left', width: 200 }, { title: '订单费用类型', index: 'billLType', className: 'text-left', width: 200 }, { title: '费用科目', index: 'feeSubId', className: 'text-left', width: 200 }, { title: '税率', index: 'hrvatrate', className: 'text-right', width: 200 }, diff --git a/src/app/routes/financial-management/components/cost-management/cost-management.component.html b/src/app/routes/financial-management/components/cost-management/cost-management.component.html index 9e8ec435..e3633ef0 100644 --- a/src/app/routes/financial-management/components/cost-management/cost-management.component.html +++ b/src/app/routes/financial-management/components/cost-management/cost-management.component.html @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2021-12-30 19:36:30 * @LastEditors : Shiming - * @LastEditTime : 2022-01-19 13:49:42 + * @LastEditTime : 2022-01-19 20:56:56 * @FilePath : \\tms-obc-web\\src\\app\\routes\\financial-management\\components\\cost-management\\cost-management.component.html * Copyright (C) 2022 huzhenhong. All rights reserved. --> @@ -50,6 +50,9 @@ {{ item.hrmoney | currency}} + + {{ item.artocode}}/{{ item.artonames}} + {{ item.hrpaymoney | currency}} diff --git a/src/app/routes/financial-management/components/cost-management/cost-management.component.ts b/src/app/routes/financial-management/components/cost-management/cost-management.component.ts index f4ce440f..c3273433 100644 --- a/src/app/routes/financial-management/components/cost-management/cost-management.component.ts +++ b/src/app/routes/financial-management/components/cost-management/cost-management.component.ts @@ -249,13 +249,13 @@ export class CostManagementComponent implements OnInit { private initST(): STColumn[] { return [ { title: '费用单号', fixed: 'left', index: 'feecode', width: 200 ,className: 'text-left',}, - { title: '网络货运人', index: 'ltdId', width: 200 ,className: 'text-left',}, - { title: '订单号', index: 'billHId', width: 200,className: 'text-left', }, - { title: '运单号', index: 'waybillHId', width: 200 ,className: 'text-left',}, + { title: '网络货运人', index: 'ltdName', width: 220 ,className: 'text-left',}, + { title: '订单号', index: 'billHCode', width: 200,className: 'text-left', }, + { title: '运单号', index: 'waybillHCode', width: 200 ,className: 'text-left',}, { title: '费用日期', index: 'feedate', width: 200 ,className: 'text-left',}, { title: '费用类型', index: 'feetypeLabel', width: 150,className: 'text-center', }, { title: '应付核销', index: 'ishrhx', width: 200, type: 'enum', enum: { 0: '否', 1: '是' } ,className: 'text-left',}, - { title: '结算客户', index: 'cno', width: 200 ,className: 'text-left',}, + { title: '结算客户', render: 'artocode', width: 200 ,className: 'text-left',}, { title: '应收对象', index: 'artoname', width: 200 ,className: 'text-left',}, { title: '应付对象', index: 'hrtoname', width: 200 ,className: 'text-left',}, { title: '应收金额', render: 'armoeny', width: 100 ,className: 'text-right',},