From 026b9c51d982c5f85b58ef58ee1838429dbe0220 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Wed, 26 Jan 2022 14:52:59 +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/payable-order.component.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/routes/financial-management/components/payable-order/payable-order.component.ts b/src/app/routes/financial-management/components/payable-order/payable-order.component.ts index 6429f14f..876e9f48 100644 --- a/src/app/routes/financial-management/components/payable-order/payable-order.component.ts +++ b/src/app/routes/financial-management/components/payable-order/payable-order.component.ts @@ -92,14 +92,14 @@ export class PayableOrderComponent implements OnInit { hidden: true } }, - ahxcode: { + phxcode: { type: 'string', title: '核销单号', ui: { placeholder: '请输入' } }, - ltdid: { + ltdId: { type: 'string', title: '网络货运人', ui: { @@ -119,7 +119,7 @@ export class PayableOrderComponent implements OnInit { }, brmtype: { type: 'string', - title: '收款类型', + title: '付款类型', enum: [{ value: '1', label: '费用款项' }], ui: { widget: 'select', @@ -140,7 +140,7 @@ export class PayableOrderComponent implements OnInit { } } }, - arto: { + driver2IdName: { type: 'string', title: '收款人', ui: { @@ -166,7 +166,7 @@ export class PayableOrderComponent implements OnInit { } } }, - ahxdate: { + phxdate: { title: '核销日期', type: 'string', ui: { @@ -198,7 +198,7 @@ export class PayableOrderComponent implements OnInit { } } }, - orderS3: { + feeHCode: { type: 'string', title: '费用号', ui: { @@ -210,7 +210,7 @@ export class PayableOrderComponent implements OnInit { }, remarks: { type: 'string', - title: '核销备注', + title: '付款备注', ui: { autocomplete: 'off', placeholder: '请选择',