activity_enter_list_info.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/layout_content"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="@color/white"
  7. android:fitsSystemWindows="true"
  8. android:orientation="vertical" >
  9. <include
  10. android:id="@+id/ll_title"
  11. layout="@layout/fragment_title" />
  12. <RelativeLayout
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent" >
  15. <ScrollView
  16. android:layout_width="match_parent"
  17. android:layout_height="match_parent"
  18. android:layout_above="@+id/ll_bottom" >
  19. <LinearLayout
  20. android:layout_width="match_parent"
  21. android:layout_height="match_parent"
  22. android:orientation="vertical" >
  23. <RelativeLayout
  24. android:layout_width="match_parent"
  25. android:layout_height="40dp" >
  26. <TextView
  27. android:layout_width="wrap_content"
  28. android:layout_height="wrap_content"
  29. android:layout_centerVertical="true"
  30. android:layout_marginLeft="10dp"
  31. android:text="入库单号"
  32. android:textColor="@color/RED" />
  33. <TextView
  34. android:id="@+id/tv_code"
  35. android:layout_width="wrap_content"
  36. android:layout_height="wrap_content"
  37. android:layout_alignParentRight="true"
  38. android:layout_centerVertical="true"
  39. android:layout_marginRight="10dp"
  40. android:text="0010101010010101"
  41. android:textColor="@color/black" />
  42. <View
  43. style="@style/thin_fill_line"
  44. android:layout_alignParentBottom="true" />
  45. </RelativeLayout>
  46. <RelativeLayout
  47. android:layout_width="match_parent"
  48. android:layout_height="wrap_content"
  49. android:layout_marginTop="15dp" >
  50. <TextView
  51. android:layout_width="wrap_content"
  52. android:layout_height="wrap_content"
  53. android:layout_marginLeft="10dp"
  54. android:text="入库类型:"
  55. android:textColor="@color/black" />
  56. <TextView
  57. android:id="@+id/tv_out_type"
  58. android:layout_width="wrap_content"
  59. android:layout_height="wrap_content"
  60. android:layout_marginLeft="90dp"
  61. android:text=""
  62. android:textColor="@color/black" />
  63. </RelativeLayout>
  64. <RelativeLayout
  65. android:layout_width="match_parent"
  66. android:layout_height="wrap_content"
  67. android:layout_marginTop="15dp" >
  68. <TextView
  69. android:layout_width="wrap_content"
  70. android:layout_height="wrap_content"
  71. android:layout_marginLeft="10dp"
  72. android:text="单据状态:"
  73. android:textColor="@color/black" />
  74. <TextView
  75. android:id="@+id/tv_document_status"
  76. android:layout_width="wrap_content"
  77. android:layout_height="wrap_content"
  78. android:layout_marginLeft="90dp"
  79. android:text=""
  80. android:textColor="@color/black" />
  81. </RelativeLayout>
  82. <RelativeLayout
  83. android:layout_width="match_parent"
  84. android:layout_height="wrap_content"
  85. android:layout_marginTop="15dp" >
  86. <TextView
  87. android:layout_width="wrap_content"
  88. android:layout_height="wrap_content"
  89. android:layout_marginLeft="10dp"
  90. android:text="账务日期:"
  91. android:textColor="@color/black" />
  92. <TextView
  93. android:id="@+id/tv_time"
  94. android:layout_width="wrap_content"
  95. android:layout_height="wrap_content"
  96. android:layout_marginLeft="90dp"
  97. android:text=""
  98. android:textColor="@color/black" />
  99. </RelativeLayout>
  100. <RelativeLayout
  101. android:layout_width="match_parent"
  102. android:layout_height="wrap_content"
  103. android:layout_marginTop="15dp" >
  104. <TextView
  105. android:layout_width="wrap_content"
  106. android:layout_height="wrap_content"
  107. android:layout_marginLeft="10dp"
  108. android:text="业务部门:"
  109. android:textColor="@color/black" />
  110. <TextView
  111. android:id="@+id/tv_business_department"
  112. android:layout_width="wrap_content"
  113. android:layout_height="wrap_content"
  114. android:layout_marginLeft="90dp"
  115. android:text=""
  116. android:textColor="@color/black" />
  117. </RelativeLayout>
  118. <RelativeLayout
  119. android:layout_width="match_parent"
  120. android:layout_height="wrap_content"
  121. android:layout_marginTop="15dp" >
  122. <TextView
  123. android:layout_width="wrap_content"
  124. android:layout_height="wrap_content"
  125. android:layout_marginLeft="10dp"
  126. android:text="业 务 员:"
  127. android:textColor="@color/black" />
  128. <TextView
  129. android:id="@+id/tv_salesman"
  130. android:layout_width="wrap_content"
  131. android:layout_height="wrap_content"
  132. android:layout_marginLeft="90dp"
  133. android:text=""
  134. android:textColor="@color/black" />
  135. </RelativeLayout>
  136. <RelativeLayout
  137. android:layout_width="match_parent"
  138. android:layout_height="wrap_content"
  139. android:layout_marginTop="15dp" >
  140. <TextView
  141. android:layout_width="wrap_content"
  142. android:layout_height="wrap_content"
  143. android:layout_marginLeft="10dp"
  144. android:text="运输司机:"
  145. android:textColor="@color/black" />
  146. <TextView
  147. android:id="@+id/tv_driver"
  148. android:layout_width="wrap_content"
  149. android:layout_height="wrap_content"
  150. android:layout_marginLeft="90dp"
  151. android:text=""
  152. android:textColor="@color/black" />
  153. </RelativeLayout>
  154. <RelativeLayout
  155. android:layout_width="match_parent"
  156. android:layout_height="wrap_content"
  157. android:layout_marginTop="15dp" >
  158. <TextView
  159. android:layout_width="wrap_content"
  160. android:layout_height="wrap_content"
  161. android:layout_marginLeft="10dp"
  162. android:text="装卸工人:"
  163. android:textColor="@color/black" />
  164. <TextView
  165. android:id="@+id/tv_docker"
  166. android:layout_width="wrap_content"
  167. android:layout_height="wrap_content"
  168. android:layout_marginLeft="90dp"
  169. android:text=""
  170. android:textColor="@color/black" />
  171. </RelativeLayout>
  172. <RelativeLayout
  173. android:layout_width="match_parent"
  174. android:layout_height="wrap_content"
  175. android:layout_marginTop="15dp" >
  176. <TextView
  177. android:layout_width="wrap_content"
  178. android:layout_height="wrap_content"
  179. android:layout_marginLeft="10dp"
  180. android:text="供应商:"
  181. android:textColor="@color/black" />
  182. <TextView
  183. android:id="@+id/tv_SupplierName"
  184. android:layout_width="wrap_content"
  185. android:layout_height="wrap_content"
  186. android:layout_marginLeft="90dp"
  187. android:text=""
  188. android:textColor="@color/black" />
  189. </RelativeLayout>
  190. <RelativeLayout
  191. android:layout_width="match_parent"
  192. android:layout_height="wrap_content"
  193. android:layout_marginTop="15dp" >
  194. <TextView
  195. android:layout_width="wrap_content"
  196. android:layout_height="wrap_content"
  197. android:layout_marginLeft="10dp"
  198. android:text="冲正单号:"
  199. android:textColor="@color/black" />
  200. <TextView
  201. android:id="@+id/tv_correct_code"
  202. android:layout_width="wrap_content"
  203. android:layout_height="wrap_content"
  204. android:layout_marginLeft="90dp"
  205. android:text=""
  206. android:textColor="@color/black" />
  207. </RelativeLayout>
  208. <RelativeLayout
  209. android:layout_width="match_parent"
  210. android:layout_height="wrap_content"
  211. android:layout_marginTop="15dp" >
  212. <TextView
  213. android:layout_width="wrap_content"
  214. android:layout_height="wrap_content"
  215. android:layout_marginLeft="10dp"
  216. android:text="创 建 者:"
  217. android:textColor="@color/black" />
  218. <TextView
  219. android:id="@+id/tv_create"
  220. android:layout_width="wrap_content"
  221. android:layout_height="wrap_content"
  222. android:layout_marginLeft="90dp"
  223. android:text=""
  224. android:textColor="@color/black" />
  225. </RelativeLayout>
  226. <RelativeLayout
  227. android:layout_width="match_parent"
  228. android:layout_height="wrap_content"
  229. android:layout_marginTop="15dp" >
  230. <TextView
  231. android:layout_width="wrap_content"
  232. android:layout_height="wrap_content"
  233. android:layout_marginLeft="10dp"
  234. android:text="备 注:"
  235. android:textColor="@color/black" />
  236. <TextView
  237. android:id="@+id/tv_remarks"
  238. android:layout_width="wrap_content"
  239. android:layout_height="wrap_content"
  240. android:layout_marginLeft="90dp"
  241. android:text=""
  242. android:textColor="@color/black" />
  243. </RelativeLayout>
  244. </LinearLayout>
  245. </ScrollView>
  246. </RelativeLayout>
  247. </LinearLayout>