|
|
@@ -32,144 +32,550 @@
|
|
|
android:clickable="false"
|
|
|
android:src="@drawable/ic_edittext_scan" />
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
- <FrameLayout
|
|
|
+ <ScrollView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginTop="12dp">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/storage_iqc_in_data_ll"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <FrameLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:orientation="vertical"
|
|
|
- android:visibility="gone"
|
|
|
- tools:visibility="visible"
|
|
|
- >
|
|
|
-
|
|
|
- <ListView
|
|
|
- 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:layout_marginTop="12dp">
|
|
|
|
|
|
<LinearLayout
|
|
|
+ android:id="@+id/storage_iqc_in_data_ll"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="36dp"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:paddingBottom="3dp"
|
|
|
- android:paddingLeft="12dp"
|
|
|
- android:paddingRight="15dp"
|
|
|
- android:paddingTop="3dp">
|
|
|
+ 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">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="条码号:" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="2"
|
|
|
- android:text="良品仓:"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="5">
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_barcode"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text=" " />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="检验单号:" />
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/storage_iqc_good_warehouse_et"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@drawable/bg_line_edittext"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:hint="请选择"
|
|
|
- android:paddingLeft="10dp"
|
|
|
- android:paddingRight="10dp"
|
|
|
+ android:id="@+id/tv_veCode"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text=" " />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="收料单号:" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_vadCode"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text=" " />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="物料编号:" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_prodcode"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text=" " />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="物料名称:" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_prDetail"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text=" " />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="物料规格:" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_prSpec"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text=" " />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="采购单:" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_veOrderCode"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text=" " />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="序号:" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_veOrderNo"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text=" " />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="供应商:" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_veVendName"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text=" " />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="检验方式:" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_testMethod"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text=" " />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="检验结果:" />
|
|
|
+ <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">
|
|
|
+ <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>
|
|
|
+ <RadioButton
|
|
|
+ android:id="@+id/rb_no"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="不合格">
|
|
|
+ </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:textColor="@color/black"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text=" "
|
|
|
+ android:visibility="gone"/>
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="收料数:" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_vadQty"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text=" " />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="送检数:" />
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_checkQty"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text=" " />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="合格数:" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_mOkQty"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text=" " />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="不合格数:" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_ngQty"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text=" " />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text="状态:" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_status"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="4dp"
|
|
|
+ android:layout_weight="3"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:text=" " />
|
|
|
+ </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" />
|
|
|
+ <LinearLayout
|
|
|
+
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="36dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:paddingBottom="3dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingRight="15dp"
|
|
|
+ android:paddingTop="3dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:text="良品仓:"
|
|
|
+ android:textColor="@color/black"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/storage_iqc_good_warehouse_iv"
|
|
|
- android:layout_width="36dp"
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:paddingRight="4dp"
|
|
|
- android:scaleType="center"
|
|
|
- android:src="@drawable/ic_menu_retract" />
|
|
|
- </RelativeLayout>
|
|
|
- </LinearLayout>
|
|
|
+ android:layout_weight="5">
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="36dp"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:paddingBottom="3dp"
|
|
|
- android:paddingLeft="12dp"
|
|
|
- android:paddingRight="15dp"
|
|
|
- android:paddingTop="3dp">
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/storage_iqc_good_warehouse_et"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@drawable/bg_line_edittext"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:hint="请选择"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="2"
|
|
|
- android:text="不良品仓:"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <RelativeLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="5">
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/storage_iqc_good_warehouse_iv"
|
|
|
+ android:layout_width="36dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:paddingRight="4dp"
|
|
|
+ android:scaleType="center"
|
|
|
+ android:src="@drawable/ic_menu_retract" />
|
|
|
+ </RelativeLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="36dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:paddingBottom="3dp"
|
|
|
+ android:paddingLeft="12dp"
|
|
|
+ android:paddingRight="15dp"
|
|
|
+ android:paddingTop="3dp">
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/storage_iqc_bad_warehouse_et"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@drawable/bg_line_edittext"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:hint="请选择"
|
|
|
- android:paddingLeft="10dp"
|
|
|
- android:paddingRight="10dp"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="2"
|
|
|
+ android:text="不良品仓:"
|
|
|
+ android:textColor="@color/black"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/storage_iqc_bad_warehouse_iv"
|
|
|
- android:layout_width="36dp"
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_alignParentEnd="true"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_centerVertical="true"
|
|
|
- android:paddingRight="4dp"
|
|
|
- android:scaleType="center"
|
|
|
- android:src="@drawable/ic_menu_retract"
|
|
|
- android:visibility="gone" />
|
|
|
- </RelativeLayout>
|
|
|
- </LinearLayout>
|
|
|
+ android:layout_weight="5">
|
|
|
|
|
|
- <Button
|
|
|
- android:id="@+id/storage_iqc_in_commit_btn"
|
|
|
- style="@style/ButtonStyle"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:text="入库" />
|
|
|
- </LinearLayout>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/storage_iqc_bad_warehouse_et"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@drawable/bg_line_edittext"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:hint="请选择"
|
|
|
+ android:paddingLeft="10dp"
|
|
|
+ android:paddingRight="10dp"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/storage_iqc_bad_warehouse_iv"
|
|
|
+ android:layout_width="36dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_alignParentEnd="true"
|
|
|
+ android:layout_alignParentRight="true"
|
|
|
+ android:layout_centerVertical="true"
|
|
|
+ android:paddingRight="4dp"
|
|
|
+ android:scaleType="center"
|
|
|
+ android:src="@drawable/ic_menu_retract"
|
|
|
+ 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="审核" />
|
|
|
|
|
|
- <ScrollView
|
|
|
- android:id="@+id/storage_iqc_in_error_sv"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@color/white"
|
|
|
- android:visibility="gone">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/storage_iqc_in_error_tv"
|
|
|
+ <Button
|
|
|
+ android:id="@+id/storage_iqc_in_commit_btn"
|
|
|
+ style="@style/ButtonStyle"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text="入库"
|
|
|
+ android:visibility="gone"/>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <ScrollView
|
|
|
+ android:id="@+id/storage_iqc_in_error_sv"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:padding="10dp"
|
|
|
- android:textSize="16sp"
|
|
|
- tools:text="错误信息" />
|
|
|
- </ScrollView>
|
|
|
- </FrameLayout>
|
|
|
+ android:background="@color/white"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/storage_iqc_in_error_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:textSize="16sp"
|
|
|
+ android:text="错误信息" />
|
|
|
+ </ScrollView>
|
|
|
+ </FrameLayout>
|
|
|
+ </ScrollView>
|
|
|
+
|
|
|
+
|
|
|
</LinearLayout>
|