|
|
@@ -1,6 +1,5 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<LinearLayout
|
|
|
- xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical"
|
|
|
@@ -31,9 +30,11 @@
|
|
|
android:clickable="false"
|
|
|
android:src="@drawable/ic_edittext_scan" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<ScrollView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
+
|
|
|
<FrameLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
@@ -44,18 +45,20 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical">
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text="条码号:" />
|
|
|
+ android:text="条码号:"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_barcode"
|
|
|
@@ -63,22 +66,24 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="3"
|
|
|
+ android:text=" "
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text=" " />
|
|
|
+ android:textSize="14sp" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text="检验单号:" />
|
|
|
+ android:text="检验单号:"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_veCode"
|
|
|
@@ -86,22 +91,24 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="3"
|
|
|
+ android:text=" "
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text=" " />
|
|
|
+ android:textSize="14sp" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text="收料单号:" />
|
|
|
+ android:text="收料单号:"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_vadCode"
|
|
|
@@ -109,22 +116,24 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="3"
|
|
|
+ android:text=" "
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text=" " />
|
|
|
+ android:textSize="14sp" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text="物料编号:" />
|
|
|
+ android:text="物料编号:"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_prodcode"
|
|
|
@@ -132,22 +141,24 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="3"
|
|
|
+ android:text=" "
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text=" " />
|
|
|
+ android:textSize="14sp" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text="物料名称:" />
|
|
|
+ android:text="物料名称:"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_prDetail"
|
|
|
@@ -155,22 +166,24 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="3"
|
|
|
+ android:text=" "
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text=" " />
|
|
|
+ android:textSize="14sp" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text="物料规格:" />
|
|
|
+ android:text="物料规格:"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_prSpec"
|
|
|
@@ -178,22 +191,24 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="3"
|
|
|
+ android:text=" "
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text=" " />
|
|
|
+ android:textSize="14sp" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text="采购单:" />
|
|
|
+ android:text="采购单:"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_veOrderCode"
|
|
|
@@ -201,22 +216,24 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="3"
|
|
|
+ android:text=" "
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text=" " />
|
|
|
+ android:textSize="14sp" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text="序号:" />
|
|
|
+ android:text="序号:"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_veOrderNo"
|
|
|
@@ -224,22 +241,24 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="3"
|
|
|
+ android:text=" "
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text=" " />
|
|
|
+ android:textSize="14sp" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text="供应商:" />
|
|
|
+ android:text="供应商:"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_veVendName"
|
|
|
@@ -247,22 +266,24 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="3"
|
|
|
+ android:text=" "
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text=" " />
|
|
|
+ android:textSize="14sp" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text="检验方式:" />
|
|
|
+ android:text="检验方式:"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_testMethod"
|
|
|
@@ -270,69 +291,76 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="3"
|
|
|
+ android:text=" "
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text=" " />
|
|
|
+ android:textSize="14sp" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="5dp"
|
|
|
android:orientation="horizontal"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
<TextView
|
|
|
- android:layout_gravity="center"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text="检验结果:" />
|
|
|
+ android:text="检验结果:"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
<RadioGroup
|
|
|
android:id="@+id/rg_yesorno"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
- android:layout_weight="3">
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<RadioButton
|
|
|
android:id="@+id/rb_yse"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textSize="14sp"
|
|
|
android:checked="true"
|
|
|
- android:text="合格">
|
|
|
- </RadioButton>
|
|
|
+ android:text="合格"
|
|
|
+ android:textSize="14sp"></RadioButton>
|
|
|
+
|
|
|
<RadioButton
|
|
|
android:id="@+id/rb_no"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text="不合格">
|
|
|
- </RadioButton>
|
|
|
+ android:text="不合格"
|
|
|
+ android:textSize="14sp"></RadioButton>
|
|
|
</RadioGroup>
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/tv_testResult"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="3"
|
|
|
+ android:text=" "
|
|
|
android:textColor="@color/black"
|
|
|
android:textSize="14sp"
|
|
|
- android:text=" "
|
|
|
- android:visibility="gone"/>
|
|
|
+ android:visibility="gone" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text="收料数:" />
|
|
|
+ android:text="收料数:"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_vadQty"
|
|
|
@@ -340,23 +368,25 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="3"
|
|
|
+ android:text=" "
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text=" " />
|
|
|
+ android:textSize="14sp" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
- android:layout_gravity="center"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text="送检数:" />
|
|
|
+ android:text="送检数:"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
@@ -365,22 +395,24 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="3"
|
|
|
+ android:text=" "
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text=" " />
|
|
|
+ android:textSize="14sp" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text="合格数:" />
|
|
|
+ android:text="合格数:"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_mOkQty"
|
|
|
@@ -388,22 +420,24 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="3"
|
|
|
+ android:text=" "
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text=" " />
|
|
|
+ android:textSize="14sp" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text="不合格数:" />
|
|
|
+ android:text="不合格数:"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_ngQty"
|
|
|
@@ -411,22 +445,24 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="3"
|
|
|
+ android:text=" "
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text=" " />
|
|
|
+ android:textSize="14sp" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text="状态:" />
|
|
|
+ android:text="状态:"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_status"
|
|
|
@@ -434,28 +470,29 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="4dp"
|
|
|
android:layout_weight="3"
|
|
|
+ android:text=" "
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="14sp"
|
|
|
- android:text=" " />
|
|
|
+ android:textSize="14sp" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ListView
|
|
|
- android:visibility="gone"
|
|
|
android:id="@+id/storage_iqc_in_data_lv"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:divider="@null" />
|
|
|
+ android:divider="@null"
|
|
|
+ android:visibility="gone" />
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:visibility="gone"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="36dp"
|
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="horizontal"
|
|
|
- android:paddingBottom="3dp"
|
|
|
android:paddingLeft="12dp"
|
|
|
+ android:paddingTop="3dp"
|
|
|
android:paddingRight="15dp"
|
|
|
- android:paddingTop="3dp">
|
|
|
+ android:paddingBottom="3dp"
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
@@ -495,15 +532,15 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:visibility="gone"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="36dp"
|
|
|
android:gravity="center_vertical"
|
|
|
android:orientation="horizontal"
|
|
|
- android:paddingBottom="3dp"
|
|
|
android:paddingLeft="12dp"
|
|
|
+ android:paddingTop="3dp"
|
|
|
android:paddingRight="15dp"
|
|
|
- android:paddingTop="3dp">
|
|
|
+ android:paddingBottom="3dp"
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="0dp"
|
|
|
@@ -542,12 +579,14 @@
|
|
|
android:visibility="gone" />
|
|
|
</RelativeLayout>
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<Button
|
|
|
- android:layout_marginBottom="@dimen/dp_10"
|
|
|
android:id="@+id/btn_shen"
|
|
|
style="@style/ButtonStyle"
|
|
|
android:layout_marginTop="10dp"
|
|
|
- android:text="审核" />
|
|
|
+ android:layout_marginBottom="@dimen/dp_10"
|
|
|
+ android:text="审核"
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
|
|
|
<Button
|
|
|
@@ -555,7 +594,7 @@
|
|
|
style="@style/ButtonStyle"
|
|
|
android:layout_marginTop="10dp"
|
|
|
android:text="入库"
|
|
|
- android:visibility="gone"/>
|
|
|
+ android:visibility="gone" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ScrollView
|
|
|
@@ -570,8 +609,8 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:padding="10dp"
|
|
|
- android:textSize="16sp"
|
|
|
- android:text="错误信息" />
|
|
|
+ android:text="错误信息"
|
|
|
+ android:textSize="16sp" />
|
|
|
</ScrollView>
|
|
|
</FrameLayout>
|
|
|
</ScrollView>
|