oa11.js 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. var obj={
  2. key:"11",
  3. title:"货票",
  4. url:"apply11",
  5. list:[
  6. {
  7. key:"deviceType",
  8. type:["text","width49"],
  9. text:"发站",
  10. isrequset:1
  11. },
  12. {
  13. key:"faultPhenomenon",
  14. type:["text","width49"],
  15. text:"到站(局)",
  16. isrequset:1
  17. },
  18. {
  19. key:"faultDescription",
  20. type:["text","width49"],
  21. text:"车种车号",
  22. isrequset:0
  23. },
  24. {
  25. key:"maintenanceDescription",
  26. type:["text","width49"],
  27. text:"货车标重",
  28. isrequset:0
  29. },
  30. {
  31. key:"computeType",
  32. type:["radio","itemline"],
  33. text:"",
  34. isrequset:1,
  35. list:[
  36. {value:"0",name:"承运人"},
  37. {value:"1",name:"托运人装车"}
  38. ],
  39. },
  40. {
  41. key:"content",
  42. type:["textlong"],
  43. text:"经由",
  44. //isrequset:1
  45. },
  46. {
  47. key:"content",
  48. type:["textlong"],
  49. text:"货物运到期限",
  50. //isrequset:1
  51. },
  52. {
  53. key:"content",
  54. type:["textlong"],
  55. text:"施封号码或铁路篷布号码",
  56. //isrequset:1
  57. },
  58. {
  59. key:"content",
  60. type:["textlong"],
  61. text:"运价里程",
  62. //isrequset:1
  63. },
  64. {
  65. key:"content",
  66. type:["textlong"],
  67. text:"集装箱箱型",
  68. //isrequset:1
  69. },
  70. {
  71. key:"amount",
  72. type:["textnumber",'unit'],
  73. text:"保价金额",
  74. unit:"元"
  75. //sql:["personInfo","orgName"],
  76. },
  77. {
  78. key:"content",
  79. type:["textlong"],
  80. text:"托运人名称及地址",
  81. //isrequset:1
  82. },
  83. {
  84. key:"content",
  85. type:["textlong"],
  86. text:"收货人名称及地址",
  87. //isrequset:1
  88. },
  89. {
  90. key:"content",
  91. type:["textlong"],
  92. text:"货物品名",
  93. //isrequset:1
  94. },
  95. {
  96. key:"content",
  97. type:["textlong"],
  98. text:"品名代码",
  99. //isrequset:1
  100. },
  101. {
  102. key:"content",
  103. type:["textlong"],
  104. text:"件数",
  105. //isrequset:1
  106. },
  107. {
  108. key:"content",
  109. type:["textlong"],
  110. text:"货物重量",
  111. //isrequset:1
  112. },
  113. {
  114. key:"content",
  115. type:["textlong"],
  116. text:"计费重量",
  117. //isrequset:1
  118. },
  119. {
  120. key:"content",
  121. type:["textlong"],
  122. text:"运价号",
  123. //isrequset:1
  124. },
  125. {
  126. key:"content",
  127. type:["textlong"],
  128. text:"运价率",
  129. //isrequset:1
  130. },
  131. {
  132. key:"annexFile",
  133. type:["upload"],
  134. text:"附件",
  135. },
  136. {
  137. key:"bak",
  138. type:["textlong"],
  139. text:"备注",
  140. },
  141. ]
  142. }
  143. export const getdata=()=>{
  144. return obj
  145. }