| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/layout_content"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@color/white"
- android:fitsSystemWindows="true"
- android:orientation="vertical" >
- <include
- android:id="@+id/ll_title"
- layout="@layout/fragment_title" />
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
- <ScrollView
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_above="@+id/ll_bottom" >
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="40dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_centerVertical="true"
- android:layout_marginLeft="10dp"
- android:text="入库单号"
- android:textColor="@color/RED" />
- <TextView
- android:id="@+id/tv_code"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="10dp"
- android:text="0010101010010101"
- android:textColor="@color/black" />
- <View
- style="@style/thin_fill_line"
- android:layout_alignParentBottom="true" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="入库类型:"
- android:textColor="@color/black" />
- <TextView
- android:id="@+id/tv_out_type"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="90dp"
- android:text=""
- android:textColor="@color/black" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="单据状态:"
- android:textColor="@color/black" />
- <TextView
- android:id="@+id/tv_document_status"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="90dp"
- android:text=""
- android:textColor="@color/black" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="账务日期:"
- android:textColor="@color/black" />
- <TextView
- android:id="@+id/tv_time"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="90dp"
- android:text=""
- android:textColor="@color/black" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="业务部门:"
- android:textColor="@color/black" />
- <TextView
- android:id="@+id/tv_business_department"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="90dp"
- android:text=""
- android:textColor="@color/black" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="业 务 员:"
- android:textColor="@color/black" />
- <TextView
- android:id="@+id/tv_salesman"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="90dp"
- android:text=""
- android:textColor="@color/black" />
- </RelativeLayout>
-
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="运输司机:"
- android:textColor="@color/black" />
- <TextView
- android:id="@+id/tv_driver"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="90dp"
- android:text=""
- android:textColor="@color/black" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="装卸工人:"
- android:textColor="@color/black" />
- <TextView
- android:id="@+id/tv_docker"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="90dp"
- android:text=""
- android:textColor="@color/black" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="供应商:"
- android:textColor="@color/black" />
- <TextView
- android:id="@+id/tv_SupplierName"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="90dp"
- android:text=""
- android:textColor="@color/black" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="冲正单号:"
- android:textColor="@color/black" />
- <TextView
- android:id="@+id/tv_correct_code"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="90dp"
- android:text=""
- android:textColor="@color/black" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="创 建 者:"
- android:textColor="@color/black" />
- <TextView
- android:id="@+id/tv_create"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="90dp"
- android:text=""
- android:textColor="@color/black" />
- </RelativeLayout>
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="15dp" >
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="10dp"
- android:text="备 注:"
- android:textColor="@color/black" />
- <TextView
- android:id="@+id/tv_remarks"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="90dp"
- android:text=""
- android:textColor="@color/black" />
- </RelativeLayout>
- </LinearLayout>
- </ScrollView>
- </RelativeLayout>
- </LinearLayout>
|