|
|
@@ -7,15 +7,13 @@
|
|
|
android:id="@+id/include_menuactionbar"
|
|
|
layout="@layout/actionbar_withback" />-->
|
|
|
|
|
|
- <android.support.v4.widget.NestedScrollView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- >
|
|
|
+
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical">
|
|
|
+
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
@@ -104,349 +102,363 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
- <ScrollView
|
|
|
+ <android.support.v4.widget.NestedScrollView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ >
|
|
|
|
|
|
- <LinearLayout
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical"
|
|
|
+ >
|
|
|
+
|
|
|
+ <ScrollView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="vertical"
|
|
|
- android:padding="@dimen/padding_normal">
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="单号:"
|
|
|
- android:textColor="@color/body_text_1"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_pi_inoutno"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:textColor="@color/body_text_1"
|
|
|
- android:textSize="14sp"
|
|
|
- tools:text="YS1506002" />
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="仓库:"
|
|
|
- android:textColor="@color/body_text_1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:visibility="gone" />
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:padding="@dimen/padding_normal">
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_pd_whcode"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:textColor="@color/body_text_1"
|
|
|
- android:textSize="14sp"
|
|
|
- android:visibility="gone"
|
|
|
- tools:text="01" />
|
|
|
-
|
|
|
- <CheckBox
|
|
|
- android:id="@+id/stock_data_summary_cb"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:checked="true"
|
|
|
- android:text="未完成" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <TableLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/spacing_big"
|
|
|
- android:stretchColumns="1">
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
- <TableRow>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="单号:"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/iocout_material_type_tv"
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:background="@color/gray_light"
|
|
|
- android:drawableLeft="@drawable/switch_model"
|
|
|
- android:drawablePadding="5dp"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:padding="10dp"
|
|
|
- android:text="条码"
|
|
|
+ android:id="@+id/tv_pi_inoutno"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
android:textColor="@color/body_text_1"
|
|
|
- android:textSize="16sp" />
|
|
|
- <!--<TextView-->
|
|
|
- <!--android:id="@+id/iocout_material_type_tv"-->
|
|
|
- <!--style="@style/tl_tv_style"-->
|
|
|
- <!--android:layout_height="match_parent"-->
|
|
|
- <!--android:background="@color/gray_light"-->
|
|
|
- <!--android:gravity="center_vertical"-->
|
|
|
- <!--android:padding="10dp"-->
|
|
|
- <!--android:text="条码"-->
|
|
|
- <!--android:textColor="@color/body_text_1"-->
|
|
|
- <!--android:textSize="16sp" />-->
|
|
|
-
|
|
|
- <com.uas.pda_smart_com.view.ClearableEditText
|
|
|
- android:id="@+id/et_bar_code"
|
|
|
- style="@style/EditTextStyle"
|
|
|
- android:focusable="true"
|
|
|
- android:focusableInTouchMode="true"
|
|
|
- android:hint="@string/please_collect_barcode"
|
|
|
- android:textColor="@color/black" />
|
|
|
- </TableRow>
|
|
|
+ android:textSize="14sp"
|
|
|
+ tools:text="YS1506002" />
|
|
|
|
|
|
- </TableLayout>
|
|
|
- <!--no use-->
|
|
|
- <Button
|
|
|
- android:id="@+id/btn_confirm"
|
|
|
- style="@style/ButtonStyle"
|
|
|
- android:enabled="false"
|
|
|
- android:text="@string/confirm"
|
|
|
- android:visibility="gone" />
|
|
|
|
|
|
- <TableLayout
|
|
|
- android:id="@+id/iocout_collect_barcode_tl"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="5dp"
|
|
|
- android:layout_marginTop="@dimen/spacing_big"
|
|
|
- android:background="@drawable/bg_button_enabled"
|
|
|
- android:padding="10dp"
|
|
|
- android:stretchColumns="1"
|
|
|
- android:visibility="gone"
|
|
|
- tools:visibility="visible">
|
|
|
-
|
|
|
- <TableRow>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="仓库:"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="14sp"
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
<TextView
|
|
|
- android:id="@+id/tv_barcode_collection_success"
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:textColor="@color/white"
|
|
|
+ android:id="@+id/tv_pd_whcode"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="14sp"
|
|
|
android:visibility="gone"
|
|
|
- tools:visibility="visible"/>
|
|
|
- </TableRow>
|
|
|
-
|
|
|
- <TableRow>
|
|
|
+ tools:text="01" />
|
|
|
|
|
|
- <TextView
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:text="@string/text_barcode_tailback" />
|
|
|
+ <CheckBox
|
|
|
+ android:id="@+id/stock_data_summary_cb"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:checked="true"
|
|
|
+ android:text="未完成" />
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/iocout_bar_code_tv"
|
|
|
- style="@style/tv"
|
|
|
- android:layout_marginLeft="3dp" />
|
|
|
- </TableRow>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <TableRow>
|
|
|
+ <TableLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/spacing_big"
|
|
|
+ android:stretchColumns="1">
|
|
|
+
|
|
|
+ <TableRow>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/iocout_material_type_tv"
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@color/gray_light"
|
|
|
+ android:drawableLeft="@drawable/switch_model"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text="条码"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+ <!--<TextView-->
|
|
|
+ <!--android:id="@+id/iocout_material_type_tv"-->
|
|
|
+ <!--style="@style/tl_tv_style"-->
|
|
|
+ <!--android:layout_height="match_parent"-->
|
|
|
+ <!--android:background="@color/gray_light"-->
|
|
|
+ <!--android:gravity="center_vertical"-->
|
|
|
+ <!--android:padding="10dp"-->
|
|
|
+ <!--android:text="条码"-->
|
|
|
+ <!--android:textColor="@color/body_text_1"-->
|
|
|
+ <!--android:textSize="16sp" />-->
|
|
|
+
|
|
|
+ <com.uas.pda_smart_com.view.ClearableEditText
|
|
|
+ android:id="@+id/et_bar_code"
|
|
|
+ style="@style/EditTextStyle"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:hint="@string/please_collect_barcode"
|
|
|
+ android:textColor="@color/black" />
|
|
|
+ </TableRow>
|
|
|
+
|
|
|
+ </TableLayout>
|
|
|
+ <!--no use-->
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btn_confirm"
|
|
|
+ style="@style/ButtonStyle"
|
|
|
+ android:enabled="false"
|
|
|
+ android:text="@string/confirm"
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
- <TextView
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:text="@string/bar_remain" />
|
|
|
+ <TableLayout
|
|
|
+ android:id="@+id/iocout_collect_barcode_tl"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginBottom="5dp"
|
|
|
+ android:layout_marginTop="@dimen/spacing_big"
|
|
|
+ android:background="@drawable/bg_button_enabled"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:stretchColumns="1"
|
|
|
+ android:visibility="gone"
|
|
|
+ tools:visibility="visible">
|
|
|
+
|
|
|
+ <TableRow>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_barcode_collection_success"
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:visibility="gone"
|
|
|
+ tools:visibility="visible"/>
|
|
|
+ </TableRow>
|
|
|
+
|
|
|
+ <TableRow>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:text="@string/text_barcode_tailback" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/iocout_bar_code_tv"
|
|
|
+ style="@style/tv"
|
|
|
+ android:layout_marginLeft="3dp" />
|
|
|
+ </TableRow>
|
|
|
+
|
|
|
+ <TableRow>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:text="@string/bar_remain" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/iocout_bar_remain_tv"
|
|
|
+ style="@style/tv"
|
|
|
+ android:layout_marginLeft="3dp" />
|
|
|
+ </TableRow>
|
|
|
+
|
|
|
+ <TableRow>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:text="@string/text_procode_tailback" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/iocout_bar_prodcode_tv"
|
|
|
+ style="@style/tv"
|
|
|
+ android:layout_marginLeft="3dp" />
|
|
|
+ </TableRow>
|
|
|
+ </TableLayout>
|
|
|
+
|
|
|
+ <TableLayout
|
|
|
+ android:id="@+id/iocout_collect_box_tl"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginBottom="5dp"
|
|
|
+ android:layout_marginTop="@dimen/spacing_big"
|
|
|
+ android:background="@drawable/bg_button_enabled"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:stretchColumns="1"
|
|
|
+ android:visibility="gone"
|
|
|
+ tools:visibility="visible"
|
|
|
+ >
|
|
|
+
|
|
|
+ <TableRow>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_box_collection_success"
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:visibility="gone" />
|
|
|
+ </TableRow>
|
|
|
+
|
|
|
+ <TableRow>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:text="箱号:" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/iocout_box_tv"
|
|
|
+ style="@style/tv"
|
|
|
+ android:layout_marginLeft="3dp" />
|
|
|
+ </TableRow>
|
|
|
+
|
|
|
+ <TableRow>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:text="箱内总数:" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/iocout_box_num_tv"
|
|
|
+ style="@style/tv"
|
|
|
+ android:layout_marginLeft="3dp" />
|
|
|
+ </TableRow>
|
|
|
+
|
|
|
+ <TableRow>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:text="@string/text_procode_tailback" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/iocout_box_prodcode_tv"
|
|
|
+ style="@style/tv"
|
|
|
+ android:layout_marginLeft="3dp" />
|
|
|
+ </TableRow>
|
|
|
+
|
|
|
+ <TableRow>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ android:text="仓库:" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/iocout_box_whcode_tv"
|
|
|
+ style="@style/tv"
|
|
|
+ android:layout_marginLeft="3dp" />
|
|
|
+ </TableRow>
|
|
|
+ </TableLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/iocout_bar_remain_tv"
|
|
|
- style="@style/tv"
|
|
|
- android:layout_marginLeft="3dp" />
|
|
|
- </TableRow>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/iocout_collect_result"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/spacing_big"
|
|
|
+ android:background="@drawable/shape_msg_block"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:visibility="gone"
|
|
|
+ tools:text="boxResultboxResultboxResultboxResult"
|
|
|
+ tools:visibility="visible"/>
|
|
|
|
|
|
- <TableRow>
|
|
|
+ <TextView
|
|
|
+ android:visibility="gone"
|
|
|
+ android:id="@+id/iocout_next_material_information"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/spacing_big"
|
|
|
+ android:background="@drawable/shape_msg_block"
|
|
|
+ android:padding="10dp"
|
|
|
+ tools:text="物料:PD_PRODCODE, 名称规格:PR_DETAIL || PR_SPEC未备料数: PD_RESTQTY,最小包装数:PR_ZXBZS,仓位:BAR_LOCATION,有PD_BATCHCODE 则显示批号:PD_BATCHCODE" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:text="@string/text_procode_tailback" />
|
|
|
+ </ScrollView>
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/iocout_bar_prodcode_tv"
|
|
|
- style="@style/tv"
|
|
|
- android:layout_marginLeft="3dp" />
|
|
|
- </TableRow>
|
|
|
- </TableLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:visibility="gone"
|
|
|
+ android:id="@+id/line_tab"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1">
|
|
|
|
|
|
<TableLayout
|
|
|
- android:id="@+id/iocout_collect_box_tl"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="5dp"
|
|
|
- android:layout_marginTop="@dimen/spacing_big"
|
|
|
- android:background="@drawable/bg_button_enabled"
|
|
|
- android:padding="10dp"
|
|
|
- android:stretchColumns="1"
|
|
|
- android:visibility="gone"
|
|
|
- tools:visibility="visible"
|
|
|
- >
|
|
|
+ android:layout_marginTop="@dimen/space_top_8"
|
|
|
+ style="@style/CardWhiteStyle_wrapheight">
|
|
|
|
|
|
<TableRow>
|
|
|
-
|
|
|
<TextView
|
|
|
- android:id="@+id/tv_box_collection_success"
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:textColor="@color/white"
|
|
|
- android:visibility="gone" />
|
|
|
+ style="@style/CardContentTextStylepopu"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ android:text="未备料数"/>
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_pd_restqty"
|
|
|
+ style="@style/CardContentTextStylepopu"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ android:textColor="@color/text_search"/>
|
|
|
</TableRow>
|
|
|
|
|
|
<TableRow>
|
|
|
-
|
|
|
<TextView
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:text="箱号:" />
|
|
|
-
|
|
|
+ style="@style/CardContentTextStylepopu"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ android:text="需求数"/>
|
|
|
<TextView
|
|
|
- android:id="@+id/iocout_box_tv"
|
|
|
- style="@style/tv"
|
|
|
- android:layout_marginLeft="3dp" />
|
|
|
+ android:id="@+id/tv_pd_ouqty"
|
|
|
+ style="@style/CardContentTextStylepopu"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ android:textColor="@color/text_search"/>
|
|
|
</TableRow>
|
|
|
|
|
|
<TableRow>
|
|
|
-
|
|
|
<TextView
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:text="箱内总数:" />
|
|
|
-
|
|
|
+ style="@style/CardContentTextStylepopu"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ android:text="@string/text_fragment_whcheck_pd_prodcode"/>
|
|
|
<TextView
|
|
|
- android:id="@+id/iocout_box_num_tv"
|
|
|
- style="@style/tv"
|
|
|
- android:layout_marginLeft="3dp" />
|
|
|
+ android:id="@+id/tv_pd_prodcode"
|
|
|
+ style="@style/CardContentTextStylepopu"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ android:textColor="@color/text_search"/>
|
|
|
</TableRow>
|
|
|
-
|
|
|
<TableRow>
|
|
|
-
|
|
|
<TextView
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:text="@string/text_procode_tailback" />
|
|
|
-
|
|
|
+ style="@style/CardContentTextStylepopu"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ android:text="@string/text_fragment_whcheck_pr_detail"/>
|
|
|
<TextView
|
|
|
- android:id="@+id/iocout_box_prodcode_tv"
|
|
|
- style="@style/tv"
|
|
|
- android:layout_marginLeft="3dp" />
|
|
|
+ android:id="@+id/tv_pr_detail"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ style="@style/CardContentTextStylepopu"
|
|
|
+ android:textColor="@color/text_search"/>
|
|
|
</TableRow>
|
|
|
-
|
|
|
<TableRow>
|
|
|
-
|
|
|
<TextView
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_gravity="center_vertical"
|
|
|
- android:text="仓库:" />
|
|
|
-
|
|
|
+ style="@style/CardContentTextStylepopu"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ android:text="@string/text_fragment_whcheck_pr_spec" />
|
|
|
<TextView
|
|
|
- android:id="@+id/iocout_box_whcode_tv"
|
|
|
- style="@style/tv"
|
|
|
- android:layout_marginLeft="3dp" />
|
|
|
+ android:id="@+id/tv_pr_spec"
|
|
|
+ style="@style/CardContentTextStylepopu"
|
|
|
+ android:textSize="@dimen/textsize_12"
|
|
|
+ android:textColor="@color/text_search" />
|
|
|
</TableRow>
|
|
|
</TableLayout>
|
|
|
|
|
|
- <TextView
|
|
|
- android:id="@+id/iocout_collect_result"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/spacing_big"
|
|
|
- android:background="@drawable/shape_msg_block"
|
|
|
- android:padding="10dp"
|
|
|
- android:visibility="gone"
|
|
|
- tools:text="boxResultboxResultboxResultboxResult"
|
|
|
- tools:visibility="visible"/>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:visibility="gone"
|
|
|
- android:id="@+id/iocout_next_material_information"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/spacing_big"
|
|
|
- android:background="@drawable/shape_msg_block"
|
|
|
- android:padding="10dp"
|
|
|
- tools:text="物料:PD_PRODCODE, 名称规格:PR_DETAIL || PR_SPEC未备料数: PD_RESTQTY,最小包装数:PR_ZXBZS,仓位:BAR_LOCATION,有PD_BATCHCODE 则显示批号:PD_BATCHCODE" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
- </ScrollView>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/line_tab"
|
|
|
- android:orientation="vertical"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1">
|
|
|
-
|
|
|
- <TableLayout
|
|
|
- android:layout_marginTop="@dimen/space_top_8"
|
|
|
- style="@style/CardWhiteStyle_wrapheight">
|
|
|
-
|
|
|
- <TableRow>
|
|
|
- <TextView
|
|
|
- style="@style/CardContentTextStylepopu"
|
|
|
- android:textSize="@dimen/textsize_12"
|
|
|
- android:text="未备料数"/>
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_pd_restqty"
|
|
|
- style="@style/CardContentTextStylepopu"
|
|
|
- android:textSize="@dimen/textsize_12"
|
|
|
- android:textColor="@color/text_search"/>
|
|
|
- </TableRow>
|
|
|
-
|
|
|
- <TableRow>
|
|
|
- <TextView
|
|
|
- style="@style/CardContentTextStylepopu"
|
|
|
- android:textSize="@dimen/textsize_12"
|
|
|
- android:text="需求数"/>
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_pd_ouqty"
|
|
|
- style="@style/CardContentTextStylepopu"
|
|
|
- android:textSize="@dimen/textsize_12"
|
|
|
- android:textColor="@color/text_search"/>
|
|
|
- </TableRow>
|
|
|
-
|
|
|
- <TableRow>
|
|
|
- <TextView
|
|
|
- style="@style/CardContentTextStylepopu"
|
|
|
- android:textSize="@dimen/textsize_12"
|
|
|
- android:text="@string/text_fragment_whcheck_pd_prodcode"/>
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_pd_prodcode"
|
|
|
- style="@style/CardContentTextStylepopu"
|
|
|
- android:textSize="@dimen/textsize_12"
|
|
|
- android:textColor="@color/text_search"/>
|
|
|
- </TableRow>
|
|
|
- <TableRow>
|
|
|
- <TextView
|
|
|
- style="@style/CardContentTextStylepopu"
|
|
|
- android:textSize="@dimen/textsize_12"
|
|
|
- android:text="@string/text_fragment_whcheck_pr_detail"/>
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_pr_detail"
|
|
|
- android:textSize="@dimen/textsize_12"
|
|
|
- style="@style/CardContentTextStylepopu"
|
|
|
- android:textColor="@color/text_search"/>
|
|
|
- </TableRow>
|
|
|
- <TableRow>
|
|
|
- <TextView
|
|
|
- style="@style/CardContentTextStylepopu"
|
|
|
- android:textSize="@dimen/textsize_12"
|
|
|
- android:text="@string/text_fragment_whcheck_pr_spec" />
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_pr_spec"
|
|
|
- style="@style/CardContentTextStylepopu"
|
|
|
- android:textSize="@dimen/textsize_12"
|
|
|
- android:textColor="@color/text_search" />
|
|
|
- </TableRow>
|
|
|
- </TableLayout>
|
|
|
-
|
|
|
<com.bin.david.form.core.SmartTable
|
|
|
android:id="@+id/st_data"
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -454,9 +466,11 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ </android.support.v4.widget.NestedScrollView>
|
|
|
+
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
- </android.support.v4.widget.NestedScrollView>
|
|
|
|
|
|
|
|
|
|