|
|
@@ -24,50 +24,131 @@
|
|
|
android:layout_gravity="center"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_liaocode"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="@dimen/dp_10"
|
|
|
- android:layout_marginRight="@dimen/dp_10"
|
|
|
- android:gravity="start"
|
|
|
- android:text="11234123ee21234er"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_wuliaobianhao"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="@dimen/dp_10"
|
|
|
- android:layout_marginRight="@dimen/dp_10"
|
|
|
- android:gravity="start"
|
|
|
- android:text="11234123ee21234er"/>
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_liaotetall"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="@dimen/dp_10"
|
|
|
- android:layout_marginRight="@dimen/dp_10"
|
|
|
- android:gravity="start"
|
|
|
- android:text="11234123ee21234er"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_liaospec"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="@dimen/dp_10"
|
|
|
- android:layout_marginRight="@dimen/dp_10"
|
|
|
- android:gravity="start"
|
|
|
- android:text="11234123ee21234er"/>
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_liaospec3"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginLeft="@dimen/dp_10"
|
|
|
- android:layout_marginRight="@dimen/dp_10"
|
|
|
- android:gravity="start"
|
|
|
- android:text="11234123ee21234er"/>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ >
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="start"
|
|
|
+ android:text="条码号: "/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_data1"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:gravity="start"
|
|
|
+ android:text=""/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ >
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="start"
|
|
|
+ android:text="物料编号: "/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_data2"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:gravity="start"
|
|
|
+ android:text=""/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ >
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="start"
|
|
|
+ android:text="物料名称: "/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_data3"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:gravity="start"
|
|
|
+ android:text=""/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ >
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="start"
|
|
|
+ android:text="物料规格: "/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_data4"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:gravity="start"
|
|
|
+ android:text=""/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ >
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="start"
|
|
|
+ android:text="数量: "/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_data5"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:gravity="start"
|
|
|
+ android:text=""/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ >
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="start"
|
|
|
+ android:text="项目: "/>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_data6"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:gravity="start"
|
|
|
+ android:text=""/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|