From b733972e11246ad9b8be9a534d00fce70aec976c Mon Sep 17 00:00:00 2001 From: wangshiming Date: Wed, 26 Jan 2022 16:36:02 +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 --- .../cost-management/cost-management.component.ts | 4 ++-- .../components/payment-order/payment-order.component.ts | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) 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 dc7a4162..6a1c6ebf 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 @@ -109,12 +109,12 @@ export class CostManagementComponent implements OnInit { title: '费用单号', ui: { placeholder: '请输入' } }, - billHId: { + billHCode: { type: 'string', title: '订单号', ui: { placeholder: '请输入' } }, - waybillHId: { + waybillHCode: { type: 'string', title: '运单号', ui: { diff --git a/src/app/routes/financial-management/components/payment-order/payment-order.component.ts b/src/app/routes/financial-management/components/payment-order/payment-order.component.ts index cdbe6b3a..7d257c66 100644 --- a/src/app/routes/financial-management/components/payment-order/payment-order.component.ts +++ b/src/app/routes/financial-management/components/payment-order/payment-order.component.ts @@ -86,7 +86,7 @@ export class PaymentOrderComponent implements OnInit { type: 'string', title: '付款单号', }, - ltdid: { + ltdId: { type: 'string', title: '网络货运人', ui: { @@ -102,6 +102,7 @@ export class PaymentOrderComponent implements OnInit { title: '付款状态', ui: { widget: 'dict-select', + containsAllLable: true, params: { dictKey: 'refund:apply:status' }, placeholder: '请选择' } @@ -112,6 +113,7 @@ export class PaymentOrderComponent implements OnInit { ui: { widget: 'select', placeholder: '请选择', + allowClear: true, visibleIf: { expand: (value: boolean) => value } @@ -123,6 +125,7 @@ export class PaymentOrderComponent implements OnInit { ui: { widget: 'select', placeholder: '请选择', + allowClear: true, visibleIf: { expand: (value: boolean) => value } @@ -134,6 +137,7 @@ export class PaymentOrderComponent implements OnInit { ui: { widget: 'select', placeholder: '请选择', + allowClear: true, visibleIf: { expand: (value: boolean) => value } @@ -145,6 +149,7 @@ export class PaymentOrderComponent implements OnInit { ui: { widget: 'select', placeholder: '请选择', + allowClear: true, visibleIf: { expand: (value: boolean) => value } @@ -178,6 +183,7 @@ export class PaymentOrderComponent implements OnInit { ui: { widget: 'select', placeholder: '请选择', + allowClear: true, visibleIf: { expand: (value: boolean) => value } @@ -189,6 +195,7 @@ export class PaymentOrderComponent implements OnInit { ui: { widget: 'select', placeholder: '请选择', + allowClear: true, visibleIf: { expand: (value: boolean) => value }