edit
This commit is contained in:
		| @ -93,8 +93,7 @@ export class ReceiptOrderComponent implements OnInit { | ||||
|           type: 'string', | ||||
|           title: '收款单号', | ||||
|           ui: { | ||||
|             widget: 'select', | ||||
|             placeholder: '请选择' | ||||
|             placeholder: '请输入' | ||||
|           } | ||||
|         }, | ||||
|         ltdid: { | ||||
| @ -112,8 +111,7 @@ export class ReceiptOrderComponent implements OnInit { | ||||
|           type: 'string', | ||||
|           title: '银行水单', | ||||
|           ui: { | ||||
|             widget: 'select', | ||||
|             placeholder: '请选择' | ||||
|             placeholder: '请输入' | ||||
|           } | ||||
|         }, | ||||
|         brmtype: { | ||||
| @ -142,8 +140,7 @@ export class ReceiptOrderComponent implements OnInit { | ||||
|           type: 'string', | ||||
|           title: '付款人', | ||||
|           ui: { | ||||
|             widget: 'select', | ||||
|             placeholder: '请选择', | ||||
|             placeholder: '请输入', | ||||
|             visibleIf: { | ||||
|               expand: (value: boolean) => value | ||||
|             } | ||||
| @ -187,8 +184,7 @@ export class ReceiptOrderComponent implements OnInit { | ||||
|           type: 'string', | ||||
|           title: '订单号', | ||||
|           ui: { | ||||
|             widget: 'select', | ||||
|             placeholder: '请选择', | ||||
|             placeholder: '请输入', | ||||
|             visibleIf: { | ||||
|               expand: (value: boolean) => value | ||||
|             } | ||||
| @ -198,8 +194,7 @@ export class ReceiptOrderComponent implements OnInit { | ||||
|           type: 'string', | ||||
|           title: '费用号', | ||||
|           ui: { | ||||
|             widget: 'select', | ||||
|             placeholder: '请选择', | ||||
|             placeholder: '请输入', | ||||
|             visibleIf: { | ||||
|               expand: (value: boolean) => value | ||||
|             } | ||||
| @ -209,7 +204,7 @@ export class ReceiptOrderComponent implements OnInit { | ||||
|           type: 'string', | ||||
|           title: '付款备注', | ||||
|           ui: { | ||||
|             placeholder: '请选择', | ||||
|             placeholder: '请输入', | ||||
|             visibleIf: { | ||||
|               expand: (value: boolean) => value | ||||
|             } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user