|
@@ -0,0 +1,412 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?><!--
|
|
|
+ ~ *************************************************************
|
|
|
+ ~ FileName:activity_receive_goods_detail.xml Module:app Project:Ware_WMS_Android
|
|
|
+ ~ CurrentModifyDate:2019年04月25日 16:45:00
|
|
|
+ ~ LastModifyDate:2019年04月25日 16:45:00
|
|
|
+ ~ Editor:Gizmo
|
|
|
+ ~ Copyright (c) 2019
|
|
|
+ ~ *************************************************************
|
|
|
+ ~ Description:
|
|
|
+ ~ *************************************************************
|
|
|
+ -->
|
|
|
+
|
|
|
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <include layout="@layout/layout_toolbar" />
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/layout_scroll_view"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/layout_cell_height"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:paddingStart="@dimen/gap"
|
|
|
+ android:paddingLeft="@dimen/gap"
|
|
|
+ android:paddingRight="@dimen/gap">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="库存库位:"
|
|
|
+ android:textSize="@dimen/common" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_transit_loc"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginEnd="@dimen/gap"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:hint="请输入库存货位"
|
|
|
+ android:inputType="text"
|
|
|
+ android:textSize="@dimen/common" />
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btn_transit_loc"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ android:layout_height="35dp"
|
|
|
+ android:background="@drawable/shape_corner_surround"
|
|
|
+ android:text="选择"
|
|
|
+ android:textColor="@color/main_color" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <include layout="@layout/view_line_horizontal" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/layout_cell_height"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:paddingStart="@dimen/gap"
|
|
|
+ android:paddingLeft="@dimen/gap"
|
|
|
+ android:paddingRight="@dimen/gap">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="物料:"
|
|
|
+ android:textSize="@dimen/common" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/et_goods_code"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginEnd="@dimen/gap"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:hint="请输入物料"
|
|
|
+ android:inputType="text"
|
|
|
+ android:textSize="@dimen/common" />
|
|
|
+
|
|
|
+ <!-- <Button-->
|
|
|
+ <!-- android:id="@+id/btn_to_loc"-->
|
|
|
+ <!-- android:layout_width="70dp"-->
|
|
|
+ <!-- android:layout_height="35dp"-->
|
|
|
+ <!-- android:background="@drawable/shape_corner_surround"-->
|
|
|
+ <!-- android:text="选择"-->
|
|
|
+ <!-- android:textColor="@color/main_color" />-->
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <include layout="@layout/view_line_horizontal" />
|
|
|
+
|
|
|
+ <!-- <LinearLayout-->
|
|
|
+ <!-- android:layout_width="match_parent"-->
|
|
|
+ <!-- android:layout_height="@dimen/layout_cell_height"-->
|
|
|
+ <!-- android:orientation="horizontal"-->
|
|
|
+ <!-- android:background="@color/white"-->
|
|
|
+ <!-- android:paddingStart="@dimen/gap"-->
|
|
|
+ <!-- android:paddingLeft="@dimen/gap"-->
|
|
|
+ <!-- android:paddingRight="@dimen/gap">-->
|
|
|
+
|
|
|
+ <!-- <TextView-->
|
|
|
+ <!-- android:layout_width="wrap_content"-->
|
|
|
+ <!-- android:layout_height="match_parent"-->
|
|
|
+ <!-- android:text="@string/str_material"-->
|
|
|
+ <!-- android:textSize="@dimen/common"-->
|
|
|
+ <!-- android:gravity="center"/>-->
|
|
|
+
|
|
|
+ <!-- <AutoCompleteTextView-->
|
|
|
+ <!-- android:id="@+id/et_material"-->
|
|
|
+ <!-- android:layout_width="match_parent"-->
|
|
|
+ <!-- android:layout_height="match_parent"-->
|
|
|
+ <!-- android:layout_marginEnd="@dimen/gap"-->
|
|
|
+ <!-- android:hint="@string/str_material_hint"-->
|
|
|
+ <!-- android:textSize="@dimen/common"-->
|
|
|
+ <!-- android:inputType="text"/>-->
|
|
|
+
|
|
|
+ <!-- </LinearLayout>-->
|
|
|
+
|
|
|
+ <!-- <include layout="@layout/view_line_horizontal"/>-->
|
|
|
+
|
|
|
+ <!-- <LinearLayout-->
|
|
|
+ <!-- android:layout_width="match_parent"-->
|
|
|
+ <!-- android:layout_height="@dimen/layout_cell_height"-->
|
|
|
+ <!-- android:orientation="horizontal"-->
|
|
|
+ <!-- android:background="@color/white"-->
|
|
|
+ <!-- android:paddingStart="@dimen/gap"-->
|
|
|
+ <!-- android:paddingLeft="@dimen/gap"-->
|
|
|
+ <!-- android:paddingRight="@dimen/gap">-->
|
|
|
+
|
|
|
+ <!-- <TextView-->
|
|
|
+ <!-- android:layout_width="wrap_content"-->
|
|
|
+ <!-- android:layout_height="match_parent"-->
|
|
|
+ <!-- android:text="@string/str_material_pcs"-->
|
|
|
+ <!-- android:textSize="@dimen/common"-->
|
|
|
+ <!-- android:gravity="center"/>-->
|
|
|
+
|
|
|
+ <!-- <EditText-->
|
|
|
+ <!-- android:id="@+id/et_material_pcs"-->
|
|
|
+ <!-- android:layout_width="match_parent"-->
|
|
|
+ <!-- android:layout_height="match_parent"-->
|
|
|
+ <!-- android:layout_marginEnd="@dimen/gap"-->
|
|
|
+ <!-- android:hint="@string/str_material_pcs_hint"-->
|
|
|
+ <!-- android:textSize="@dimen/common"-->
|
|
|
+ <!-- android:inputType="number"/>-->
|
|
|
+
|
|
|
+ <!-- </LinearLayout>-->
|
|
|
+
|
|
|
+ <!-- <include layout="@layout/view_line_horizontal"/>-->
|
|
|
+
|
|
|
+ <!-- <LinearLayout-->
|
|
|
+ <!-- android:layout_width="match_parent"-->
|
|
|
+ <!-- android:layout_height="@dimen/layout_cell_height"-->
|
|
|
+ <!-- android:orientation="horizontal"-->
|
|
|
+ <!-- android:background="@color/white"-->
|
|
|
+ <!-- android:paddingStart="@dimen/gap"-->
|
|
|
+ <!-- android:paddingLeft="@dimen/gap"-->
|
|
|
+ <!-- android:paddingRight="@dimen/gap">-->
|
|
|
+
|
|
|
+ <!-- <TextView-->
|
|
|
+ <!-- android:layout_width="wrap_content"-->
|
|
|
+ <!-- android:layout_height="match_parent"-->
|
|
|
+ <!-- android:text="@string/str_lot_no"-->
|
|
|
+ <!-- android:textSize="@dimen/common"-->
|
|
|
+ <!-- android:gravity="center"/>-->
|
|
|
+
|
|
|
+ <!-- <EditText-->
|
|
|
+ <!-- android:id="@+id/et_lot_no"-->
|
|
|
+ <!-- android:layout_width="match_parent"-->
|
|
|
+ <!-- android:layout_height="match_parent"-->
|
|
|
+ <!-- android:layout_marginEnd="@dimen/gap"-->
|
|
|
+ <!-- android:hint="@string/str_lot_no_hint"-->
|
|
|
+ <!-- android:textSize="@dimen/common"-->
|
|
|
+ <!-- android:inputType="text"/>-->
|
|
|
+
|
|
|
+ <!-- </LinearLayout>-->
|
|
|
+
|
|
|
+ <!-- <include layout="@layout/view_line_horizontal"/>-->
|
|
|
+
|
|
|
+ <!-- <LinearLayout-->
|
|
|
+ <!-- android:layout_width="match_parent"-->
|
|
|
+ <!-- android:layout_height="@dimen/layout_cell_height"-->
|
|
|
+ <!-- android:orientation="horizontal"-->
|
|
|
+ <!-- android:background="@color/white"-->
|
|
|
+ <!-- android:paddingStart="@dimen/gap"-->
|
|
|
+ <!-- android:paddingLeft="@dimen/gap"-->
|
|
|
+ <!-- android:paddingRight="@dimen/gap">-->
|
|
|
+
|
|
|
+ <!-- <TextView-->
|
|
|
+ <!-- android:layout_width="wrap_content"-->
|
|
|
+ <!-- android:layout_height="match_parent"-->
|
|
|
+ <!-- android:text="@string/str_version_code"-->
|
|
|
+ <!-- android:textSize="@dimen/common"-->
|
|
|
+ <!-- android:gravity="center"/>-->
|
|
|
+
|
|
|
+ <!-- <EditText-->
|
|
|
+ <!-- android:id="@+id/et_version_code"-->
|
|
|
+ <!-- android:layout_width="match_parent"-->
|
|
|
+ <!-- android:layout_height="match_parent"-->
|
|
|
+ <!-- android:layout_marginEnd="@dimen/gap"-->
|
|
|
+ <!-- android:hint="@string/str_version_code_hint"-->
|
|
|
+ <!-- android:textSize="@dimen/common"-->
|
|
|
+ <!-- android:inputType="text"/>-->
|
|
|
+
|
|
|
+ <!-- </LinearLayout>-->
|
|
|
+
|
|
|
+ <!-- <include layout="@layout/view_line_horizontal"/>-->
|
|
|
+
|
|
|
+ <!-- <LinearLayout-->
|
|
|
+ <!-- android:id="@+id/tap_in_stock_area"-->
|
|
|
+ <!-- android:layout_width="match_parent"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:background="@color/white"-->
|
|
|
+ <!-- android:gravity="center_vertical"-->
|
|
|
+ <!-- android:orientation="horizontal"-->
|
|
|
+ <!-- android:paddingStart="@dimen/gap"-->
|
|
|
+ <!-- android:paddingTop="@dimen/gap"-->
|
|
|
+ <!-- android:paddingEnd="@dimen/gap"-->
|
|
|
+ <!-- android:paddingBottom="@dimen/gap">-->
|
|
|
+
|
|
|
+ <!-- <TextView-->
|
|
|
+ <!-- android:layout_width="0dp"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:layout_weight="1"-->
|
|
|
+ <!-- android:text="入库区域(*):"-->
|
|
|
+ <!-- android:textSize="@dimen/common" />-->
|
|
|
+
|
|
|
+ <!-- <TextView-->
|
|
|
+ <!-- android:id="@+id/tv_in_stock_area"-->
|
|
|
+ <!-- android:layout_width="wrap_content"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:paddingStart="@dimen/gap"-->
|
|
|
+ <!-- android:paddingLeft="@dimen/gap"-->
|
|
|
+ <!-- android:paddingRight="@dimen/gap"-->
|
|
|
+ <!-- android:text="请选择"-->
|
|
|
+ <!-- android:textSize="@dimen/common" />-->
|
|
|
+
|
|
|
+ <!-- <ImageView-->
|
|
|
+ <!-- android:layout_width="wrap_content"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:src="@drawable/ic_right_arrow" />-->
|
|
|
+
|
|
|
+ <!-- </LinearLayout>-->
|
|
|
+
|
|
|
+ <!-- <include layout="@layout/view_line_horizontal" />-->
|
|
|
+
|
|
|
+ <!-- <LinearLayout-->
|
|
|
+ <!-- android:id="@+id/tap_material_height_level"-->
|
|
|
+ <!-- android:layout_width="match_parent"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:background="@color/white"-->
|
|
|
+ <!-- android:gravity="center_vertical"-->
|
|
|
+ <!-- android:orientation="horizontal"-->
|
|
|
+ <!-- android:paddingStart="@dimen/gap"-->
|
|
|
+ <!-- android:paddingTop="@dimen/gap"-->
|
|
|
+ <!-- android:paddingEnd="@dimen/gap"-->
|
|
|
+ <!-- android:paddingBottom="@dimen/gap">-->
|
|
|
+
|
|
|
+ <!-- <TextView-->
|
|
|
+ <!-- android:layout_width="0dp"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:layout_weight="1"-->
|
|
|
+ <!-- android:text="@string/str_material_height_level"-->
|
|
|
+ <!-- android:textSize="@dimen/common" />-->
|
|
|
+
|
|
|
+ <!-- <TextView-->
|
|
|
+ <!-- android:id="@+id/tv_materil_height_level"-->
|
|
|
+ <!-- android:layout_width="wrap_content"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:paddingStart="@dimen/gap"-->
|
|
|
+ <!-- android:paddingLeft="@dimen/gap"-->
|
|
|
+ <!-- android:paddingRight="@dimen/gap"-->
|
|
|
+ <!-- android:text="3档_高于890"-->
|
|
|
+ <!-- android:textSize="@dimen/common" />-->
|
|
|
+
|
|
|
+ <!-- <ImageView-->
|
|
|
+ <!-- android:layout_width="wrap_content"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:src="@drawable/ic_right_arrow" />-->
|
|
|
+
|
|
|
+ <!-- </LinearLayout>-->
|
|
|
+
|
|
|
+ <!-- <include layout="@layout/view_line_horizontal" />-->
|
|
|
+
|
|
|
+ <!-- <LinearLayout-->
|
|
|
+ <!-- android:layout_width="match_parent"-->
|
|
|
+ <!-- android:layout_height="@dimen/layout_cell_height"-->
|
|
|
+ <!-- android:orientation="horizontal"-->
|
|
|
+ <!-- android:background="@color/white"-->
|
|
|
+ <!-- android:paddingStart="@dimen/gap"-->
|
|
|
+ <!-- android:paddingLeft="@dimen/gap"-->
|
|
|
+ <!-- android:paddingRight="@dimen/gap">-->
|
|
|
+
|
|
|
+ <!-- <TextView-->
|
|
|
+ <!-- android:layout_width="wrap_content"-->
|
|
|
+ <!-- android:layout_height="match_parent"-->
|
|
|
+ <!-- android:text="入库日期:"-->
|
|
|
+ <!-- android:textSize="@dimen/common"-->
|
|
|
+ <!-- android:gravity="center"/>-->
|
|
|
+
|
|
|
+ <!-- <Button-->
|
|
|
+ <!-- android:id="@+id/btn_in_date"-->
|
|
|
+ <!-- android:layout_width="wrap_content"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:textSize="@dimen/common"-->
|
|
|
+ <!-- android:gravity="center"-->
|
|
|
+ <!-- android:background="@color/white"-->
|
|
|
+ <!-- android:enabled="false"-->
|
|
|
+ <!-- android:text="0000-00-00"-->
|
|
|
+ <!-- android:textColor="@color/gray_text"/>-->
|
|
|
+
|
|
|
+ <!-- </LinearLayout>-->
|
|
|
+
|
|
|
+ <!-- <include layout="@layout/view_line_horizontal"/>-->
|
|
|
+
|
|
|
+ <!-- <LinearLayout-->
|
|
|
+ <!-- android:id="@+id/tap_status_change"-->
|
|
|
+ <!-- android:layout_width="match_parent"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:orientation="horizontal"-->
|
|
|
+ <!-- android:gravity="center_vertical"-->
|
|
|
+ <!-- android:paddingStart="@dimen/gap"-->
|
|
|
+ <!-- android:paddingEnd="@dimen/gap"-->
|
|
|
+ <!-- android:paddingTop="@dimen/gap"-->
|
|
|
+ <!-- android:paddingBottom="@dimen/gap"-->
|
|
|
+ <!-- android:background="@color/white">-->
|
|
|
+
|
|
|
+ <!-- <TextView-->
|
|
|
+ <!-- android:layout_width="0dp"-->
|
|
|
+ <!-- android:layout_weight="1"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:text="@string/str_inventory_status"-->
|
|
|
+ <!-- android:textSize="@dimen/common"/>-->
|
|
|
+
|
|
|
+ <!-- <TextView-->
|
|
|
+ <!-- android:id="@+id/tv_inventory_status"-->
|
|
|
+ <!-- android:layout_width="wrap_content"-->
|
|
|
+ <!-- android:layout_height="wrap_content"-->
|
|
|
+ <!-- android:text="合格"-->
|
|
|
+ <!-- android:textColor="@color/gray_text"-->
|
|
|
+ <!-- android:textSize="@dimen/common"-->
|
|
|
+ <!-- android:paddingRight="@dimen/gap"-->
|
|
|
+ <!-- android:paddingLeft="@dimen/gap"-->
|
|
|
+ <!-- android:paddingStart="@dimen/gap"/>-->
|
|
|
+
|
|
|
+ <!--<!– <ImageView–>-->
|
|
|
+ <!--<!– android:layout_width="wrap_content"–>-->
|
|
|
+ <!--<!– android:layout_height="wrap_content"–>-->
|
|
|
+ <!--<!– android:src="@drawable/ic_right_arrow" />–>-->
|
|
|
+
|
|
|
+ <!-- </LinearLayout>-->
|
|
|
+
|
|
|
+ <!-- <include layout="@layout/view_line_horizontal"/>-->
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <!-- <com.jcodecraeer.xrecyclerview.XRecyclerView-->
|
|
|
+ <!-- android:id="@+id/recycler_view"-->
|
|
|
+ <!-- android:layout_width="match_parent"-->
|
|
|
+ <!-- android:layout_height="0dp"-->
|
|
|
+ <!-- android:layout_weight="1">-->
|
|
|
+
|
|
|
+ <!-- </com.jcodecraeer.xrecyclerview.XRecyclerView>-->
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <!-- <Button-->
|
|
|
+ <!-- android:id="@+id/btn_new_material"-->
|
|
|
+ <!-- android:layout_width="0dp"-->
|
|
|
+ <!-- android:layout_height="@dimen/btn_height"-->
|
|
|
+ <!-- android:layout_marginStart="@dimen/gap"-->
|
|
|
+ <!-- android:layout_marginEnd="@dimen/gap"-->
|
|
|
+ <!-- android:layout_marginBottom="@dimen/gap"-->
|
|
|
+ <!-- android:layout_weight="1"-->
|
|
|
+ <!-- android:background="@drawable/shape_corner_surround"-->
|
|
|
+ <!-- android:text="新增物料"-->
|
|
|
+ <!-- android:textColor="@color/main_color"-->
|
|
|
+ <!-- android:textSize="@dimen/action" />-->
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/btn_submit"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="@dimen/btn_height"
|
|
|
+ android:layout_marginStart="@dimen/gap"
|
|
|
+ android:layout_marginEnd="@dimen/gap"
|
|
|
+ android:layout_marginBottom="@dimen/gap"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@drawable/shape_corner_filled"
|
|
|
+ android:text="@string/general_string_submit"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/action" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+</LinearLayout>
|