返佣
This commit is contained in:
@ -296,15 +296,11 @@ export class InvoiceRequestedComponent implements OnInit {
|
|||||||
otherremarks: {
|
otherremarks: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '其他需求',
|
title: '其他需求',
|
||||||
enum: [{ label: '全部', value: '' }],
|
|
||||||
ui: {
|
ui: {
|
||||||
widget: 'select',
|
|
||||||
placeholder: '请选择',
|
|
||||||
visibleIf: {
|
visibleIf: {
|
||||||
expand: (value: boolean) => value
|
expand: (value: boolean) => value
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
default: ''
|
|
||||||
},
|
},
|
||||||
createTime: {
|
createTime: {
|
||||||
title: '申请时间',
|
title: '申请时间',
|
||||||
@ -335,7 +331,17 @@ export class InvoiceRequestedComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
default: ''
|
default: ''
|
||||||
}
|
},
|
||||||
|
arto: {
|
||||||
|
type: 'string',
|
||||||
|
title: '购买人',
|
||||||
|
ui: {
|
||||||
|
placeholder: '请输入',
|
||||||
|
visibleIf: {
|
||||||
|
expand: (value: boolean) => value
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user