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',