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 }