|
|
@@ -4,58 +4,61 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical">
|
|
|
+
|
|
|
<ScrollView
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent">
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_weight="1">
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent">
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:orientation="vertical"
|
|
|
android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_weight="1"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
<LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="@dimen/dp_10"
|
|
|
android:layout_weight="1"
|
|
|
- android:orientation="vertical"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
+ android:text="工单流水:"
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
- android:text="工单流水:">
|
|
|
- </TextView>
|
|
|
+ android:textSize="@dimen/dp_10"></TextView>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1">
|
|
|
|
|
|
<AutoCompleteTextView
|
|
|
android:id="@+id/ce_work_code"
|
|
|
style="@style/EditTextLineStyle"
|
|
|
android:layout_height="25dp"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
+ android:hint="请输入工单流水"
|
|
|
android:inputType="number"
|
|
|
- android:hint="请输入工单流水" />
|
|
|
+ android:textSize="@dimen/dp_10" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_work_code"
|
|
|
@@ -66,47 +69,49 @@
|
|
|
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_gravity="center"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:background="@drawable/bg_button"
|
|
|
android:src="@drawable/search_48" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="2dp"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="2dp">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="计划单号:"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
android:layout_gravity="center"
|
|
|
- android:textColor="@color/black">
|
|
|
- </TextView>
|
|
|
+ android:text="计划单号:"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="@dimen/dp_10"></TextView>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<FrameLayout
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1">
|
|
|
|
|
|
<AutoCompleteTextView
|
|
|
android:id="@+id/tv_macode"
|
|
|
style="@style/EditTextLineStyle"
|
|
|
android:layout_height="25dp"
|
|
|
- android:inputType="number"
|
|
|
- android:hint=""
|
|
|
android:focusable="false"
|
|
|
- android:textSize="@dimen/dp_10"/>
|
|
|
+ android:hint=""
|
|
|
+ android:inputType="number"
|
|
|
+ android:textSize="@dimen/dp_10" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -116,41 +121,43 @@
|
|
|
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:layout_marginRight="10dp"
|
|
|
android:clickable="false" />
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="2dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
+ android:text="产品代码:"
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
- android:text="产品代码:">
|
|
|
- </TextView>
|
|
|
+ android:textSize="@dimen/dp_10"></TextView>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1">
|
|
|
|
|
|
<AutoCompleteTextView
|
|
|
android:id="@+id/tv_pr_code"
|
|
|
style="@style/EditTextLineStyle"
|
|
|
android:layout_height="25dp"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
android:focusable="false"
|
|
|
- android:hint="" />
|
|
|
+ android:hint=""
|
|
|
+ android:textSize="@dimen/dp_10" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -160,41 +167,43 @@
|
|
|
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_gravity="center"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:src="@drawable/search_48" />
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="2dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
+ android:text="产品名称:"
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
- android:text="产品名称:">
|
|
|
- </TextView>
|
|
|
+ android:textSize="@dimen/dp_10"></TextView>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1">
|
|
|
|
|
|
<AutoCompleteTextView
|
|
|
android:id="@+id/tv_pr_detail"
|
|
|
style="@style/EditTextLineStyle"
|
|
|
android:layout_height="25dp"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
- android:inputType="number"
|
|
|
android:focusable="false"
|
|
|
- android:hint="" />
|
|
|
+ android:hint=""
|
|
|
+ android:inputType="number"
|
|
|
+ android:textSize="@dimen/dp_10" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="wrap_content"
|
|
|
@@ -204,12 +213,13 @@
|
|
|
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_gravity="center"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:src="@drawable/search_48" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
@@ -220,28 +230,29 @@
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:text="人员编号:"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
android:layout_gravity="center"
|
|
|
- android:textColor="@color/black">
|
|
|
- </TextView>
|
|
|
+ android:text="人员编号:"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="@dimen/dp_10"></TextView>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="2dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<FrameLayout
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1">
|
|
|
|
|
|
<AutoCompleteTextView
|
|
|
android:id="@+id/tv_dc_emcode"
|
|
|
style="@style/EditTextLineStyle"
|
|
|
android:layout_height="25dp"
|
|
|
- android:hint="请输入人员编号"
|
|
|
android:focusable="false"
|
|
|
- android:textSize="@dimen/dp_10"/>
|
|
|
+ android:hint="请输入人员编号"
|
|
|
+ android:textSize="@dimen/dp_10" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_dc_emcode_delete"
|
|
|
@@ -252,56 +263,55 @@
|
|
|
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:layout_marginRight="10dp"
|
|
|
android:clickable="false"
|
|
|
- android:visibility="gone"
|
|
|
- />
|
|
|
+ android:visibility="gone" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_number_search_for"
|
|
|
android:layout_width="30dp"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_gravity="center"
|
|
|
- android:background="@drawable/bg_button"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
- android:src="@drawable/search_48"
|
|
|
- />
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:background="@drawable/bg_button"
|
|
|
+ android:src="@drawable/search_48" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_marginTop="2dp"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
+ android:text="不良归属:"
|
|
|
android:textColor="@color/black"
|
|
|
- android:text="不良归属:">
|
|
|
- </TextView>
|
|
|
+ android:textSize="@dimen/dp_10"></TextView>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1">
|
|
|
|
|
|
<AutoCompleteTextView
|
|
|
android:id="@+id/at_station"
|
|
|
style="@style/EditTextLineStyle"
|
|
|
android:layout_height="25dp"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
- android:hint="请输入不良归属" />
|
|
|
+ android:hint="请输入不良归属"
|
|
|
+ android:textSize="@dimen/dp_10" />
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_station"
|
|
|
@@ -312,183 +322,194 @@
|
|
|
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_gravity="center"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
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">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="2dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
+ android:text="物理线别:"
|
|
|
android:textColor="@color/black"
|
|
|
- android:text="物理线别:">
|
|
|
- </TextView>
|
|
|
+ android:textSize="@dimen/dp_10"></TextView>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1">
|
|
|
+
|
|
|
<com.uas.hycollection.view.ClearableEditText
|
|
|
android:id="@+id/ce_wuli"
|
|
|
style="@style/EditTextLineStyle"
|
|
|
android:layout_height="25dp"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
android:focusable="false"
|
|
|
- android:hint="请输入物理线别"/>
|
|
|
+ android:textSize="@dimen/dp_10"
|
|
|
+ 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_gravity="center"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
android:background="@drawable/bg_button"
|
|
|
android:src="@drawable/search_48" />
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ImageView
|
|
|
- android:visibility="gone"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:layout_margin="@dimen/dp_10"
|
|
|
android:id="@+id/iv_personnel_data"
|
|
|
android:layout_width="185dp"
|
|
|
android:layout_height="185dp"
|
|
|
+ android:layout_margin="@dimen/dp_10"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:background="@drawable/bg_imageview_rauide"
|
|
|
android:scaleType="fitXY"
|
|
|
- android:background="@drawable/bg_imageview_rauide">
|
|
|
- </ImageView>
|
|
|
+ android:visibility="gone"></ImageView>
|
|
|
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
- android:layout_marginLeft="@dimen/dp_10"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
+ android:layout_marginLeft="@dimen/dp_10"
|
|
|
+ android:text="不良现象:"
|
|
|
android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
- android:text="不良现象:">
|
|
|
- </TextView>
|
|
|
+ android:textSize="@dimen/dp_10"></TextView>
|
|
|
+
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
android:id="@+id/rv_one"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- </android.support.v7.widget.RecyclerView>
|
|
|
+ android:layout_height="wrap_content"></android.support.v7.widget.RecyclerView>
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:visibility="gone"
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
<TextView
|
|
|
- android:layout_marginLeft="@dimen/dp_10"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
android:layout_gravity="center"
|
|
|
- android:text="不良位号:">
|
|
|
- </TextView>
|
|
|
+ android:layout_marginLeft="@dimen/dp_10"
|
|
|
+ android:text="不良位号:"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="@dimen/dp_10"></TextView>
|
|
|
+
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
android:id="@+id/rv_two"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- </android.support.v7.widget.RecyclerView>
|
|
|
+ android:layout_height="wrap_content"></android.support.v7.widget.RecyclerView>
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
- android:layout_marginLeft="@dimen/dp_10"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
android:layout_gravity="center"
|
|
|
- android:text="不良原因:">
|
|
|
- </TextView>
|
|
|
+ android:layout_marginLeft="@dimen/dp_10"
|
|
|
+ android:text="不良原因:"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="@dimen/dp_10"></TextView>
|
|
|
+
|
|
|
<android.support.v7.widget.RecyclerView
|
|
|
android:id="@+id/rv_three"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- </android.support.v7.widget.RecyclerView>
|
|
|
+ android:layout_height="wrap_content"></android.support.v7.widget.RecyclerView>
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
- android:layout_marginLeft="@dimen/dp_10"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
+ android:layout_marginLeft="@dimen/dp_10"
|
|
|
android:text="不良归类:"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
- android:textColor="@color/black">
|
|
|
- </TextView>
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="@dimen/dp_10"></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>
|
|
|
+ android:layout_height="wrap_content"></android.support.v7.widget.RecyclerView>
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
- android:layout_marginLeft="@dimen/dp_10"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
+ android:layout_marginLeft="@dimen/dp_10"
|
|
|
android:text="不良数量:"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
- android:textColor="@color/black">
|
|
|
- </TextView>
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="@dimen/dp_10"></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>
|
|
|
+ android:layout_height="wrap_content"></android.support.v7.widget.RecyclerView>
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
<TextView
|
|
|
- android:layout_marginLeft="@dimen/dp_10"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="center"
|
|
|
+ android:layout_marginLeft="@dimen/dp_10"
|
|
|
android:text="采集条码:"
|
|
|
- android:textSize="@dimen/dp_10"
|
|
|
- android:textColor="@color/black">
|
|
|
- </TextView>
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:textSize="@dimen/dp_10"></TextView>
|
|
|
|
|
|
<FrameLayout
|
|
|
- android:layout_weight="1"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1">
|
|
|
+
|
|
|
<com.uas.hycollection.view.ClearableEditText
|
|
|
android:id="@+id/tv_newxin"
|
|
|
style="@style/EditTextStyle"
|
|
|
@@ -502,64 +523,65 @@
|
|
|
</FrameLayout>
|
|
|
|
|
|
<ImageView
|
|
|
- android:visibility="gone"
|
|
|
android:id="@+id/storage_recharge_scan_iv"
|
|
|
android:layout_width="30dp"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_gravity="center"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
android:layout_marginRight="10dp"
|
|
|
- android:src="@drawable/ic_edittext_scan" />
|
|
|
+ android:src="@drawable/ic_edittext_scan"
|
|
|
+ android:visibility="gone" />
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:orientation="vertical"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_weight="0.4">
|
|
|
+ android:layout_weight="0.4"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
<com.bin.david.form.core.SmartTable
|
|
|
android:id="@+id/jlt_storage_in_filter_list_st"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_weight="1"/>
|
|
|
+ android:layout_weight="1" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/tv_save"
|
|
|
android:layout_width="150dp"
|
|
|
android:layout_height="50dp"
|
|
|
- android:text="提交"
|
|
|
android:layout_gravity="center"
|
|
|
- android:gravity="center"
|
|
|
- android:textSize="@dimen/textsize_20"
|
|
|
+ android:layout_marginBottom="@dimen/textsize_20"
|
|
|
android:background="@drawable/bg_button"
|
|
|
- android:layout_marginBottom="@dimen/textsize_20">
|
|
|
- </TextView>
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="提交"
|
|
|
+ android:textSize="@dimen/textsize_20"></TextView>
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
</ScrollView>
|
|
|
+
|
|
|
<com.uas.hycollection.view.ClearableEditText
|
|
|
android:id="@+id/tv_hintshow"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="80dp"
|
|
|
android:layout_marginLeft="5dp"
|
|
|
android:layout_marginTop="5dp"
|
|
|
- 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.hycollection.view.ClearableEditText>
|
|
|
+ android:focusable="false"
|
|
|
+ android:gravity="top"
|
|
|
+ android:text=""
|
|
|
+ android:textSize="15sp"
|
|
|
+ android:visibility="gone"></com.uas.hycollection.view.ClearableEditText>
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_gonema_code"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:visibility="gone">
|
|
|
- </TextView>
|
|
|
+ android:visibility="gone"></TextView>
|
|
|
</LinearLayout>
|