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 1/2] =?UTF-8?q?=E5=88=A0=E6=8E=89=E9=A2=84=E4=BB=98?= =?UTF-8?q?=E6=A0=B8=E9=94=80=E5=8D=95=E4=B8=AD=E7=9A=84=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E6=9F=A5=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', From 86ff03f58a4ff3dc4676cb05104509965bcdadba Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Tue, 10 May 2022 14:31:31 +0800 Subject: [PATCH 2/2] edit --- .../components/input-invoice/input-invoice.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/routes/ticket-management/components/input-invoice/input-invoice.component.ts b/src/app/routes/ticket-management/components/input-invoice/input-invoice.component.ts index f5c9dd9a..7713fab9 100644 --- a/src/app/routes/ticket-management/components/input-invoice/input-invoice.component.ts +++ b/src/app/routes/ticket-management/components/input-invoice/input-invoice.component.ts @@ -114,7 +114,7 @@ export class InputInvoiceComponent extends BasicTableComponent { title: '发票类型', enum: [ { value: '', label: '全部' }, - { value: '1', label: '运输专票' } + { value: '运输专票', label: '运输专票' } ], ui: { widget: 'select',