edit
This commit is contained in:
		| @ -123,7 +123,7 @@ export class InputInvoiceComponent implements OnInit { | ||||
|           title: '发票类型', | ||||
|           ui: { | ||||
|             widget: 'dict-select', | ||||
|             params: { dictKey: 'refund:apply:status' }, | ||||
|             params: { dictKey: 'DictConstants.INVOICE_TYPE' }, | ||||
|             placeholder: '请选择', | ||||
|             visibleIf: { | ||||
|               expand: (value: boolean) => value | ||||
| @ -154,14 +154,19 @@ export class InputInvoiceComponent implements OnInit { | ||||
|         sts: { | ||||
|           type: 'string', | ||||
|           title: '收票状态', | ||||
|           enum: [ | ||||
|             { value: '', label: '全部' }, | ||||
|             { value: 1, label: '是' }, | ||||
|             { value: 0, label: '否' } | ||||
|           ], | ||||
|           ui: { | ||||
|             widget: 'dict-select', | ||||
|             params: { dictKey: 'refund:apply:status' }, | ||||
|             widget: 'select', | ||||
|             placeholder: '请选择', | ||||
|             visibleIf: { | ||||
|               expand: (value: boolean) => value | ||||
|             } | ||||
|           } | ||||
|           }, | ||||
|           default: '' | ||||
|         }, | ||||
|         invdate: { | ||||
|           type: 'string', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user