edit
This commit is contained in:
		@ -121,14 +121,18 @@ export class InputInvoiceComponent implements OnInit {
 | 
			
		||||
        invtype: {
 | 
			
		||||
          type: 'string',
 | 
			
		||||
          title: '发票类型',
 | 
			
		||||
          enum: [
 | 
			
		||||
            { value: '', label: '全部' },
 | 
			
		||||
            { value: '1', label: '运输专票' },
 | 
			
		||||
          ],
 | 
			
		||||
          ui: {
 | 
			
		||||
            widget: 'dict-select',
 | 
			
		||||
            params: { dictKey: 'invoice:type' },
 | 
			
		||||
            widget: 'select',
 | 
			
		||||
            placeholder: '请选择',
 | 
			
		||||
            visibleIf: {
 | 
			
		||||
              expand: (value: boolean) => value
 | 
			
		||||
            }
 | 
			
		||||
          }
 | 
			
		||||
          },
 | 
			
		||||
          default: ''
 | 
			
		||||
        },
 | 
			
		||||
        hrto: {
 | 
			
		||||
          type: 'string',
 | 
			
		||||
@ -156,8 +160,8 @@ export class InputInvoiceComponent implements OnInit {
 | 
			
		||||
          title: '收票状态',
 | 
			
		||||
          enum: [
 | 
			
		||||
            { value: '', label: '全部' },
 | 
			
		||||
            { value: 1, label: '是' },
 | 
			
		||||
            { value: 0, label: '否' }
 | 
			
		||||
            { value: '1', label: '新建' },
 | 
			
		||||
            { value: '2', label: '关闭' }
 | 
			
		||||
          ],
 | 
			
		||||
          ui: {
 | 
			
		||||
            widget: 'select',
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user