增强办公,新增审批,缺少电子签章功能
This commit is contained in:
@@ -21,7 +21,11 @@ export default {
|
||||
initialForm: { sealType: '', applyFileIds: '', reason: '', remark: '' },
|
||||
sections: [
|
||||
{ key: 'basic', title: '基础信息', fields: [
|
||||
{ key: 'sealType', label: '用印类型', type: 'select', required: true, placeholder: '请选择用印类型', options: ['合同用印', '公章', '财务章', '法人章', '其他'] },
|
||||
{ key: 'sealType', label: '用印类型', type: 'select', required: true, placeholder: '请选择用印类型', options: [
|
||||
'山东福安德信息科技有限公司采购部专用章FAD201400201.png',
|
||||
'山东福安德信息科技有限公司采购部专用章FAD201400202.png',
|
||||
'山东福安德信息科技有限公司采购部专用章FAD201400401.png'
|
||||
] },
|
||||
{ key: 'applyFileIds', label: '附件', type: 'file', required: true, placeholder: '上传盖章文件', accept: '.pdf' }
|
||||
]},
|
||||
{ key: 'desc', title: '说明', fields: [
|
||||
|
||||
Reference in New Issue
Block a user