|
|
@@ -5,529 +5,538 @@
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <!-- <android.support.design.widget.AppBarLayout-->
|
|
|
- <!-- android:background="@color/white"-->
|
|
|
- <!-- android:layout_width="match_parent"-->
|
|
|
- <!-- android:layout_weight="1"-->
|
|
|
- <!-- android:layout_height="match_parent">-->
|
|
|
-
|
|
|
- <!-- <android.support.design.widget.CollapsingToolbarLayout-->
|
|
|
- <!-- android:layout_width="match_parent"-->
|
|
|
- <!-- android:layout_height="match_parent"-->
|
|
|
- <!-- app:contentScrim="@color/colorPrimary"-->
|
|
|
- <!-- app:layout_scrollFlags="scroll|enterAlwaysCollapsed|exitUntilCollapsed">-->
|
|
|
- <!-- <android.support.v4.widget.NestedScrollView-->
|
|
|
- <!-- android:layout_width="match_parent"-->
|
|
|
- <!-- android:layout_height="match_parent">-->
|
|
|
- <LinearLayout
|
|
|
- android:orientation="vertical"
|
|
|
+ <android.support.design.widget.AppBarLayout
|
|
|
+ android:background="@color/white"
|
|
|
android:layout_width="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
android:layout_height="match_parent">
|
|
|
- <LinearLayout
|
|
|
- android:orientation="horizontal"
|
|
|
+
|
|
|
+ <android.support.design.widget.CollapsingToolbarLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:orientation="vertical"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="2">
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ app:contentScrim="@color/colorPrimary"
|
|
|
+ app:layout_scrollFlags="scroll|enterAlwaysCollapsed|exitUntilCollapsed">
|
|
|
+ <android.support.v4.widget.NestedScrollView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent">
|
|
|
<LinearLayout
|
|
|
- android:layout_marginRight="5dp"
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
android:orientation="vertical"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
+ android:layout_height="match_parent">
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:text="工单流水:"
|
|
|
- android:textColor="@color/black">
|
|
|
- </TextView>
|
|
|
|
|
|
- <FrameLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1">
|
|
|
-
|
|
|
- <AutoCompleteTextView
|
|
|
- android:id="@+id/ce_work_code"
|
|
|
- style="@style/EditTextLineStyle"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:inputType="number"
|
|
|
- android:hint="请输入工单流水" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_work_code"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center|right"
|
|
|
- android:layout_marginRight="13dp"
|
|
|
- android:src="@drawable/wrong"
|
|
|
- android:visibility="gone" />
|
|
|
- </FrameLayout>
|
|
|
- <ImageView
|
|
|
- android:layout_gravity="center"
|
|
|
- android:id="@+id/iv_popuwindow"
|
|
|
- android:layout_width="30dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
+ <LinearLayout
|
|
|
android:layout_marginLeft="5dp"
|
|
|
- android:background="@drawable/bg_button"
|
|
|
- android:src="@drawable/search_48" />
|
|
|
- </LinearLayout>
|
|
|
- <LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="计划单号:"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:textColor="@color/black">
|
|
|
- </TextView>
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- <FrameLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1">
|
|
|
-
|
|
|
- <AutoCompleteTextView
|
|
|
- android:id="@+id/tv_macode"
|
|
|
- style="@style/EditTextLineStyle"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:focusable="false"
|
|
|
- android:hint="" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_macode_delete"
|
|
|
+ android:layout_weight="2">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:text="工单流水:"
|
|
|
+ android:textColor="@color/black">
|
|
|
+ </TextView>
|
|
|
+
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1">
|
|
|
+
|
|
|
+ <AutoCompleteTextView
|
|
|
+ android:id="@+id/ce_work_code"
|
|
|
+ style="@style/EditTextLineStyle"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:inputType="number"
|
|
|
+ android:hint="请输入工单流水" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_work_code"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center|right"
|
|
|
+ android:layout_marginRight="13dp"
|
|
|
+ android:src="@drawable/wrong"
|
|
|
+ android:visibility="gone" />
|
|
|
+ </FrameLayout>
|
|
|
+ <ImageView
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:id="@+id/iv_popuwindow"
|
|
|
+ android:layout_width="30dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:background="@drawable/bg_button"
|
|
|
+ android:src="@drawable/search_48" />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="计划单号:"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:textColor="@color/black">
|
|
|
+ </TextView>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1">
|
|
|
+
|
|
|
+ <AutoCompleteTextView
|
|
|
+ android:id="@+id/tv_macode"
|
|
|
+ style="@style/EditTextLineStyle"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:focusable="false"
|
|
|
+ android:hint="" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_macode_delete"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center|right"
|
|
|
+ android:layout_marginRight="13dp"
|
|
|
+ android:src="@drawable/wrong"
|
|
|
+ android:visibility="gone" />
|
|
|
+ </FrameLayout>
|
|
|
+ <ImageView
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_width="30dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:src="@drawable/search_48" />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="产品代码:"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:textColor="@color/black">
|
|
|
+ </TextView>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1">
|
|
|
+
|
|
|
+ <AutoCompleteTextView
|
|
|
+ android:id="@+id/tv_pr_code"
|
|
|
+ style="@style/EditTextLineStyle"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:focusable="false"
|
|
|
+ android:hint="" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_pr_code_delete"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center|right"
|
|
|
+ android:layout_marginRight="13dp"
|
|
|
+ android:src="@drawable/wrong"
|
|
|
+ android:visibility="gone" />
|
|
|
+ </FrameLayout>
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="30dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:clickable="false"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="产品名称:"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:textColor="@color/black">
|
|
|
+ </TextView>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1">
|
|
|
+
|
|
|
+ <AutoCompleteTextView
|
|
|
+ android:id="@+id/tv_pr_detail"
|
|
|
+ style="@style/EditTextLineStyle"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:focusable="false"
|
|
|
+ android:hint="" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_detail_delete"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center|right"
|
|
|
+ android:layout_marginRight="13dp"
|
|
|
+ android:src="@drawable/wrong"
|
|
|
+ android:visibility="gone" />
|
|
|
+ </FrameLayout>
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="30dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:clickable="false"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="人员编号:"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:textColor="@color/black">
|
|
|
+ </TextView>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1">
|
|
|
+
|
|
|
+ <AutoCompleteTextView
|
|
|
+ android:id="@+id/tv_dc_emcode"
|
|
|
+ style="@style/EditTextLineStyle"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:inputType="number"
|
|
|
+ android:hint="请输入人员编号" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_dc_emcode_delete"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center|right"
|
|
|
+ android:layout_marginRight="13dp"
|
|
|
+ android:src="@drawable/wrong"
|
|
|
+ android:visibility="gone" />
|
|
|
+ </FrameLayout>
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_dc_emcode"
|
|
|
+ android:layout_width="30dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:clickable="false"
|
|
|
+ />
|
|
|
+ </LinearLayout>
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:text="不良归属:"
|
|
|
+ android:textColor="@color/black">
|
|
|
+ </TextView>
|
|
|
+
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1">
|
|
|
+
|
|
|
+ <AutoCompleteTextView
|
|
|
+ android:id="@+id/at_station"
|
|
|
+ style="@style/EditTextLineStyle"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:hint="请输入不良归属" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_station"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center|right"
|
|
|
+ android:layout_marginRight="13dp"
|
|
|
+ android:src="@drawable/wrong"
|
|
|
+ android:visibility="gone" />
|
|
|
+ </FrameLayout>
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_resources"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_width="30dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:background="@drawable/bg_button"
|
|
|
+ android:src="@drawable/search_48" />
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:text="物理线别:">
|
|
|
+ </TextView>
|
|
|
+
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <com.uas.collection.view.ClearableEditText
|
|
|
+ android:id="@+id/ce_wuli"
|
|
|
+ style="@style/EditTextLineStyle"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:textSize="@dimen/dp_10"
|
|
|
+ android:focusable="false"
|
|
|
+ android:hint="请输入物理线别"/>
|
|
|
+ </FrameLayout>
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_wuli"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_width="30dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:background="@drawable/bg_button"
|
|
|
+ android:src="@drawable/search_48" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center|right"
|
|
|
- android:layout_marginRight="13dp"
|
|
|
- android:src="@drawable/wrong"
|
|
|
- android:visibility="gone" />
|
|
|
- </FrameLayout>
|
|
|
- <ImageView
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_width="30dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:src="@drawable/search_48" />
|
|
|
- </LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="产品代码:"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:textColor="@color/black">
|
|
|
- </TextView>
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- <FrameLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1">
|
|
|
-
|
|
|
- <AutoCompleteTextView
|
|
|
- android:id="@+id/tv_pr_code"
|
|
|
- style="@style/EditTextLineStyle"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:focusable="false"
|
|
|
- android:hint="" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_pr_code_delete"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:text="不良现象:"
|
|
|
+ android:textColor="@color/black">
|
|
|
+ </TextView>
|
|
|
+ <android.support.v7.widget.RecyclerView
|
|
|
+ android:id="@+id/rv_datachange"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ </android.support.v7.widget.RecyclerView>
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center|right"
|
|
|
- android:layout_marginRight="13dp"
|
|
|
- android:src="@drawable/wrong"
|
|
|
- android:visibility="gone" />
|
|
|
- </FrameLayout>
|
|
|
- <ImageView
|
|
|
- android:layout_width="30dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:clickable="false"
|
|
|
- />
|
|
|
- </LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:text="不良原因:"
|
|
|
+ android:textColor="@color/black">
|
|
|
+ </TextView>
|
|
|
+ <android.support.v7.widget.RecyclerView
|
|
|
+ android:id="@+id/rv_datachangetwo"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ </android.support.v7.widget.RecyclerView>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:text="不良归类:"
|
|
|
+ android:textColor="@color/black">
|
|
|
+ </TextView>
|
|
|
+ <android.support.v7.widget.RecyclerView
|
|
|
+ android:id="@+id/rv_dataclassify"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ </android.support.v7.widget.RecyclerView>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:text="不良数量:"
|
|
|
+ android:textColor="@color/black">
|
|
|
+ </TextView>
|
|
|
+ <android.support.v7.widget.RecyclerView
|
|
|
+ android:id="@+id/rv_datapassqty"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ </android.support.v7.widget.RecyclerView>
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:text="采集条码:"
|
|
|
+ android:textColor="@color/black">
|
|
|
+ </TextView>
|
|
|
+
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <com.uas.collection.view.ClearableEditText
|
|
|
+ android:id="@+id/tv_newxin"
|
|
|
+ style="@style/EditTextStyle"
|
|
|
+ android:layout_height="20dp"
|
|
|
+ android:background="@drawable/bg_line_edittext"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:hint=""
|
|
|
+ android:imeOptions="actionSend"
|
|
|
+ android:textColor="@color/black" />
|
|
|
+ </FrameLayout>
|
|
|
+ <ImageView
|
|
|
+ android:visibility="gone"
|
|
|
+ android:id="@+id/storage_recharge_scan_iv"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_width="30dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:src="@drawable/ic_edittext_scan" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="产品名称:"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:textColor="@color/black">
|
|
|
- </TextView>
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- <FrameLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1">
|
|
|
-
|
|
|
- <AutoCompleteTextView
|
|
|
- android:id="@+id/tv_pr_detail"
|
|
|
- style="@style/EditTextLineStyle"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:focusable="false"
|
|
|
- android:hint="" />
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_detail_delete"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center|right"
|
|
|
- android:layout_marginRight="13dp"
|
|
|
- android:src="@drawable/wrong"
|
|
|
- android:visibility="gone" />
|
|
|
- </FrameLayout>
|
|
|
- <ImageView
|
|
|
- android:layout_width="30dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_personnel_data"
|
|
|
+ android:layout_width="190dp"
|
|
|
+ android:layout_height="190dp"
|
|
|
+ android:scaleType="fitXY"
|
|
|
+ android:layout_margin="@dimen/dp_10"
|
|
|
+ android:background="@drawable/bg_imageview_rauide">
|
|
|
+ </ImageView>
|
|
|
+ <LinearLayout
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_weight="0.9"
|
|
|
+ android:layout_height="match_parent">
|
|
|
+ <com.bin.david.form.core.SmartTable
|
|
|
+ android:id="@+id/jlt_storage_in_filter_list_st"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:layout_height="match_parent" />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_save"
|
|
|
+ android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:layout_width="150dp"
|
|
|
+ android:layout_height="50dp"
|
|
|
+ android:text="提交"
|
|
|
android:layout_gravity="center"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:clickable="false"
|
|
|
- />
|
|
|
+ android:gravity="center"
|
|
|
+ android:textSize="@dimen/textsize_20"
|
|
|
+ android:background="@drawable/bg_button">
|
|
|
+ </TextView>
|
|
|
</LinearLayout>
|
|
|
- </LinearLayout>
|
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="人员编号:"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:textColor="@color/black">
|
|
|
- </TextView>
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- <FrameLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1">
|
|
|
-
|
|
|
- <AutoCompleteTextView
|
|
|
- android:id="@+id/tv_dc_emcode"
|
|
|
- style="@style/EditTextLineStyle"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:inputType="number"
|
|
|
- android:hint="请输入人员编号" />
|
|
|
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_dc_emcode_delete"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center|right"
|
|
|
- android:layout_marginRight="13dp"
|
|
|
- android:src="@drawable/wrong"
|
|
|
- android:visibility="gone" />
|
|
|
- </FrameLayout>
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_dc_emcode"
|
|
|
- android:layout_width="30dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:clickable="false"
|
|
|
- />
|
|
|
- </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
- <LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:text="不良归属:"
|
|
|
- android:textColor="@color/black">
|
|
|
- </TextView>
|
|
|
|
|
|
- <FrameLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1">
|
|
|
-
|
|
|
- <AutoCompleteTextView
|
|
|
- android:id="@+id/at_station"
|
|
|
- style="@style/EditTextLineStyle"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:hint="请输入不良归属" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_station"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center|right"
|
|
|
- android:layout_marginRight="13dp"
|
|
|
- android:src="@drawable/wrong"
|
|
|
- android:visibility="gone" />
|
|
|
- </FrameLayout>
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_resources"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_width="30dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:background="@drawable/bg_button"
|
|
|
- android:src="@drawable/search_48" />
|
|
|
- </LinearLayout>
|
|
|
- <LinearLayout
|
|
|
- android:layout_marginTop="2dp"
|
|
|
- android:orientation="horizontal"
|
|
|
+ <com.uas.collection.view.ClearableEditText
|
|
|
+ android:id="@+id/tv_hintshow"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:text="物理线别:">
|
|
|
- </TextView>
|
|
|
-
|
|
|
- <FrameLayout
|
|
|
- android:layout_weight="1"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- <com.uas.collection.view.ClearableEditText
|
|
|
- android:id="@+id/ce_wuli"
|
|
|
- style="@style/EditTextLineStyle"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
- android:focusable="false"
|
|
|
- android:hint="请输入物理线别"/>
|
|
|
- </FrameLayout>
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_wuli"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_width="30dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:background="@drawable/bg_button"
|
|
|
- android:src="@drawable/search_48" />
|
|
|
- </LinearLayout>
|
|
|
+ android:layout_height="150dp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:text=""
|
|
|
+ android:gravity="top"
|
|
|
+ android:textSize="15sp"
|
|
|
+ android:layout_marginRight="@dimen/dp_10"
|
|
|
+ android:focusable="false"
|
|
|
+ android:background="@drawable/bg_line_edittext"
|
|
|
+ android:visibility="gone">
|
|
|
+ </com.uas.collection.view.ClearableEditText>
|
|
|
|
|
|
- </LinearLayout>
|
|
|
- <LinearLayout
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:text="不良现象:"
|
|
|
- android:textColor="@color/black">
|
|
|
- </TextView>
|
|
|
- <android.support.v7.widget.RecyclerView
|
|
|
- android:id="@+id/rv_datachange"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- </android.support.v7.widget.RecyclerView>
|
|
|
- </LinearLayout>
|
|
|
- <LinearLayout
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:text="不良原因:"
|
|
|
- android:textColor="@color/black">
|
|
|
- </TextView>
|
|
|
- <android.support.v7.widget.RecyclerView
|
|
|
- android:id="@+id/rv_datachangetwo"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- </android.support.v7.widget.RecyclerView>
|
|
|
- </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:text="不良归类:"
|
|
|
- android:textColor="@color/black">
|
|
|
- </TextView>
|
|
|
- <android.support.v7.widget.RecyclerView
|
|
|
- android:id="@+id/rv_dataclassify"
|
|
|
+ android:id="@+id/tv_gonema_code"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- </android.support.v7.widget.RecyclerView>
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:text="不良数量:"
|
|
|
- android:textColor="@color/black">
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:visibility="gone">
|
|
|
</TextView>
|
|
|
- <android.support.v7.widget.RecyclerView
|
|
|
- android:id="@+id/rv_datapassqty"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- </android.support.v7.widget.RecyclerView>
|
|
|
- </LinearLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:text="采集条码:"
|
|
|
- android:textColor="@color/black">
|
|
|
- </TextView>
|
|
|
|
|
|
- <FrameLayout
|
|
|
- android:layout_weight="1"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- <com.uas.collection.view.ClearableEditText
|
|
|
- android:id="@+id/tv_newxin"
|
|
|
- style="@style/EditTextStyle"
|
|
|
- android:layout_height="20dp"
|
|
|
- android:background="@drawable/bg_line_edittext"
|
|
|
- android:focusable="true"
|
|
|
- android:focusableInTouchMode="true"
|
|
|
- android:hint=""
|
|
|
- android:imeOptions="actionSend"
|
|
|
- android:textColor="@color/black" />
|
|
|
- </FrameLayout>
|
|
|
- <ImageView
|
|
|
- android:visibility="gone"
|
|
|
- android:id="@+id/storage_recharge_scan_iv"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:layout_width="30dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:src="@drawable/ic_edittext_scan" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
+ </android.support.v4.widget.NestedScrollView>
|
|
|
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_personnel_data"
|
|
|
- android:layout_width="190dp"
|
|
|
- android:layout_height="190dp"
|
|
|
- android:scaleType="fitXY"
|
|
|
- android:layout_margin="@dimen/dp_10"
|
|
|
- android:background="@drawable/bg_imageview_rauide">
|
|
|
- </ImageView>
|
|
|
-
|
|
|
- <com.bin.david.form.core.SmartTable
|
|
|
- android:id="@+id/jlt_storage_in_filter_list_st"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_weight="0.9"
|
|
|
- android:layout_height="match_parent" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <com.uas.collection.view.ClearableEditText
|
|
|
- android:id="@+id/tv_hintshow"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="150dp"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_marginTop="10dp"
|
|
|
- android:text=""
|
|
|
- android:gravity="top"
|
|
|
- android:textSize="15sp"
|
|
|
- android:layout_marginRight="@dimen/dp_10"
|
|
|
- android:focusable="false"
|
|
|
- android:background="@drawable/bg_line_edittext"
|
|
|
- android:visibility="gone">
|
|
|
- </com.uas.collection.view.ClearableEditText>
|
|
|
-
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_gonema_code"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:visibility="gone">
|
|
|
- </TextView>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_save"
|
|
|
- android:layout_marginTop="@dimen/dp_10"
|
|
|
- android:layout_width="150dp"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:text="提交"
|
|
|
- android:layout_gravity="center"
|
|
|
- android:gravity="center"
|
|
|
- android:textSize="@dimen/textsize_20"
|
|
|
- android:background="@drawable/bg_button">
|
|
|
- </TextView>
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
-
|
|
|
- <!-- </android.support.v4.widget.NestedScrollView>-->
|
|
|
-
|
|
|
- <!-- </android.support.design.widget.CollapsingToolbarLayout>-->
|
|
|
- <!-- </android.support.design.widget.AppBarLayout>-->
|
|
|
+ </android.support.design.widget.CollapsingToolbarLayout>
|
|
|
+ </android.support.design.widget.AppBarLayout>
|
|
|
|
|
|
|
|
|
</LinearLayout>
|