2005e78b295c1d3b08695819d84167896cebc1fb.svn-base 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  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. <LinearLayout
  19. android:id="@+id/tobigll"
  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="5dp"
  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="6dp"
  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_vnsex"
  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. android:visibility="gone">
  148. <TextView
  149. android:layout_width="wrap_content"
  150. android:layout_height="wrap_content"
  151. android:text="生产企业........."
  152. android:textSize="8sp" />
  153. <TextView
  154. android:id="@+id/vndetail_tv_factoryName"
  155. android:layout_width="wrap_content"
  156. android:layout_height="wrap_content"
  157. android:textSize="8dp" />
  158. </LinearLayout>
  159. <LinearLayout
  160. android:layout_width="match_parent"
  161. android:layout_height="wrap_content"
  162. android:layout_marginTop="2dp"
  163. android:orientation="horizontal"
  164. android:visibility="gone">
  165. <TextView
  166. android:layout_width="wrap_content"
  167. android:layout_height="wrap_content"
  168. android:text="GMP证书........"
  169. android:textSize="8sp" />
  170. <TextView
  171. android:id="@+id/vndetail_tv_gmpName"
  172. android:layout_width="wrap_content"
  173. android:layout_height="wrap_content"
  174. android:textSize="8sp" />
  175. </LinearLayout>
  176. <LinearLayout
  177. android:layout_width="match_parent"
  178. android:layout_height="wrap_content"
  179. android:layout_marginTop="2dp"
  180. android:orientation="horizontal"
  181. android:visibility="gone">
  182. <TextView
  183. android:layout_width="wrap_content"
  184. android:layout_height="wrap_content"
  185. android:text="批签发证书....."
  186. android:textSize="8sp" />
  187. <TextView
  188. android:id="@+id/vndetail_tv_gmpPath"
  189. android:layout_width="wrap_content"
  190. android:layout_height="wrap_content"
  191. android:autoLink="all"
  192. android:text="点击查看"
  193. android:textColor="@color/blue"
  194. android:textSize="8sp" />
  195. </LinearLayout>
  196. <LinearLayout
  197. android:layout_width="match_parent"
  198. android:layout_height="wrap_content"
  199. android:layout_marginTop="2dp"
  200. android:orientation="horizontal">
  201. <TextView
  202. android:layout_width="wrap_content"
  203. android:layout_height="wrap_content"
  204. android:text="出生日期........."
  205. android:textSize="8sp" />
  206. <TextView
  207. android:id="@+id/vndetail_tv_vnbirthday"
  208. android:layout_width="wrap_content"
  209. android:layout_height="wrap_content"
  210. android:textSize="8dp" />
  211. </LinearLayout>
  212. <LinearLayout
  213. android:layout_width="match_parent"
  214. android:layout_height="wrap_content"
  215. android:layout_marginTop="2dp"
  216. android:orientation="horizontal">
  217. <TextView
  218. android:layout_width="wrap_content"
  219. android:layout_height="wrap_content"
  220. android:text="二维码编号........."
  221. android:textSize="8sp" />
  222. <TextView
  223. android:id="@+id/vndetail_tv_vncodeid"
  224. android:layout_width="wrap_content"
  225. android:layout_height="wrap_content"
  226. android:textSize="8dp" />
  227. </LinearLayout>
  228. <LinearLayout
  229. android:layout_width="match_parent"
  230. android:layout_height="wrap_content"
  231. android:layout_marginTop="2dp"
  232. android:orientation="horizontal">
  233. <TextView
  234. android:layout_width="wrap_content"
  235. android:layout_height="wrap_content"
  236. android:text="受种者监护人......"
  237. android:textSize="8sp" />
  238. <TextView
  239. android:id="@+id/vndetail_tv_vnjianhuren"
  240. android:layout_width="wrap_content"
  241. android:layout_height="wrap_content"
  242. android:textSize="8dp" />
  243. </LinearLayout>
  244. <LinearLayout
  245. android:layout_width="match_parent"
  246. android:layout_height="wrap_content"
  247. android:layout_marginTop="2dp"
  248. android:orientation="horizontal">
  249. <TextView
  250. android:layout_width="wrap_content"
  251. android:layout_height="wrap_content"
  252. android:text="联系方式........."
  253. android:textSize="8sp" />
  254. <TextView
  255. android:id="@+id/vndetail_tv_vnphone"
  256. android:layout_width="wrap_content"
  257. android:layout_height="wrap_content"
  258. android:textSize="8dp" />
  259. </LinearLayout>
  260. </LinearLayout>
  261. <LinearLayout
  262. android:layout_width="0dp"
  263. android:layout_height="wrap_content"
  264. android:layout_weight="5"
  265. android:orientation="vertical">
  266. <TextView
  267. android:layout_width="wrap_content"
  268. android:layout_height="wrap_content"
  269. android:layout_marginTop="6dp"
  270. android:text="接种人员"
  271. android:textSize="8sp"
  272. android:textStyle="bold" />
  273. <LinearLayout
  274. android:layout_width="match_parent"
  275. android:layout_height="wrap_content"
  276. android:layout_marginTop="4dp"
  277. android:orientation="horizontal">
  278. <TextView
  279. android:layout_width="wrap_content"
  280. android:layout_height="wrap_content"
  281. android:text="接种单位........"
  282. android:textSize="8sp" />
  283. <TextView
  284. android:id="@+id/vndetail_tv_hospitalName"
  285. android:layout_width="wrap_content"
  286. android:layout_height="wrap_content"
  287. android:textSize="8sp" />
  288. </LinearLayout>
  289. <LinearLayout
  290. android:layout_width="match_parent"
  291. android:layout_height="wrap_content"
  292. android:layout_marginTop="4dp"
  293. android:orientation="horizontal">
  294. <TextView
  295. android:layout_width="wrap_content"
  296. android:layout_height="wrap_content"
  297. android:text="医生姓名........"
  298. android:textSize="8sp" />
  299. <TextView
  300. android:id="@+id/vndetail_tv_doctorName"
  301. android:layout_width="wrap_content"
  302. android:layout_height="wrap_content"
  303. android:textSize="8sp" />
  304. </LinearLayout>
  305. <LinearLayout
  306. android:layout_width="match_parent"
  307. android:layout_height="wrap_content"
  308. android:layout_marginTop="4dp"
  309. android:orientation="horizontal">
  310. <TextView
  311. android:layout_width="wrap_content"
  312. android:layout_height="wrap_content"
  313. android:text="联系方式............"
  314. android:textSize="8sp" />
  315. <TextView
  316. android:id="@+id/vndetail_tv_doctorTelephone"
  317. android:layout_width="wrap_content"
  318. android:layout_height="wrap_content"
  319. android:textSize="8sp" />
  320. </LinearLayout>
  321. </LinearLayout>
  322. </LinearLayout>
  323. <TextView
  324. android:text="冷链温度追溯"
  325. android:textSize="12sp"
  326. android:textColor="#a8996e"
  327. android:layout_gravity="center"
  328. android:layout_width="wrap_content"
  329. android:layout_height="wrap_content" />
  330. <ImageView
  331. android:id="@+id/vndetail_tv_chatImage"
  332. android:layout_width="match_parent"
  333. android:layout_height="wrap_content"
  334. android:layout_marginTop="6dp" />
  335. <LinearLayout
  336. android:layout_width="match_parent"
  337. android:layout_height="wrap_content"
  338. android:orientation="horizontal"
  339. android:weightSum="5">
  340. <TextView
  341. android:id="@+id/vn_type"
  342. android:layout_width="0dp"
  343. android:layout_height="wrap_content"
  344. android:layout_weight="1.9"
  345. android:textSize="7sp"
  346. android:textStyle="bold" />
  347. <TextView
  348. android:id="@+id/vn_tips"
  349. android:layout_width="0dp"
  350. android:layout_height="wrap_content"
  351. android:layout_weight="3.1"
  352. android:textSize="7sp" />
  353. </LinearLayout>
  354. <LinearLayout
  355. android:layout_width="match_parent"
  356. android:layout_height="wrap_content"
  357. android:layout_marginTop="6dp"
  358. android:orientation="horizontal">
  359. <LinearLayout
  360. android:layout_width="0dp"
  361. android:layout_height="wrap_content"
  362. android:layout_weight="6"
  363. android:orientation="vertical">
  364. <LinearLayout
  365. android:layout_width="match_parent"
  366. android:layout_height="wrap_content"
  367. android:orientation="horizontal">
  368. <TextView
  369. android:id="@+id/vndetail_tv_othervn1"
  370. android:layout_width="wrap_content"
  371. android:layout_height="wrap_content"
  372. android:text="点击查询......"
  373. android:textSize="8sp" />
  374. <TextView
  375. android:layout_width="wrap_content"
  376. android:layout_height="wrap_content"
  377. android:text="同批次其他疫苗冷链"
  378. android:textSize="8sp" />
  379. </LinearLayout>
  380. <LinearLayout
  381. android:layout_width="match_parent"
  382. android:layout_height="wrap_content"
  383. android:layout_marginTop="4dp"
  384. android:orientation="horizontal">
  385. <TextView
  386. android:id="@+id/vndetail_tv_othervn2"
  387. android:layout_width="wrap_content"
  388. android:layout_height="wrap_content"
  389. android:text="点击查询......"
  390. android:textSize="8sp" />
  391. <TextView
  392. android:layout_width="wrap_content"
  393. android:layout_height="wrap_content"
  394. android:text="同批次其他疫苗流向"
  395. android:textSize="8sp" />
  396. </LinearLayout>
  397. <LinearLayout
  398. android:layout_width="match_parent"
  399. android:layout_height="wrap_content"
  400. android:layout_marginTop="4dp"
  401. android:orientation="horizontal">
  402. <TextView
  403. android:id="@+id/vndetail_tv_othervn3"
  404. android:layout_width="wrap_content"
  405. android:layout_height="wrap_content"
  406. android:text="点击查询......"
  407. android:textSize="8sp" />
  408. <TextView
  409. android:layout_width="wrap_content"
  410. android:layout_height="wrap_content"
  411. android:text="同企业其他疫苗"
  412. android:textSize="8sp" />
  413. </LinearLayout>
  414. </LinearLayout>
  415. <RelativeLayout
  416. android:layout_width="0dp"
  417. android:layout_height="wrap_content"
  418. android:layout_weight="10"
  419. android:orientation="horizontal">
  420. <TextView
  421. android:id="@+id/vndetail_tv_tips"
  422. android:layout_width="wrap_content"
  423. android:layout_height="wrap_content"
  424. android:layout_toLeftOf="@+id/vndetail_iv_tipsimg"
  425. android:text="@string/vndeatil_tips"
  426. android:textColor="@color/gray"
  427. android:textSize="7sp" />
  428. <ImageView
  429. android:id="@+id/vndetail_iv_tipsimg"
  430. android:layout_width="50dp"
  431. android:layout_height="50dp"
  432. android:layout_alignParentRight="true"
  433. android:layout_margin="4dp"
  434. android:src="@mipmap/qr" />
  435. </RelativeLayout>
  436. </LinearLayout>
  437. <LinearLayout
  438. android:layout_width="match_parent"
  439. android:layout_height="wrap_content"
  440. android:layout_marginTop="10dp"
  441. android:orientation="horizontal">
  442. <RelativeLayout
  443. android:layout_width="0dp"
  444. android:layout_height="match_parent"
  445. android:layout_marginRight="-2dp"
  446. android:layout_weight="1"
  447. android:background="@drawable/border_report"
  448. android:orientation="vertical"
  449. android:padding="10dp">
  450. <ImageView
  451. android:layout_width="20dp"
  452. android:layout_height="wrap_content"
  453. android:layout_centerInParent="true"
  454. android:src="@mipmap/dun" />
  455. </RelativeLayout>
  456. <LinearLayout
  457. android:layout_width="0dp"
  458. android:layout_height="wrap_content"
  459. android:layout_weight="6"
  460. android:background="@drawable/border_report"
  461. android:orientation="vertical"
  462. android:padding="5dp">
  463. <TextView
  464. android:layout_width="wrap_content"
  465. android:layout_height="wrap_content"
  466. android:text="免责声明:"
  467. android:textColor="#97885c"
  468. android:textSize="8sp"
  469. android:textStyle="bold" />
  470. <ScrollView
  471. android:layout_width="wrap_content"
  472. android:layout_height="wrap_content">
  473. <TextView
  474. android:id="@+id/vndetail_tv_disclaimer"
  475. android:layout_width="wrap_content"
  476. android:layout_height="wrap_content"
  477. android:text="@string/vndeatil_disclaimer"
  478. android:textColor="#97885c"
  479. android:textSize="8sp" />
  480. </ScrollView>
  481. </LinearLayout>
  482. </LinearLayout>
  483. </LinearLayout>
  484. </eVVM.apk.widget.ZoomView>
  485. <ImageButton
  486. android:id="@+id/vndetail_bt_magnifier"
  487. android:layout_width="30dp"
  488. android:layout_height="30dp"
  489. android:layout_alignParentRight="true"
  490. android:layout_alignParentBottom="true"
  491. android:layout_marginRight="10dp"
  492. android:layout_marginBottom="5dp"
  493. android:background="@color/transparent"
  494. android:src="@mipmap/magnifier" />
  495. </RelativeLayout>