5b5f3306c55cb03477d35c0b77823703e48f2bd0.svn-base 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519
  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. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="@color/white">
  7. <com.hjq.bar.TitleBar
  8. android:id="@+id/tb_vndetail_title"
  9. android:layout_width="match_parent"
  10. android:layout_height="wrap_content"
  11. android:visibility="visible"
  12. app:title="@string/report_zhuishu" />
  13. <eVVM.apk.widget.ZoomView
  14. android:id="@+id/zv_report"
  15. android:layout_width="match_parent"
  16. android:layout_height="match_parent"
  17. android:layout_below="@+id/tb_vndetail_title"
  18. android:background="@color/white">
  19. <LinearLayout
  20. android:layout_width="match_parent"
  21. android:layout_height="wrap_content"
  22. android:orientation="vertical"
  23. android:paddingLeft="10dp"
  24. android:paddingRight="10dp"
  25. android:paddingBottom="40dp">
  26. <RelativeLayout
  27. android:layout_width="match_parent"
  28. android:layout_height="wrap_content"
  29. android:layout_marginLeft="10dp"
  30. android:layout_marginTop="10dp"
  31. android:layout_marginRight="10dp">
  32. <ImageView
  33. android:id="@+id/iv_report_top"
  34. android:layout_width="wrap_content"
  35. android:layout_height="wrap_content"
  36. android:src="@mipmap/iv_report_top" />
  37. <TextView
  38. android:id="@+id/vndetail_tv_tt"
  39. android:layout_width="match_parent"
  40. android:layout_height="wrap_content"
  41. android:layout_alignParentRight="true"
  42. android:layout_marginLeft="25dp"
  43. android:layout_marginBottom="3dp"
  44. android:layout_toRightOf="@id/iv_report_top"
  45. android:gravity="center"
  46. android:text="产品追溯报告"
  47. android:textSize="10sp" />
  48. <TextView
  49. android:id="@+id/vndetail_tv_line"
  50. android:layout_width="match_parent"
  51. android:layout_height="10dp"
  52. android:layout_below="@id/vndetail_tv_tt"
  53. android:layout_alignParentRight="true"
  54. android:layout_marginLeft="25dp"
  55. android:layout_marginRight="10dp"
  56. android:layout_toRightOf="@id/iv_report_top"
  57. android:background="#a8996e"
  58. android:text="" />
  59. <TextView
  60. android:id="@+id/vndetail_tv_title"
  61. android:layout_width="wrap_content"
  62. android:layout_height="wrap_content"
  63. android:layout_below="@id/vndetail_tv_tt"
  64. android:layout_alignLeft="@+id/vndetail_tv_line"
  65. android:layout_alignParentRight="true"
  66. android:layout_marginRight="10dp"
  67. android:background="#a8996e"
  68. android:text=" CARGO TRACK REPORT"
  69. android:textColor="#ffffff"
  70. android:textSize="11sp"
  71. android:textStyle="bold" />
  72. <TextView
  73. android:id="@+id/vndetail_tv_vncode"
  74. android:layout_width="wrap_content"
  75. android:layout_height="wrap_content"
  76. android:layout_below="@+id/vndetail_tv_title"
  77. android:layout_alignLeft="@+id/vndetail_tv_title"
  78. android:layout_marginTop="5dp"
  79. android:layout_marginRight="10dp"
  80. android:text=""
  81. android:textColor="@color/gray"
  82. android:textSize="8sp" />
  83. <TextView
  84. android:id="@+id/vndetail_tv_vndate"
  85. android:layout_width="wrap_content"
  86. android:layout_height="wrap_content"
  87. android:layout_below="@+id/vndetail_tv_vncode"
  88. android:layout_alignLeft="@+id/vndetail_tv_title"
  89. android:layout_marginTop="2dp"
  90. android:text=""
  91. android:textColor="@color/gray"
  92. android:textSize="8sp" />
  93. </RelativeLayout>
  94. <LinearLayout
  95. android:layout_width="match_parent"
  96. android:layout_height="wrap_content"
  97. android:orientation="horizontal">
  98. <LinearLayout
  99. android:layout_width="0dp"
  100. android:layout_height="wrap_content"
  101. android:layout_weight="6"
  102. android:orientation="vertical">
  103. <TextView
  104. android:layout_width="wrap_content"
  105. android:layout_height="wrap_content"
  106. android:layout_marginTop="15dp"
  107. android:text="疫苗详情"
  108. android:textSize="8sp"
  109. android:textStyle="bold" />
  110. <!--<LinearLayout
  111. android:layout_width="match_parent"
  112. android:layout_height="wrap_content"
  113. android:layout_marginTop="6dp"
  114. android:orientation="horizontal">
  115. <TextView
  116. android:layout_width="wrap_content"
  117. android:layout_height="wrap_content"
  118. android:text="疫苗名称........."
  119. android:textSize="8sp" />
  120. <TextView
  121. android:id="@+id/vndetail_tv_vnname"
  122. android:layout_width="wrap_content"
  123. android:layout_height="wrap_content"
  124. android:textSize="8dp" />
  125. </LinearLayout>
  126. <LinearLayout
  127. android:layout_width="match_parent"
  128. android:layout_height="wrap_content"
  129. android:layout_marginTop="2dp"
  130. android:orientation="horizontal">
  131. <TextView
  132. android:layout_width="wrap_content"
  133. android:layout_height="wrap_content"
  134. android:text="疫苗规格........."
  135. android:textSize="8sp" />
  136. <TextView
  137. android:id="@+id/vndetail_tv_vnsc"
  138. android:layout_width="wrap_content"
  139. android:layout_height="wrap_content"
  140. android:textSize="8dp" />
  141. </LinearLayout>-->
  142. <LinearLayout
  143. android:layout_width="match_parent"
  144. android:layout_height="wrap_content"
  145. android:layout_marginTop="2dp"
  146. android:orientation="horizontal">
  147. <TextView
  148. android:layout_width="wrap_content"
  149. android:layout_height="wrap_content"
  150. android:text="生产企业........."
  151. android:textSize="8sp" />
  152. <TextView
  153. android:id="@+id/vndetail_tv_factoryName"
  154. android:layout_width="wrap_content"
  155. android:layout_height="wrap_content"
  156. android:textSize="8dp" />
  157. </LinearLayout>
  158. <LinearLayout
  159. android:layout_width="match_parent"
  160. android:layout_height="wrap_content"
  161. android:layout_marginTop="2dp"
  162. android:orientation="horizontal">
  163. <TextView
  164. android:layout_width="wrap_content"
  165. android:layout_height="wrap_content"
  166. android:text="GMP证书........"
  167. android:textSize="8sp" />
  168. <TextView
  169. android:id="@+id/vndetail_tv_gmpName"
  170. android:layout_width="wrap_content"
  171. android:layout_height="wrap_content"
  172. android:textSize="8sp" />
  173. </LinearLayout>
  174. <LinearLayout
  175. android:layout_width="match_parent"
  176. android:layout_height="wrap_content"
  177. android:layout_marginTop="2dp"
  178. android:orientation="horizontal">
  179. <TextView
  180. android:layout_width="wrap_content"
  181. android:layout_height="wrap_content"
  182. android:text="批签发证书....."
  183. android:textSize="8sp" />
  184. <TextView
  185. android:id="@+id/vndetail_tv_gmpPath"
  186. android:layout_width="wrap_content"
  187. android:layout_height="wrap_content"
  188. android:autoLink="all"
  189. android:text="点击查看"
  190. android:textColor="@color/blue"
  191. android:textSize="8sp" />
  192. </LinearLayout>
  193. <!--<LinearLayout
  194. android:layout_width="match_parent"
  195. android:layout_height="wrap_content"
  196. android:layout_marginTop="2dp"
  197. android:orientation="horizontal">
  198. <TextView
  199. android:layout_width="wrap_content"
  200. android:layout_height="wrap_content"
  201. android:text="生产日期........."
  202. android:textSize="8sp" />
  203. <TextView
  204. android:id="@+id/vndetail_tv_vncreatdate"
  205. android:layout_width="wrap_content"
  206. android:layout_height="wrap_content"
  207. android:textSize="8dp" />
  208. </LinearLayout>
  209. <LinearLayout
  210. android:layout_width="match_parent"
  211. android:layout_height="wrap_content"
  212. android:layout_marginTop="2dp"
  213. android:orientation="horizontal">
  214. <TextView
  215. android:layout_width="wrap_content"
  216. android:layout_height="wrap_content"
  217. android:text="有效期 ............"
  218. android:textSize="8sp" />
  219. <TextView
  220. android:id="@+id/vndetail_tv_vnvalid"
  221. android:layout_width="wrap_content"
  222. android:layout_height="wrap_content"
  223. android:textSize="8dp" />
  224. </LinearLayout>-->
  225. </LinearLayout>
  226. <LinearLayout
  227. android:layout_width="0dp"
  228. android:layout_height="wrap_content"
  229. android:layout_weight="5"
  230. android:orientation="vertical">
  231. <TextView
  232. android:layout_width="wrap_content"
  233. android:layout_height="wrap_content"
  234. android:layout_marginTop="15dp"
  235. android:text="接种人员"
  236. android:textSize="8sp"
  237. android:textStyle="bold" />
  238. <LinearLayout
  239. android:layout_width="match_parent"
  240. android:layout_height="wrap_content"
  241. android:layout_marginTop="4dp"
  242. android:orientation="horizontal">
  243. <TextView
  244. android:layout_width="wrap_content"
  245. android:layout_height="wrap_content"
  246. android:text="接种单位........"
  247. android:textSize="8sp" />
  248. <TextView
  249. android:id="@+id/vndetail_tv_hospitalName"
  250. android:layout_width="wrap_content"
  251. android:layout_height="wrap_content"
  252. android:textSize="8sp" />
  253. </LinearLayout>
  254. <LinearLayout
  255. android:layout_width="match_parent"
  256. android:layout_height="wrap_content"
  257. android:layout_marginTop="4dp"
  258. android:orientation="horizontal">
  259. <TextView
  260. android:layout_width="wrap_content"
  261. android:layout_height="wrap_content"
  262. android:text="医生姓名........"
  263. android:textSize="8sp" />
  264. <TextView
  265. android:id="@+id/vndetail_tv_doctorName"
  266. android:layout_width="wrap_content"
  267. android:layout_height="wrap_content"
  268. android:textSize="8sp" />
  269. </LinearLayout>
  270. <LinearLayout
  271. android:layout_width="match_parent"
  272. android:layout_height="wrap_content"
  273. android:layout_marginTop="4dp"
  274. android:orientation="horizontal">
  275. <TextView
  276. android:layout_width="wrap_content"
  277. android:layout_height="wrap_content"
  278. android:text="联系方式........"
  279. android:textSize="8sp" />
  280. <TextView
  281. android:id="@+id/vndetail_tv_doctorTelephone"
  282. android:layout_width="wrap_content"
  283. android:layout_height="wrap_content"
  284. android:textSize="8sp" />
  285. </LinearLayout>
  286. </LinearLayout>
  287. </LinearLayout>
  288. <ImageView
  289. android:id="@+id/vndetail_tv_chatImage"
  290. android:layout_width="match_parent"
  291. android:layout_height="wrap_content"
  292. android:layout_marginTop="20dp" />
  293. <LinearLayout
  294. android:layout_width="match_parent"
  295. android:layout_height="wrap_content"
  296. android:layout_marginTop="20dp"
  297. android:orientation="horizontal">
  298. <LinearLayout
  299. android:layout_width="0dp"
  300. android:layout_height="wrap_content"
  301. android:layout_weight="6"
  302. android:orientation="vertical">
  303. <LinearLayout
  304. android:layout_width="match_parent"
  305. android:layout_height="wrap_content"
  306. android:orientation="horizontal">
  307. <TextView
  308. android:id="@+id/vndetail_tv_othervn1"
  309. android:layout_width="wrap_content"
  310. android:layout_height="wrap_content"
  311. android:text="点击查询......"
  312. android:textSize="8sp" />
  313. <TextView
  314. android:layout_width="wrap_content"
  315. android:layout_height="wrap_content"
  316. android:text="同批次其他疫苗冷链"
  317. android:textSize="8sp" />
  318. </LinearLayout>
  319. <LinearLayout
  320. android:layout_width="match_parent"
  321. android:layout_height="wrap_content"
  322. android:layout_marginTop="4dp"
  323. android:orientation="horizontal">
  324. <TextView
  325. android:id="@+id/vndetail_tv_othervn2"
  326. android:layout_width="wrap_content"
  327. android:layout_height="wrap_content"
  328. android:text="点击查询......"
  329. android:textSize="8sp" />
  330. <TextView
  331. android:layout_width="wrap_content"
  332. android:layout_height="wrap_content"
  333. android:text="同批次其他疫苗流向"
  334. android:textSize="8sp" />
  335. </LinearLayout>
  336. <LinearLayout
  337. android:layout_width="match_parent"
  338. android:layout_height="wrap_content"
  339. android:layout_marginTop="4dp"
  340. android:orientation="horizontal">
  341. <TextView
  342. android:id="@+id/vndetail_tv_othervn3"
  343. android:layout_width="wrap_content"
  344. android:layout_height="wrap_content"
  345. android:text="点击查询......"
  346. android:textSize="8sp" />
  347. <TextView
  348. android:layout_width="wrap_content"
  349. android:layout_height="wrap_content"
  350. android:text="同企业其他疫苗"
  351. android:textSize="8sp" />
  352. </LinearLayout>
  353. </LinearLayout>
  354. <RelativeLayout
  355. android:layout_width="0dp"
  356. android:layout_height="wrap_content"
  357. android:layout_weight="10"
  358. android:orientation="horizontal">
  359. <TextView
  360. android:id="@+id/vndetail_tv_tips"
  361. android:layout_width="wrap_content"
  362. android:layout_height="wrap_content"
  363. android:layout_toLeftOf="@+id/vndetail_iv_tipsimg"
  364. android:text="@string/vndeatil_tips"
  365. android:textColor="@color/gray"
  366. android:textSize="7sp" />
  367. <ImageView
  368. android:id="@+id/vndetail_iv_tipsimg"
  369. android:layout_width="50dp"
  370. android:layout_height="50dp"
  371. android:layout_alignParentRight="true"
  372. android:layout_margin="4dp"
  373. android:src="@mipmap/qr" />
  374. </RelativeLayout>
  375. </LinearLayout>
  376. <!--<ScrollView
  377. android:layout_width="match_parent"
  378. android:layout_height="wrap_content">-->
  379. <LinearLayout
  380. android:layout_width="match_parent"
  381. android:layout_height="wrap_content"
  382. android:layout_marginTop="20dp"
  383. android:orientation="horizontal">
  384. <RelativeLayout
  385. android:layout_width="0dp"
  386. android:layout_height="match_parent"
  387. android:layout_marginRight="-2dp"
  388. android:layout_weight="1"
  389. android:background="@drawable/border_report"
  390. android:orientation="vertical"
  391. android:padding="10dp">
  392. <ImageView
  393. android:layout_width="20dp"
  394. android:layout_height="wrap_content"
  395. android:layout_centerInParent="true"
  396. android:src="@mipmap/dun" />
  397. </RelativeLayout>
  398. <LinearLayout
  399. android:layout_width="0dp"
  400. android:layout_height="wrap_content"
  401. android:layout_weight="6"
  402. android:background="@drawable/border_report"
  403. android:orientation="vertical"
  404. android:padding="5dp">
  405. <TextView
  406. android:layout_width="wrap_content"
  407. android:layout_height="wrap_content"
  408. android:text="免责声明:"
  409. android:textColor="#97885c"
  410. android:textSize="8sp"
  411. android:textStyle="bold" />
  412. <ScrollView
  413. android:layout_width="wrap_content"
  414. android:layout_height="wrap_content">
  415. <TextView
  416. android:id="@+id/vndetail_tv_disclaimer"
  417. android:layout_width="wrap_content"
  418. android:layout_height="wrap_content"
  419. android:text="@string/vndeatil_disclaimer"
  420. android:textColor="#97885c"
  421. android:textSize="8sp" />
  422. </ScrollView>
  423. </LinearLayout>
  424. </LinearLayout>
  425. <!-- </ScrollView>-->
  426. </LinearLayout>
  427. </eVVM.apk.widget.ZoomView>
  428. <ImageButton
  429. android:id="@+id/vndetail_bt_magnifier"
  430. android:layout_width="30dp"
  431. android:layout_height="30dp"
  432. android:layout_alignParentRight="true"
  433. android:layout_alignParentBottom="true"
  434. android:layout_marginRight="10dp"
  435. android:layout_marginBottom="5dp"
  436. android:background="@color/transparent"
  437. android:src="@mipmap/magnifier" />
  438. </RelativeLayout>