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 65872e27..c42174ca 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 @@ -45,11 +45,11 @@ export class PayableOrderComponent implements OnInit { } }); } - if (this.sf.value?.ahxdate) { + if (this.sf.value?.phxdate) { Object.assign(requestOptions.body, { - ahxdate: { - start: this.sf.value.ahxdate?.[0] || null, - end: this.sf.value.ahxdate?.[1] || null + phxdate: { + start: this.sf.value.phxdate?.[0] || null, + end: this.sf.value.phxdate?.[1] || null } }); } @@ -210,7 +210,7 @@ export class PayableOrderComponent implements OnInit { }, remarks: { type: 'string', - title: '付款备注', + title: '核销备注', ui: { autocomplete: 'off', placeholder: '请选择',