diff --git a/src/app/routes/financial-management/components/receipt-order/receipt-order.component.ts b/src/app/routes/financial-management/components/receipt-order/receipt-order.component.ts
index 8fcbb0fe..d468ea7b 100644
--- a/src/app/routes/financial-management/components/receipt-order/receipt-order.component.ts
+++ b/src/app/routes/financial-management/components/receipt-order/receipt-order.component.ts
@@ -256,7 +256,7 @@ export class ReceiptOrderComponent implements OnInit {
{ 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' },
- { title: '创建人', index: 'createUserId', width: 150, className: 'text-left' },
+ { title: '创建人', index: 'createUserName', width: 150, className: 'text-left' },
{ title: '收款状态', index: 'stsLabel', width: 200, className: 'text-left' },
{ title: '收款备注', index: 'remarks', width: 200, className: 'text-left' },
{
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 876fcce9..e1e49644 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
@@ -238,7 +238,7 @@ export class ReceivableOrderComponent implements OnInit {
return [
{ title: '', index: 'key', type: 'checkbox' },
{ title: '核销单号', index: 'ahxcode', type: 'link', width: 140 },
- { title: '网络货运人', index: 'ltdId', width: 140 },
+ { title: '网络货运人', index: 'ltdName', width: 140 },
{ title: '核销日期', index: 'ahxdate', type: 'date', width: 160 },
{ title: '付款账户', index: 'shipperaccount', width: 120 },
{ title: '收款账户', index: 'ltdaccount', width: 120 },
diff --git a/src/app/routes/order-management/modal/vehicle/freight-people/freight-people.component.html b/src/app/routes/order-management/modal/vehicle/freight-people/freight-people.component.html
index 3facc950..9e2db533 100644
--- a/src/app/routes/order-management/modal/vehicle/freight-people/freight-people.component.html
+++ b/src/app/routes/order-management/modal/vehicle/freight-people/freight-people.component.html
@@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-29 16:48:16
* @LastEditors : Shiming
- * @LastEditTime : 2022-01-18 17:22:24
+ * @LastEditTime : 2022-01-24 20:18:38
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\freight-people\\freight-people.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@@ -12,5 +12,5 @@