1fbb570864130b5a31376461cf6dcab3919f17a1.svn-base 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708
  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:lineColor="@color/black"
  13. app:title="@string/report_zhuishu" />
  14. <eVVM.apk.widget.ZoomView
  15. android:id="@+id/zv_report"
  16. android:layout_width="match_parent"
  17. android:layout_height="match_parent"
  18. android:layout_below="@+id/tb_vndetail_title">
  19. <LinearLayout
  20. android:id="@+id/tobigll"
  21. android:layout_width="match_parent"
  22. android:layout_height="wrap_content"
  23. android:orientation="vertical"
  24. android:paddingLeft="10dp"
  25. android:paddingRight="10dp"
  26. android:paddingBottom="40dp">
  27. <RelativeLayout
  28. android:layout_width="match_parent"
  29. android:layout_height="wrap_content"
  30. android:layout_marginLeft="10dp"
  31. android:layout_marginTop="2dp"
  32. android:layout_marginRight="10dp">
  33. <ImageView
  34. android:id="@+id/iv_report_top"
  35. android:layout_width="wrap_content"
  36. android:layout_height="wrap_content"
  37. android:src="@mipmap/iv_report_top" />
  38. <TextView
  39. android:id="@+id/vndetail_tv_tt"
  40. android:layout_width="match_parent"
  41. android:layout_height="wrap_content"
  42. android:layout_alignParentRight="true"
  43. android:layout_marginLeft="25dp"
  44. android:layout_marginBottom="2dp"
  45. android:layout_toRightOf="@id/iv_report_top"
  46. android:gravity="center"
  47. android:text="产品追溯报告"
  48. android:textSize="10sp"
  49. android:visibility="gone" />
  50. <TextView
  51. android:id="@+id/vndetail_tv_line"
  52. android:layout_width="match_parent"
  53. android:layout_height="10dp"
  54. android:layout_below="@id/vndetail_tv_tt"
  55. android:layout_alignParentRight="true"
  56. android:layout_marginLeft="25dp"
  57. android:layout_marginRight="10dp"
  58. android:layout_toRightOf="@id/iv_report_top"
  59. android:background="#a8996e"
  60. android:text="" />
  61. <TextView
  62. android:id="@+id/vndetail_tv_title"
  63. android:layout_width="wrap_content"
  64. android:layout_height="wrap_content"
  65. android:layout_below="@id/vndetail_tv_tt"
  66. android:layout_alignLeft="@+id/vndetail_tv_line"
  67. android:layout_alignParentRight="true"
  68. android:layout_marginRight="10dp"
  69. android:background="#a8996e"
  70. android:text=" CARGO TRACK REPORT"
  71. android:textColor="#ffffff"
  72. android:textSize="11sp"
  73. android:textStyle="bold" />
  74. <TextView
  75. android:id="@+id/vndetail_tv_vncode"
  76. android:layout_width="wrap_content"
  77. android:layout_height="wrap_content"
  78. android:layout_below="@+id/vndetail_tv_title"
  79. android:layout_alignLeft="@+id/vndetail_tv_title"
  80. android:layout_marginTop="5dp"
  81. android:layout_marginRight="10dp"
  82. android:text=""
  83. android:textColor="@color/gray"
  84. android:textSize="8sp" />
  85. <TextView
  86. android:id="@+id/vndetail_tv_vndate"
  87. android:layout_width="wrap_content"
  88. android:layout_height="wrap_content"
  89. android:layout_below="@+id/vndetail_tv_vncode"
  90. android:layout_alignLeft="@+id/vndetail_tv_title"
  91. android:layout_marginTop="2dp"
  92. android:text=""
  93. android:textColor="@color/gray"
  94. android:textSize="8sp" />
  95. </RelativeLayout>
  96. <LinearLayout
  97. android:layout_width="match_parent"
  98. android:layout_height="wrap_content"
  99. android:orientation="horizontal">
  100. <LinearLayout
  101. android:layout_width="0dp"
  102. android:layout_height="wrap_content"
  103. android:layout_weight="6"
  104. android:orientation="vertical">
  105. <TextView
  106. android:id="@+id/vntype"
  107. android:layout_width="wrap_content"
  108. android:layout_height="wrap_content"
  109. android:layout_marginTop="3dp"
  110. android:text="受种人员"
  111. android:textSize="8sp"
  112. android:textStyle="bold" />
  113. <LinearLayout
  114. android:id="@+id/ll_shouzhongrenyuan"
  115. android:layout_width="wrap_content"
  116. android:layout_height="wrap_content"
  117. android:orientation="vertical">
  118. <LinearLayout
  119. android:layout_width="match_parent"
  120. android:layout_height="wrap_content"
  121. android:layout_marginTop="4dp"
  122. android:orientation="horizontal">
  123. <TextView
  124. android:layout_width="wrap_content"
  125. android:layout_height="wrap_content"
  126. android:text="受种者姓名........."
  127. android:textSize="8sp" />
  128. <TextView
  129. android:id="@+id/vndetail_tv_vnname"
  130. android:layout_width="wrap_content"
  131. android:layout_height="wrap_content"
  132. android:textSize="8dp" />
  133. </LinearLayout>
  134. <LinearLayout
  135. android:layout_width="match_parent"
  136. android:layout_height="wrap_content"
  137. android:layout_marginTop="2dp"
  138. android:orientation="horizontal">
  139. <TextView
  140. android:layout_width="wrap_content"
  141. android:layout_height="wrap_content"
  142. android:text="性别..............."
  143. android:textSize="8sp" />
  144. <TextView
  145. android:id="@+id/vndetail_tv_vnsex"
  146. android:layout_width="wrap_content"
  147. android:layout_height="wrap_content"
  148. android:textSize="8dp" />
  149. </LinearLayout>
  150. <LinearLayout
  151. android:layout_width="match_parent"
  152. android:layout_height="wrap_content"
  153. android:layout_marginTop="2dp"
  154. android:orientation="horizontal">
  155. <TextView
  156. android:layout_width="wrap_content"
  157. android:layout_height="wrap_content"
  158. android:text="出生日期........."
  159. android:textSize="8sp" />
  160. <TextView
  161. android:id="@+id/vndetail_tv_vnbirthday"
  162. android:layout_width="wrap_content"
  163. android:layout_height="wrap_content"
  164. android:textSize="8dp" />
  165. </LinearLayout>
  166. <LinearLayout
  167. android:layout_width="match_parent"
  168. android:layout_height="wrap_content"
  169. android:layout_marginTop="2dp"
  170. android:orientation="horizontal">
  171. <TextView
  172. android:layout_width="wrap_content"
  173. android:layout_height="wrap_content"
  174. android:text="二维码编号........."
  175. android:textSize="8sp" />
  176. <TextView
  177. android:id="@+id/vndetail_tv_vncodeid"
  178. android:layout_width="wrap_content"
  179. android:layout_height="wrap_content"
  180. android:textSize="8dp" />
  181. </LinearLayout>
  182. <LinearLayout
  183. android:layout_width="match_parent"
  184. android:layout_height="wrap_content"
  185. android:layout_marginTop="2dp"
  186. android:orientation="horizontal">
  187. <TextView
  188. android:layout_width="wrap_content"
  189. android:layout_height="wrap_content"
  190. android:text="受种者监护人......"
  191. android:textSize="8sp" />
  192. <TextView
  193. android:id="@+id/vndetail_tv_vnjianhuren"
  194. android:layout_width="wrap_content"
  195. android:layout_height="wrap_content"
  196. android:textSize="8dp" />
  197. </LinearLayout>
  198. <LinearLayout
  199. android:layout_width="match_parent"
  200. android:layout_height="wrap_content"
  201. android:layout_marginTop="2dp"
  202. android:orientation="horizontal">
  203. <TextView
  204. android:layout_width="wrap_content"
  205. android:layout_height="wrap_content"
  206. android:text="联系方式........."
  207. android:textSize="8sp" />
  208. <TextView
  209. android:id="@+id/vndetail_tv_vnphone"
  210. android:layout_width="wrap_content"
  211. android:layout_height="wrap_content"
  212. android:textSize="8dp" />
  213. </LinearLayout>
  214. </LinearLayout>
  215. <LinearLayout
  216. android:id="@+id/ll_yumiaoxiangqing"
  217. android:layout_width="wrap_content"
  218. android:layout_height="wrap_content"
  219. android:orientation="vertical"
  220. android:visibility="gone">
  221. <LinearLayout
  222. android:layout_width="match_parent"
  223. android:layout_height="wrap_content"
  224. android:layout_marginTop="3dp"
  225. android:orientation="horizontal">
  226. <TextView
  227. android:layout_width="wrap_content"
  228. android:layout_height="wrap_content"
  229. android:text="疫苗名称........."
  230. android:textSize="8sp" />
  231. <TextView
  232. android:id="@+id/vndetail_tv_ymname"
  233. android:layout_width="wrap_content"
  234. android:layout_height="wrap_content"
  235. android:textSize="8dp" />
  236. </LinearLayout>
  237. <LinearLayout
  238. android:layout_width="match_parent"
  239. android:layout_height="wrap_content"
  240. android:layout_marginTop="2dp"
  241. android:orientation="horizontal">
  242. <TextView
  243. android:layout_width="wrap_content"
  244. android:layout_height="wrap_content"
  245. android:text="疫苗规格........."
  246. android:textSize="8sp" />
  247. <TextView
  248. android:id="@+id/vndetail_tv_vnsc"
  249. android:layout_width="wrap_content"
  250. android:layout_height="wrap_content"
  251. android:textSize="8dp" />
  252. </LinearLayout>
  253. <LinearLayout
  254. android:layout_width="match_parent"
  255. android:layout_height="wrap_content"
  256. android:layout_marginTop="2dp"
  257. android:orientation="horizontal">
  258. <TextView
  259. android:layout_width="wrap_content"
  260. android:layout_height="wrap_content"
  261. android:text="生产企业........."
  262. android:textSize="8sp" />
  263. <TextView
  264. android:id="@+id/vndetail_tv_factoryName"
  265. android:layout_width="wrap_content"
  266. android:layout_height="wrap_content"
  267. android:textSize="8dp" />
  268. </LinearLayout>
  269. <LinearLayout
  270. android:layout_width="match_parent"
  271. android:layout_height="wrap_content"
  272. android:layout_marginTop="2dp"
  273. android:orientation="horizontal">
  274. <TextView
  275. android:layout_width="wrap_content"
  276. android:layout_height="wrap_content"
  277. android:text="GMP 编号........"
  278. android:textSize="8sp" />
  279. <TextView
  280. android:id="@+id/vndetail_tv_gmpName"
  281. android:layout_width="wrap_content"
  282. android:layout_height="wrap_content"
  283. android:textSize="8sp" />
  284. </LinearLayout>
  285. <LinearLayout
  286. android:layout_width="match_parent"
  287. android:layout_height="wrap_content"
  288. android:layout_marginTop="2dp"
  289. android:orientation="horizontal">
  290. <TextView
  291. android:layout_width="wrap_content"
  292. android:layout_height="wrap_content"
  293. android:text="批签发证书....."
  294. android:textSize="8sp" />
  295. <TextView
  296. android:id="@+id/vndetail_tv_gmpPath"
  297. android:layout_width="wrap_content"
  298. android:layout_height="wrap_content"
  299. android:autoLink="all"
  300. android:text="点击查看"
  301. android:textColor="@color/blue"
  302. android:textSize="8sp" />
  303. </LinearLayout>
  304. <LinearLayout
  305. android:layout_width="match_parent"
  306. android:layout_height="wrap_content"
  307. android:layout_marginTop="2dp"
  308. android:orientation="horizontal">
  309. <TextView
  310. android:layout_width="wrap_content"
  311. android:layout_height="wrap_content"
  312. android:text="生产日期........."
  313. android:textSize="8sp" />
  314. <TextView
  315. android:id="@+id/vndetail_tv_vncreatdate"
  316. android:layout_width="wrap_content"
  317. android:layout_height="wrap_content"
  318. android:textSize="8dp" />
  319. </LinearLayout>
  320. <LinearLayout
  321. android:layout_width="match_parent"
  322. android:layout_height="wrap_content"
  323. android:layout_marginTop="2dp"
  324. android:orientation="horizontal">
  325. <TextView
  326. android:layout_width="wrap_content"
  327. android:layout_height="wrap_content"
  328. android:text="有效期 .............."
  329. android:textSize="8sp" />
  330. <TextView
  331. android:id="@+id/vndetail_tv_vnvalid"
  332. android:layout_width="wrap_content"
  333. android:layout_height="wrap_content"
  334. android:textSize="8dp" />
  335. </LinearLayout>
  336. </LinearLayout>
  337. </LinearLayout>
  338. <LinearLayout
  339. android:layout_width="0dp"
  340. android:layout_height="wrap_content"
  341. android:layout_weight="5"
  342. android:orientation="vertical">
  343. <TextView
  344. android:layout_width="wrap_content"
  345. android:layout_height="wrap_content"
  346. android:layout_marginTop="3dp"
  347. android:text="接种人员"
  348. android:textSize="8sp"
  349. android:textStyle="bold" />
  350. <LinearLayout
  351. android:layout_width="match_parent"
  352. android:layout_height="wrap_content"
  353. android:layout_marginTop="4dp"
  354. android:orientation="horizontal">
  355. <TextView
  356. android:layout_width="wrap_content"
  357. android:layout_height="wrap_content"
  358. android:text="接种单位........"
  359. android:textSize="8sp" />
  360. <TextView
  361. android:id="@+id/vndetail_tv_hospitalName"
  362. android:layout_width="wrap_content"
  363. android:layout_height="wrap_content"
  364. android:textSize="8sp" />
  365. </LinearLayout>
  366. <LinearLayout
  367. android:layout_width="match_parent"
  368. android:layout_height="wrap_content"
  369. android:layout_marginTop="4dp"
  370. android:orientation="horizontal">
  371. <TextView
  372. android:layout_width="wrap_content"
  373. android:layout_height="wrap_content"
  374. android:text="医生姓名........"
  375. android:textSize="8sp" />
  376. <TextView
  377. android:id="@+id/vndetail_tv_doctorName"
  378. android:layout_width="wrap_content"
  379. android:layout_height="wrap_content"
  380. android:textSize="8sp" />
  381. </LinearLayout>
  382. <LinearLayout
  383. android:layout_width="match_parent"
  384. android:layout_height="wrap_content"
  385. android:layout_marginTop="4dp"
  386. android:orientation="horizontal">
  387. <TextView
  388. android:layout_width="wrap_content"
  389. android:layout_height="wrap_content"
  390. android:text="联系方式............"
  391. android:textSize="8sp" />
  392. <TextView
  393. android:id="@+id/vndetail_tv_doctorTelephone"
  394. android:layout_width="wrap_content"
  395. android:layout_height="wrap_content"
  396. android:textSize="8sp" />
  397. </LinearLayout>
  398. </LinearLayout>
  399. </LinearLayout>
  400. <TextView
  401. android:layout_width="wrap_content"
  402. android:layout_height="wrap_content"
  403. android:layout_marginTop="2dp"
  404. android:text="追溯结果:"
  405. android:textSize="8sp"
  406. android:textStyle="bold" />
  407. <TextView
  408. android:layout_width="wrap_content"
  409. android:layout_height="wrap_content"
  410. android:layout_gravity="center"
  411. android:layout_marginTop="-5dp"
  412. android:text="冷链温度"
  413. android:textColor="#a8996e"
  414. android:textSize="10sp" />
  415. <ImageView
  416. android:id="@+id/vndetail_tv_chatImage"
  417. android:layout_width="match_parent"
  418. android:layout_height="wrap_content"
  419. android:layout_marginTop="1dp" />
  420. <LinearLayout
  421. android:layout_width="match_parent"
  422. android:layout_height="wrap_content"
  423. android:layout_marginTop="2dp"
  424. android:orientation="horizontal"
  425. android:weightSum="5">
  426. <TextView
  427. android:id="@+id/vn_type"
  428. android:layout_width="0dp"
  429. android:layout_height="wrap_content"
  430. android:layout_weight="1.9"
  431. android:textSize="7sp"
  432. android:textStyle="bold" />
  433. <TextView
  434. android:id="@+id/vn_tips"
  435. android:layout_width="0dp"
  436. android:layout_height="wrap_content"
  437. android:layout_weight="3.1"
  438. android:textSize="7sp" />
  439. </LinearLayout>
  440. <LinearLayout
  441. android:layout_width="match_parent"
  442. android:layout_height="wrap_content"
  443. android:layout_marginTop="3dp"
  444. android:orientation="horizontal">
  445. <LinearLayout
  446. android:layout_width="0dp"
  447. android:layout_height="wrap_content"
  448. android:layout_weight="6"
  449. android:orientation="vertical">
  450. <TextView
  451. android:layout_width="wrap_content"
  452. android:layout_height="wrap_content"
  453. android:text="可追溯:"
  454. android:textSize="7sp" />
  455. <LinearLayout
  456. android:layout_width="match_parent"
  457. android:layout_height="wrap_content"
  458. android:orientation="horizontal">
  459. <TextView
  460. android:id="@+id/vndetail_tv_othervn1"
  461. android:layout_width="wrap_content"
  462. android:layout_height="wrap_content"
  463. android:text="点击查询......"
  464. android:textSize="7sp" />
  465. <TextView
  466. android:layout_width="wrap_content"
  467. android:layout_height="wrap_content"
  468. android:text="同批次其他疫苗冷链"
  469. android:textSize="7sp" />
  470. </LinearLayout>
  471. <LinearLayout
  472. android:layout_width="match_parent"
  473. android:layout_height="wrap_content"
  474. android:layout_marginTop="4dp"
  475. android:orientation="horizontal">
  476. <TextView
  477. android:id="@+id/vndetail_tv_othervn2"
  478. android:layout_width="wrap_content"
  479. android:layout_height="wrap_content"
  480. android:text="点击查询......"
  481. android:textSize="7sp" />
  482. <TextView
  483. android:layout_width="wrap_content"
  484. android:layout_height="wrap_content"
  485. android:text="同批次其他疫苗流向"
  486. android:textSize="7sp" />
  487. </LinearLayout>
  488. <LinearLayout
  489. android:layout_width="match_parent"
  490. android:layout_height="wrap_content"
  491. android:layout_marginTop="4dp"
  492. android:orientation="horizontal">
  493. <TextView
  494. android:id="@+id/vndetail_tv_othervn3"
  495. android:layout_width="wrap_content"
  496. android:layout_height="wrap_content"
  497. android:text="点击查询......"
  498. android:textSize="7sp" />
  499. <TextView
  500. android:layout_width="wrap_content"
  501. android:layout_height="wrap_content"
  502. android:text="同企业其他疫苗"
  503. android:textSize="7sp" />
  504. </LinearLayout>
  505. </LinearLayout>
  506. <RelativeLayout
  507. android:layout_width="0dp"
  508. android:layout_height="wrap_content"
  509. android:layout_weight="10"
  510. android:orientation="horizontal">
  511. <ScrollView
  512. android:layout_width="wrap_content"
  513. android:layout_height="55dp"
  514. android:layout_toLeftOf="@+id/vndetail_iv_tipsimg">
  515. <TextView
  516. android:id="@+id/vndetail_tv_tips"
  517. android:layout_width="wrap_content"
  518. android:layout_height="wrap_content"
  519. android:text="@string/vndeatil_tips"
  520. android:textColor="@color/gray"
  521. android:textSize="4sp" />
  522. </ScrollView>
  523. <ImageView
  524. android:id="@+id/vndetail_iv_tipsimg"
  525. android:layout_width="50dp"
  526. android:layout_height="50dp"
  527. android:layout_alignParentRight="true"
  528. android:layout_marginLeft="4dp"
  529. android:layout_marginTop="2dp"
  530. android:layout_marginRight="4dp"
  531. android:layout_marginBottom="4dp"
  532. android:src="@mipmap/qr" />
  533. </RelativeLayout>
  534. </LinearLayout>
  535. <LinearLayout
  536. android:layout_width="match_parent"
  537. android:layout_height="wrap_content"
  538. android:layout_marginTop="3dp"
  539. android:orientation="horizontal">
  540. <RelativeLayout
  541. android:layout_width="0dp"
  542. android:layout_height="match_parent"
  543. android:layout_marginRight="-2dp"
  544. android:layout_weight="1"
  545. android:background="@drawable/border_report"
  546. android:orientation="vertical"
  547. android:padding="10dp">
  548. <ImageView
  549. android:layout_width="20dp"
  550. android:layout_height="wrap_content"
  551. android:layout_centerInParent="true"
  552. android:src="@mipmap/dun" />
  553. </RelativeLayout>
  554. <LinearLayout
  555. android:layout_width="0dp"
  556. android:layout_height="wrap_content"
  557. android:layout_weight="6"
  558. android:background="@drawable/border_report"
  559. android:orientation="vertical"
  560. android:padding="5dp">
  561. <TextView
  562. android:layout_width="wrap_content"
  563. android:layout_height="wrap_content"
  564. android:text="免责声明:"
  565. android:textColor="#97885c"
  566. android:textSize="8sp"
  567. android:textStyle="bold" />
  568. <ScrollView
  569. android:layout_width="wrap_content"
  570. android:layout_height="wrap_content">
  571. <TextView
  572. android:id="@+id/vndetail_tv_disclaimer"
  573. android:layout_width="wrap_content"
  574. android:layout_height="wrap_content"
  575. android:text="@string/vndeatil_disclaimer"
  576. android:textColor="#97885c"
  577. android:textSize="6sp" />
  578. </ScrollView>
  579. </LinearLayout>
  580. </LinearLayout>
  581. </LinearLayout>
  582. </eVVM.apk.widget.ZoomView>
  583. <ImageButton
  584. android:id="@+id/vndetail_bt_magnifier"
  585. android:layout_width="30dp"
  586. android:layout_height="30dp"
  587. android:layout_alignParentRight="true"
  588. android:layout_alignParentBottom="true"
  589. android:layout_marginRight="10dp"
  590. android:layout_marginBottom="5dp"
  591. android:background="@color/transparent"
  592. android:src="@mipmap/magnifier" />
  593. </RelativeLayout>