barcode_search_head_view.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:orientation="vertical" >
  6. <LinearLayout
  7. android:layout_width="fill_parent"
  8. android:layout_height="wrap_content"
  9. android:orientation="horizontal">
  10. <TextView android:id="@+id/worknoTitle"
  11. android:layout_marginLeft="10dp"
  12. android:layout_marginTop="10dp"
  13. android:layout_width="90dp"
  14. android:textColor="@color/white"
  15. android:textSize="@dimen/textsize_16"
  16. android:layout_height="wrap_content"
  17. android:text="生产工号:"
  18. />
  19. <LinearLayout
  20. android:id="@+id/worknoLay"
  21. android:layout_width="fill_parent"
  22. android:layout_height="wrap_content"
  23. android:orientation="vertical"
  24. android:layout_marginTop="10dp"
  25. >
  26. <EditText
  27. android:id="@+id/worknoTxt"
  28. android:layout_width="fill_parent"
  29. android:layout_height="wrap_content"
  30. android:singleLine="true"
  31. android:textSize="@dimen/textsize_16"
  32. android:textColor="@color/white"
  33. android:layout_marginLeft="3dp"
  34. android:background="@null"
  35. android:text=""
  36. android:layout_marginRight="10dp"
  37. />
  38. <View
  39. android:layout_width="wrap_content"
  40. android:layout_marginLeft="3dp"
  41. android:layout_height="1dp"
  42. android:layout_marginRight="10dp"
  43. android:background="@color/text_gray"
  44. />
  45. </LinearLayout>
  46. </LinearLayout>
  47. <LinearLayout
  48. android:layout_width="fill_parent"
  49. android:layout_height="wrap_content"
  50. android:orientation="horizontal">
  51. <TextView android:id="@+id/groutingnoTitle"
  52. android:layout_marginLeft="10dp"
  53. android:layout_marginTop="10dp"
  54. android:layout_width="90dp"
  55. android:textColor="@color/white"
  56. android:textSize="@dimen/textsize_16"
  57. android:layout_height="wrap_content"
  58. android:text="成型工号:"
  59. />
  60. <LinearLayout
  61. android:id="@+id/groutingnoLay"
  62. android:layout_width="fill_parent"
  63. android:layout_height="wrap_content"
  64. android:orientation="vertical"
  65. android:layout_marginTop="10dp"
  66. >
  67. <EditText
  68. android:id="@+id/groutingnoTxt"
  69. android:layout_width="fill_parent"
  70. android:layout_height="wrap_content"
  71. android:singleLine="true"
  72. android:textSize="@dimen/textsize_16"
  73. android:textColor="@color/white"
  74. android:layout_marginLeft="3dp"
  75. android:background="@null"
  76. android:text=""
  77. android:layout_marginRight="10dp"
  78. />
  79. <View
  80. android:layout_width="wrap_content"
  81. android:layout_marginLeft="3dp"
  82. android:layout_height="1dp"
  83. android:layout_marginRight="10dp"
  84. android:background="@color/text_gray"
  85. />
  86. </LinearLayout>
  87. </LinearLayout>
  88. <LinearLayout
  89. android:layout_width="fill_parent"
  90. android:layout_height="wrap_content"
  91. android:orientation="horizontal">
  92. <TextView android:id="@+id/barcodeTitle"
  93. android:layout_marginLeft="10dp"
  94. android:layout_marginTop="10dp"
  95. android:layout_width="90dp"
  96. android:textColor="@color/white"
  97. android:textSize="@dimen/textsize_16"
  98. android:layout_height="wrap_content"
  99. android:text="产品条码:"
  100. />
  101. <LinearLayout
  102. android:id="@+id/barcodeLay"
  103. android:layout_width="fill_parent"
  104. android:layout_height="wrap_content"
  105. android:orientation="vertical"
  106. android:layout_marginTop="5dp"
  107. >
  108. <EditText
  109. android:id="@+id/barcodeTxt"
  110. android:layout_width="fill_parent"
  111. android:layout_height="wrap_content"
  112. android:singleLine="true"
  113. android:textSize="@dimen/textsize_16"
  114. android:textColor="@color/white"
  115. android:layout_marginLeft="3dp"
  116. android:background="@null"
  117. android:text=""
  118. android:layout_marginRight="10dp"
  119. />
  120. <View
  121. android:layout_width="wrap_content"
  122. android:layout_marginLeft="3dp"
  123. android:layout_height="1dp"
  124. android:layout_marginRight="10dp"
  125. android:background="@color/text_gray"
  126. />
  127. </LinearLayout>
  128. </LinearLayout>
  129. <LinearLayout
  130. android:layout_width="fill_parent"
  131. android:layout_height="wrap_content"
  132. android:orientation="horizontal">
  133. <TextView
  134. android:id="@+id/groutingdateTitle"
  135. android:layout_marginLeft="10dp"
  136. android:layout_marginTop="10dp"
  137. android:layout_width="90dp"
  138. android:textColor="@color/white"
  139. android:textSize="@dimen/textsize_16"
  140. android:layout_height="wrap_content"
  141. android:text="注浆日期:"
  142. />
  143. <LinearLayout
  144. android:id="@+id/groutingdateLay"
  145. android:layout_width="wrap_content"
  146. android:layout_height="wrap_content"
  147. android:orientation="vertical"
  148. android:layout_marginTop="5dp"
  149. >
  150. <LinearLayout
  151. android:layout_width="160dp"
  152. android:layout_height="wrap_content"
  153. android:orientation="horizontal"
  154. android:layout_marginTop="5dp"
  155. >
  156. <EditText
  157. android:id="@+id/groutingdateTxt"
  158. android:layout_width="120dp"
  159. android:layout_marginLeft="5dp"
  160. android:enabled="false"
  161. android:layout_height="wrap_content"
  162. android:singleLine="true"
  163. android:textSize="@dimen/textsize_16"
  164. android:textColor="@color/white"
  165. android:background="@null"
  166. android:text=""
  167. android:layout_marginRight="10dp"
  168. />
  169. <ImageView
  170. android:id="@+id/deleteGroutingDate"
  171. android:layout_width="wrap_content"
  172. android:layout_height="wrap_content"
  173. android:background="@drawable/delete"
  174. />
  175. </LinearLayout>
  176. <View
  177. android:layout_width="160dp"
  178. android:layout_marginLeft="3dp"
  179. android:layout_height="1dp"
  180. android:background="@color/text_gray"
  181. />
  182. </LinearLayout>
  183. <ImageView
  184. android:id="@+id/groutingdateselector"
  185. android:layout_marginTop="10dp"
  186. android:layout_marginLeft="3dp"
  187. android:layout_width="wrap_content"
  188. android:layout_height="wrap_content"
  189. android:background="@drawable/addzerenren"
  190. />
  191. </LinearLayout>
  192. <LinearLayout
  193. android:layout_width="fill_parent"
  194. android:layout_height="wrap_content"
  195. android:orientation="horizontal">
  196. <TextView android:id="@+id/makebilletdateTitle"
  197. android:layout_marginLeft="10dp"
  198. android:layout_marginTop="10dp"
  199. android:layout_width="90dp"
  200. android:textColor="@color/white"
  201. android:textSize="@dimen/textsize_16"
  202. android:layout_height="wrap_content"
  203. android:text="交坯日期:"
  204. />
  205. <LinearLayout
  206. android:id="@+id/makebilletdateLay"
  207. android:layout_width="wrap_content"
  208. android:layout_height="wrap_content"
  209. android:orientation="vertical"
  210. android:layout_marginTop="5dp"
  211. >
  212. <LinearLayout
  213. android:layout_width="160dp"
  214. android:layout_height="wrap_content"
  215. android:orientation="horizontal"
  216. android:layout_marginTop="5dp"
  217. >
  218. <EditText
  219. android:id="@+id/makebilletdateTxt"
  220. android:layout_width="120dp"
  221. android:layout_marginLeft="5dp"
  222. android:enabled="false"
  223. android:layout_height="wrap_content"
  224. android:singleLine="true"
  225. android:layout_marginRight="10dp"
  226. android:textSize="@dimen/textsize_16"
  227. android:textColor="@color/white"
  228. android:background="@null"
  229. android:text=""
  230. />
  231. <ImageView
  232. android:id="@+id/deleteMakeBillet"
  233. android:layout_width="wrap_content"
  234. android:layout_height="wrap_content"
  235. android:background="@drawable/delete"
  236. />
  237. </LinearLayout>
  238. <View
  239. android:layout_width="160dp"
  240. android:layout_marginLeft="3dp"
  241. android:layout_height="1dp"
  242. android:background="@color/text_gray"
  243. />
  244. </LinearLayout>
  245. <ImageView
  246. android:id="@+id/makebilletdateselector"
  247. android:layout_marginTop="10dp"
  248. android:layout_marginLeft="3dp"
  249. android:layout_width="wrap_content"
  250. android:layout_height="wrap_content"
  251. android:background="@drawable/addzerenren"
  252. />
  253. </LinearLayout>
  254. <LinearLayout
  255. android:layout_width="fill_parent"
  256. android:layout_height="wrap_content"
  257. android:orientation="horizontal">
  258. <TextView android:id="@+id/batchNoTitle"
  259. android:layout_marginLeft="10dp"
  260. android:layout_marginTop="10dp"
  261. android:layout_width="90dp"
  262. android:textColor="@color/white"
  263. android:textSize="@dimen/textsize_16"
  264. android:layout_height="wrap_content"
  265. android:text="注浆批次:"
  266. />
  267. <LinearLayout
  268. android:id="@+id/batchNoLay"
  269. android:layout_width="fill_parent"
  270. android:layout_height="wrap_content"
  271. android:orientation="vertical"
  272. android:layout_marginTop="5dp"
  273. >
  274. <EditText
  275. android:id="@+id/batchNoEdt"
  276. android:layout_width="fill_parent"
  277. android:layout_height="wrap_content"
  278. android:singleLine="true"
  279. android:textSize="@dimen/textsize_16"
  280. android:textColor="@color/white"
  281. android:layout_marginLeft="3dp"
  282. android:background="@null"
  283. android:text=""
  284. android:layout_marginRight="10dp"
  285. />
  286. <View
  287. android:layout_width="wrap_content"
  288. android:layout_marginLeft="3dp"
  289. android:layout_height="1dp"
  290. android:layout_marginRight="10dp"
  291. android:background="@color/text_gray"
  292. />
  293. </LinearLayout>
  294. </LinearLayout>
  295. <Button
  296. android:id="@+id/barcodeSearch"
  297. android:layout_width="120dp"
  298. android:layout_height="33dp"
  299. android:layout_gravity="center"
  300. android:layout_marginTop="15dp"
  301. android:text="查询"
  302. android:textSize="@dimen/textsize_16"
  303. android:textColor="@color/white"
  304. android:background="@drawable/login_btn_selector" />
  305. <View
  306. android:layout_width="fill_parent"
  307. android:layout_marginTop="5dp"
  308. android:layout_height="1dp"
  309. android:background="@color/text_gray"
  310. />
  311. <TextView
  312. android:layout_marginLeft="10dp"
  313. android:layout_width="wrap_content"
  314. android:textColor="@color/white"
  315. android:textSize="@dimen/textsize_16"
  316. android:layout_height="wrap_content"
  317. android:text="查询结果:"
  318. />
  319. <View
  320. android:layout_width="fill_parent"
  321. android:layout_height="1dp"
  322. android:background="@color/text_gray"
  323. />
  324. </LinearLayout>