|
|
@@ -5,404 +5,423 @@
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <android.support.design.widget.AppBarLayout
|
|
|
- android:background="@color/white"
|
|
|
+ <!-- <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:layout_width="match_parent"
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_height="match_parent">
|
|
|
-
|
|
|
- <android.support.design.widget.CollapsingToolbarLayout
|
|
|
+ <LinearLayout
|
|
|
+ android:orientation="horizontal"
|
|
|
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">
|
|
|
+ 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">
|
|
|
<LinearLayout
|
|
|
+ android:layout_marginRight="5dp"
|
|
|
+ android:layout_marginTop="@dimen/dp_10"
|
|
|
android:orientation="vertical"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent">
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:orientation="horizontal"
|
|
|
+ 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>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:orientation="vertical"
|
|
|
+ <FrameLayout
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="3">
|
|
|
- <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: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: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: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: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: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>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_gravity="left"
|
|
|
- android:text="不良现象">
|
|
|
- </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>
|
|
|
- <TextView
|
|
|
+ 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="left"
|
|
|
- android:text="不良原因">
|
|
|
- </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>
|
|
|
+ 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="0dp"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="0.8"
|
|
|
- android:layout_marginLeft="@dimen/textsize_20"
|
|
|
- android:layout_marginRight="@dimen/textsize_20">
|
|
|
+ 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:id="@+id/iv_personnel_data"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="200dp"
|
|
|
- android:scaleType="fitXY"
|
|
|
- android:background="@drawable/bg_imageview_rauide">
|
|
|
- </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>
|
|
|
|
|
|
- <com.bin.david.form.core.SmartTable
|
|
|
- android:id="@+id/jlt_storage_in_filter_list_st"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_weight="1.5"
|
|
|
- android:layout_height="match_parent" />
|
|
|
+
|
|
|
+ <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>
|
|
|
|
|
|
- <com.uas.collection.view.ClearableEditText
|
|
|
- android:id="@+id/tv_hintshow"
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
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_save"
|
|
|
- android:layout_marginTop="30dp"
|
|
|
- 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>
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_gonema_code"
|
|
|
+ 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="match_parent"
|
|
|
- android:visibility="gone">
|
|
|
- </TextView>
|
|
|
+ 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">
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <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>
|
|
|
|
|
|
|
|
|
- </android.support.v4.widget.NestedScrollView>
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- </android.support.design.widget.CollapsingToolbarLayout>
|
|
|
- </android.support.design.widget.AppBarLayout>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="left"
|
|
|
+ android:text="不良现象">
|
|
|
+ </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>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="left"
|
|
|
+ android:text="不良原因">
|
|
|
+ </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>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="left"
|
|
|
+ android:text="不良数量">
|
|
|
+ </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:orientation="vertical"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="0.8"
|
|
|
+ android:layout_marginLeft="@dimen/textsize_20"
|
|
|
+ android:layout_marginRight="@dimen/textsize_20"
|
|
|
+ android:layout_marginTop="@dimen/dp_10">
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_personnel_data"
|
|
|
+ android:layout_width="190dp"
|
|
|
+ android:layout_height="190dp"
|
|
|
+ android:scaleType="fitXY"
|
|
|
+ android:background="@drawable/bg_imageview_rauide">
|
|
|
+ </ImageView>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <com.bin.david.form.core.SmartTable
|
|
|
+ android:id="@+id/jlt_storage_in_filter_list_st"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_weight="0.8"
|
|
|
+ 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="50dp"
|
|
|
+ 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>-->
|
|
|
|
|
|
|
|
|
</LinearLayout>
|