From f736d03805e3b39e107f04bff1f20e2683d5609a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E6=99=93=E4=BA=91?= Date: Tue, 10 May 2022 14:23:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89=E9=A2=84=E4=BB=98=E6=A0=B8?= =?UTF-8?q?=E9=94=80=E5=8D=95=E4=B8=AD=E7=9A=84=E5=AE=A2=E6=88=B7=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../payable-order-detail.component.ts | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/routes/financial-management/components/payable-order/payable-order-detail/payable-order-detail.component.ts b/src/app/routes/financial-management/components/payable-order/payable-order-detail/payable-order-detail.component.ts index ee8f3abf..5b58970b 100644 --- a/src/app/routes/financial-management/components/payable-order/payable-order-detail/payable-order-detail.component.ts +++ b/src/app/routes/financial-management/components/payable-order/payable-order-detail/payable-order-detail.component.ts @@ -30,7 +30,7 @@ export class PayableOrderDetailComponent implements OnInit { this.loadHeadInfo(); } - ngOnInit(): void {} + ngOnInit(): void { } loadHeadInfo() { this.service.request(this.service.$api_get_fico_ph_header, { id: this.id }).subscribe(res => { @@ -117,17 +117,17 @@ export class PayableOrderDetailComponent implements OnInit { placeholder: '请输入' } }, - cno: { - type: 'string', - title: '结算客户', - ui: { - widget: 'select', - placeholder: '请选择', - allowClear: true, - asyncData: () => this.service.getCloseAccount() - }, - default: '' - }, + // cno: { + // type: 'string', + // title: '结算客户', + // ui: { + // widget: 'select', + // placeholder: '请选择', + // allowClear: true, + // asyncData: () => this.service.getCloseAccount() + // }, + // default: '' + // }, feedate: { title: '费用日期', type: 'string',