From ce3cb31a3ce269125efe83b57288eb61260947d0 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Wed, 2 Mar 2022 15:18:31 +0800 Subject: [PATCH] ed9t --- .../receivable-order-detail.component.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts b/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts index f93c4c37..c9fc84c0 100644 --- a/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts +++ b/src/app/routes/financial-management/components/receivable-order/receivable-order-detail/receivable-order-detail.component.ts @@ -45,13 +45,13 @@ export class ReceivableOrderDetailComponent implements OnInit { Object.assign(requestOptions.body, { ahxHId: this.id }); if (this.sf) { Object.assign(requestOptions.body, { - ...this.sf.value, + ...this.sf.value }); if (this.sf.value.feedate?.[0]) { Object.assign(requestOptions.body, { feedate: { - start: this.sf.value.feedate?.[0] || '', - end: this.sf.value.feedate?.[1] || '' + start: this.sf.value.feedate?.[0] || '', + end: this.sf.value.feedate?.[1] || '' } }); } @@ -108,7 +108,7 @@ export class ReceivableOrderDetailComponent implements OnInit { widget: 'select', placeholder: '请选择', allowClear: true, - asyncData: () => this.service.getCloseAccount(), + asyncData: () => this.service.getCloseAccount() }, default: '' }, @@ -122,7 +122,7 @@ export class ReceivableOrderDetailComponent implements OnInit { expand: (value: boolean) => value } } as SFDateWidgetSchema - }, + } // billTime: { // title: '订单日期', // type: 'string', @@ -146,7 +146,7 @@ export class ReceivableOrderDetailComponent implements OnInit { { title: '订单号', index: 'billHCode', width: 100 }, // { title: '订单日期', index: 'billTime', width: 150 }, // { title: '费用类型', index: 'cnoName', width: 90 }, - // { title: '订单费用科目', index: 'feeSubId', width: 100 }, + { title: '订单费用科目', index: 'billLTypeLable', width: 100 }, { title: '费用科目', index: 'feeSubName', width: 140 }, { title: '结算客户', index: 'cnoName', width: 100 }, {