From 54127209303ad8c7ed96f4acee0074d7d96f2159 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Fri, 25 Mar 2022 15:01:39 +0800 Subject: [PATCH] edit --- .../receivable-order.component.ts | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/routes/financial-management/components/receivable-order/receivable-order.component.ts b/src/app/routes/financial-management/components/receivable-order/receivable-order.component.ts index e4d01ea7..590aa5fe 100644 --- a/src/app/routes/financial-management/components/receivable-order/receivable-order.component.ts +++ b/src/app/routes/financial-management/components/receivable-order/receivable-order.component.ts @@ -230,16 +230,16 @@ export class ReceivableOrderComponent implements OnInit { } } }, - orderS3: { - type: 'string', - title: '费用号', - ui: { - placeholder: '请输入', - visibleIf: { - expand: (value: boolean) => value - } - } - }, + // orderS3: { + // type: 'string', + // title: '费用号', + // ui: { + // placeholder: '请输入', + // visibleIf: { + // expand: (value: boolean) => value + // } + // } + // }, remarks: { type: 'string', title: '核销备注',