1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- var obj={
- key:"6",
- title:"收文处理专门笺",
-
- typeKey:[{
- key:"receivingDocuments",
- name:"收文"
- }],
- url:"apply6",
- list:[
-
- {
- key:"receivingDocuments",
- type:["text"],
- text:"收文",
- isrequset:1
- },
-
- {
- key:"incomingAgency",
- type:["text","width49"],
- text:"来文机关",
- },
- {
- key:"documentReceived",
- type:["text","width49"],
- text:"来文",
- },
- {
- key:"secretLevel",
- type:["text","width49"],
- text:"秘密等级",
- },
-
- {
- key:"applyDate",
- type:["selecttime","width49"],
- text:"时间",
- sql:["createTime"],
- },
-
-
- {
- key:"subjectMatter",
- type:["textlong"],
- text:"事由",
-
- },
-
-
-
- {
- key:"annexFile",
- type:["upload"],
- text:"附件",
-
- },
-
- {
- key:"documentation",
- type:["text"],
- text:"归档",
- },
-
- {
- key:"category",
- type:["text","width49"],
- text:"类",
- },
- {
- key:"word",
- type:["text","width49"],
- text:"字",
- },
- {
- key:"num",
- type:["text","width49"],
- text:"号",
- },
- {
- key:"volume",
- type:["text","width49"],
- text:"卷",
- },
- ]
- }
- export const getdata=()=>{
- return obj
- }
|