fc41d185c83bee06eed91dec5a1c9bcc5d006fb2.svn-base 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:background="@color/white"
  7. android:layout_height="match_parent" >
  8. <com.hjq.bar.TitleBar
  9. android:id="@+id/tb_vndetail_title"
  10. android:layout_width="match_parent"
  11. android:visibility="visible"
  12. app:backButton="false"
  13. android:layout_height="wrap_content"
  14. app:title="@string/report_zhuishu" />
  15. <eVVM.apk.helper.CommunityView
  16. android:layout_below="@+id/tb_vndetail_title"
  17. android:layout_width="match_parent"
  18. android:layout_height="match_parent"
  19. android:background="@color/white"
  20. >
  21. <LinearLayout
  22. android:layout_width="match_parent"
  23. android:layout_height="wrap_content"
  24. android:paddingBottom="80dp"
  25. android:paddingLeft="10dp"
  26. android:paddingRight="10dp"
  27. android:orientation="vertical">
  28. <RelativeLayout
  29. android:layout_width="match_parent"
  30. android:layout_marginTop="10dp"
  31. android:layout_height="wrap_content"
  32. android:layout_marginLeft="10dp"
  33. android:layout_marginRight="10dp"
  34. >
  35. <ImageView
  36. android:id="@+id/iv_report_top"
  37. android:layout_width="wrap_content"
  38. android:layout_height="wrap_content"
  39. android:src="@mipmap/iv_report_top" />
  40. <TextView
  41. android:id="@+id/vndetail_tv_title"
  42. android:layout_width="wrap_content"
  43. android:layout_alignParentRight="true"
  44. android:layout_marginRight="10dp"
  45. android:layout_height="wrap_content"
  46. android:textColor="#a8996e"
  47. android:textStyle="bold"
  48. android:text="产 品 追 溯 报 告 COLD CHAIN REPORT"
  49. android:textSize="12sp" />
  50. <TextView
  51. android:layout_width="wrap_content"
  52. android:layout_marginRight="10dp"
  53. android:layout_height="wrap_content"
  54. android:layout_alignLeft="@+id/vndetail_tv_title"
  55. android:layout_marginTop="5dp"
  56. android:layout_below="@+id/vndetail_tv_title"
  57. android:textColor="@color/gray"
  58. android:text=""
  59. android:textSize="8sp"
  60. android:id="@+id/vndetail_tv_vncode"/>
  61. <TextView
  62. android:id="@+id/vndetail_tv_vndate"
  63. android:layout_alignLeft="@+id/vndetail_tv_title"
  64. android:layout_width="wrap_content"
  65. android:layout_below="@+id/vndetail_tv_vncode"
  66. android:layout_height="wrap_content"
  67. android:layout_marginTop="2dp"
  68. android:text=""
  69. android:textSize="8sp"
  70. android:textColor="@color/gray" />
  71. </RelativeLayout>
  72. <LinearLayout
  73. android:orientation="horizontal"
  74. android:layout_width="match_parent"
  75. android:layout_height="wrap_content">
  76. <LinearLayout
  77. android:layout_width="0dp"
  78. android:orientation="vertical"
  79. android:layout_weight="6"
  80. android:layout_height="wrap_content">
  81. <TextView
  82. android:layout_width="wrap_content"
  83. android:layout_height="wrap_content"
  84. android:layout_marginTop="15dp"
  85. android:text="疫苗详情"
  86. android:textSize="8sp"
  87. android:textStyle="bold" />
  88. <LinearLayout
  89. android:orientation="horizontal"
  90. android:layout_marginTop="6dp"
  91. android:layout_width="match_parent"
  92. android:layout_height="wrap_content">
  93. <TextView
  94. android:layout_width="wrap_content"
  95. android:layout_height="wrap_content"
  96. android:textSize="8sp"
  97. android:text="生产企业........." />
  98. <TextView
  99. android:id="@+id/vndetail_tv_factoryName"
  100. android:textSize="8dp"
  101. android:layout_width="wrap_content"
  102. android:layout_height="wrap_content"/>
  103. </LinearLayout>
  104. <LinearLayout
  105. android:orientation="horizontal"
  106. android:layout_marginTop="4dp"
  107. android:layout_width="match_parent"
  108. android:layout_height="wrap_content">
  109. <TextView
  110. android:layout_width="wrap_content"
  111. android:textSize="8sp"
  112. android:layout_height="wrap_content"
  113. android:text="GMP证书........" />
  114. <TextView
  115. android:id="@+id/vndetail_tv_gmpName"
  116. android:textSize="8sp"
  117. android:layout_width="wrap_content"
  118. android:layout_height="wrap_content"/>
  119. </LinearLayout>
  120. <LinearLayout
  121. android:orientation="horizontal"
  122. android:layout_marginTop="4dp"
  123. android:layout_width="match_parent"
  124. android:layout_height="wrap_content">
  125. <TextView
  126. android:layout_width="wrap_content"
  127. android:layout_height="wrap_content"
  128. android:textSize="8sp"
  129. android:text="批签发证书....." />
  130. <TextView
  131. android:textColor="@color/blue"
  132. android:id="@+id/vndetail_tv_gmpPath"
  133. android:textSize="8sp"
  134. android:layout_width="wrap_content"
  135. android:layout_height="wrap_content"
  136. android:autoLink="all"
  137. android:text="点击查看" />
  138. </LinearLayout>
  139. </LinearLayout>
  140. <LinearLayout
  141. android:layout_width="0dp"
  142. android:orientation="vertical"
  143. android:layout_weight="5"
  144. android:layout_height="wrap_content">
  145. <TextView
  146. android:layout_width="wrap_content"
  147. android:layout_height="wrap_content"
  148. android:layout_marginTop="15dp"
  149. android:text="接种人员"
  150. android:textSize="8sp"
  151. android:textStyle="bold" />
  152. <LinearLayout
  153. android:orientation="horizontal"
  154. android:layout_marginTop="4dp"
  155. android:layout_width="match_parent"
  156. android:layout_height="wrap_content">
  157. <TextView
  158. android:layout_width="wrap_content"
  159. android:textSize="8sp"
  160. android:layout_height="wrap_content"
  161. android:text="接种单位........" />
  162. <TextView
  163. android:id="@+id/vndetail_tv_hospitalName"
  164. android:layout_width="wrap_content"
  165. android:textSize="8sp"
  166. android:layout_height="wrap_content"/>
  167. </LinearLayout>
  168. <LinearLayout
  169. android:orientation="horizontal"
  170. android:layout_marginTop="4dp"
  171. android:layout_width="match_parent"
  172. android:layout_height="wrap_content">
  173. <TextView
  174. android:layout_width="wrap_content"
  175. android:layout_height="wrap_content"
  176. android:textSize="8sp"
  177. android:text="医生姓名........" />
  178. <TextView
  179. android:id="@+id/vndetail_tv_doctorName"
  180. android:layout_width="wrap_content"
  181. android:textSize="8sp"
  182. android:layout_height="wrap_content"/>
  183. </LinearLayout>
  184. <LinearLayout
  185. android:orientation="horizontal"
  186. android:layout_marginTop="4dp"
  187. android:layout_width="match_parent"
  188. android:layout_height="wrap_content">
  189. <TextView
  190. android:layout_width="wrap_content"
  191. android:layout_height="wrap_content"
  192. android:textSize="8sp"
  193. android:text="联系方式........" />
  194. <TextView
  195. android:id="@+id/vndetail_tv_doctorTelephone"
  196. android:layout_width="wrap_content"
  197. android:textSize="8sp"
  198. android:layout_height="wrap_content"/>
  199. </LinearLayout>
  200. </LinearLayout>
  201. </LinearLayout>
  202. <ImageView
  203. android:id="@+id/vndetail_tv_chatImage"
  204. android:layout_width="match_parent"
  205. android:layout_marginTop="20dp"
  206. android:layout_height="wrap_content" />
  207. <LinearLayout
  208. android:orientation="horizontal"
  209. android:layout_width="match_parent"
  210. android:layout_marginTop="20dp"
  211. android:layout_height="wrap_content">
  212. <LinearLayout
  213. android:layout_width="0dp"
  214. android:orientation="vertical"
  215. android:layout_weight="6"
  216. android:layout_height="wrap_content">
  217. <LinearLayout
  218. android:orientation="horizontal"
  219. android:layout_width="match_parent"
  220. android:layout_height="wrap_content">
  221. <TextView
  222. android:id="@+id/vndetail_tv_othervn1"
  223. android:layout_width="wrap_content"
  224. android:layout_height="wrap_content"
  225. android:textSize="8sp"
  226. android:text="点击查询......" />
  227. <TextView
  228. android:layout_width="wrap_content"
  229. android:layout_height="wrap_content"
  230. android:textSize="8sp"
  231. android:text="同批次其他疫苗冷链" />
  232. </LinearLayout>
  233. <LinearLayout
  234. android:orientation="horizontal"
  235. android:layout_marginTop="4dp"
  236. android:layout_width="match_parent"
  237. android:layout_height="wrap_content">
  238. <TextView
  239. android:id="@+id/vndetail_tv_othervn2"
  240. android:layout_width="wrap_content"
  241. android:layout_height="wrap_content"
  242. android:textSize="8sp"
  243. android:text="点击查询......" />
  244. <TextView
  245. android:layout_width="wrap_content"
  246. android:layout_height="wrap_content"
  247. android:textSize="8sp"
  248. android:text="同批次其他疫苗流向" />
  249. </LinearLayout>
  250. <LinearLayout
  251. android:orientation="horizontal"
  252. android:layout_marginTop="4dp"
  253. android:layout_width="match_parent"
  254. android:layout_height="wrap_content">
  255. <TextView
  256. android:id="@+id/vndetail_tv_othervn3"
  257. android:layout_width="wrap_content"
  258. android:layout_height="wrap_content"
  259. android:textSize="8sp"
  260. android:text="点击查询......" />
  261. <TextView
  262. android:layout_width="wrap_content"
  263. android:layout_height="wrap_content"
  264. android:textSize="8sp"
  265. android:text="同企业其他疫苗" />
  266. </LinearLayout>
  267. </LinearLayout>
  268. <RelativeLayout
  269. android:layout_width="0dp"
  270. android:orientation="horizontal"
  271. android:layout_weight="10"
  272. android:layout_height="wrap_content">
  273. <TextView
  274. android:id="@+id/vndetail_tv_tips"
  275. android:layout_width="wrap_content"
  276. android:layout_height="wrap_content"
  277. android:text="@string/vndeatil_tips"
  278. android:textColor="@color/gray"
  279. android:layout_toLeftOf="@+id/vndetail_iv_tipsimg"
  280. android:textSize="7sp" />
  281. <ImageView
  282. android:id="@+id/vndetail_iv_tipsimg"
  283. android:layout_alignParentRight="true"
  284. android:layout_width="50dp"
  285. android:layout_margin="4dp"
  286. android:layout_height="50dp"
  287. android:src="@mipmap/qr" />
  288. </RelativeLayout>
  289. </LinearLayout>
  290. <LinearLayout
  291. android:orientation="horizontal"
  292. android:layout_width="match_parent"
  293. android:layout_marginTop="20dp"
  294. android:layout_height="wrap_content">
  295. <RelativeLayout
  296. android:layout_width="0dp"
  297. android:orientation="vertical"
  298. android:background="@drawable/border_report"
  299. android:layout_weight="1"
  300. android:padding="10dp"
  301. android:layout_marginRight="-2dp"
  302. android:layout_height="match_parent">
  303. <ImageView
  304. android:layout_centerInParent="true"
  305. android:layout_width="20dp"
  306. android:layout_height="wrap_content"
  307. android:src="@mipmap/dun" />
  308. </RelativeLayout>
  309. <LinearLayout
  310. android:layout_width="0dp"
  311. android:orientation="vertical"
  312. android:layout_weight="6"
  313. android:padding="5dp"
  314. android:background="@drawable/border_report"
  315. android:layout_height="wrap_content">
  316. <TextView
  317. android:layout_width="wrap_content"
  318. android:layout_height="wrap_content"
  319. android:textColor="#97885c"
  320. android:text="免责声明:"
  321. android:textSize="8sp"
  322. android:textStyle="bold" />
  323. <TextView
  324. android:id="@+id/vndetail_tv_disclaimer"
  325. android:layout_width="wrap_content"
  326. android:layout_height="wrap_content"
  327. android:text="@string/vndeatil_disclaimer"
  328. android:textColor="#97885c"
  329. android:textSize="8sp" />
  330. </LinearLayout>
  331. </LinearLayout>
  332. </LinearLayout>
  333. </eVVM.apk.helper.CommunityView>
  334. </RelativeLayout>