oa6.js 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. var obj={
  2. key:"6",
  3. title:"收文处理专门笺",
  4. typeKey:[{
  5. key:"receivingDocuments",
  6. name:"收文"
  7. }],
  8. url:"apply6",
  9. list:[
  10. {
  11. key:"receivingDocuments",
  12. type:["text"],
  13. text:"收文",
  14. isrequset:1
  15. },
  16. {
  17. key:"incomingAgency",
  18. type:["text","width49"],
  19. text:"来文机关",
  20. },
  21. {
  22. key:"documentReceived",
  23. type:["text","width49"],
  24. text:"来文",
  25. },
  26. {
  27. key:"secretLevel",
  28. type:["text","width49"],
  29. text:"秘密等级",
  30. },
  31. {
  32. key:"applyDate",
  33. type:["selecttime","width49"],
  34. text:"时间",
  35. sql:["createTime"],
  36. },
  37. {
  38. key:"subjectMatter",
  39. type:["textlong"],
  40. text:"事由",
  41. },
  42. {
  43. key:"annexFile",
  44. type:["upload"],
  45. text:"附件",
  46. },
  47. {
  48. key:"documentation",
  49. type:["text"],
  50. text:"归档",
  51. },
  52. {
  53. key:"category",
  54. type:["text","width49"],
  55. text:"类",
  56. },
  57. {
  58. key:"word",
  59. type:["text","width49"],
  60. text:"字",
  61. },
  62. {
  63. key:"num",
  64. type:["text","width49"],
  65. text:"号",
  66. },
  67. {
  68. key:"volume",
  69. type:["text","width49"],
  70. text:"卷",
  71. },
  72. ]
  73. }
  74. export const getdata=()=>{
  75. return obj
  76. }