|
|
@@ -5,209 +5,220 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical"
|
|
|
android:padding="@dimen/root_layout_padding">
|
|
|
-
|
|
|
- <TableLayout
|
|
|
+ <ScrollView
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:stretchColumns="1">
|
|
|
-
|
|
|
-
|
|
|
- <TableRow
|
|
|
- android:id="@+id/material_in_collect_num_tr"
|
|
|
- android:layout_marginTop="5dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="center"
|
|
|
- android:padding="10dp"
|
|
|
- android:text="领料单号"
|
|
|
- android:textColor="@color/body_text_1"
|
|
|
- android:textSize="16sp" />
|
|
|
-
|
|
|
- <com.uas.uas_mes_stw.view.ClearableEditText
|
|
|
- android:id="@+id/bom_check_id_cet"
|
|
|
- style="@style/EditTextStyle"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:focusable="true"
|
|
|
- android:focusableInTouchMode="true"
|
|
|
- android:hint="请输入工单号"
|
|
|
- android:imeOptions="actionSend"
|
|
|
- android:textColor="@color/black" />
|
|
|
- <ImageView
|
|
|
- android:layout_gravity="center"
|
|
|
- android:id="@+id/iv_popuwindow"
|
|
|
- android:layout_width="30dp"
|
|
|
- android:layout_height="30dp"
|
|
|
- android:layout_marginRight="10dp"
|
|
|
- android:layout_marginLeft="5dp"
|
|
|
- android:background="@drawable/bg_button"
|
|
|
- android:src="@drawable/search_48" />
|
|
|
- </TableRow>
|
|
|
- <TableRow
|
|
|
- android:layout_marginTop="5dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="center"
|
|
|
- android:padding="10dp"
|
|
|
- android:text="工单号"
|
|
|
- android:textColor="@color/body_text_1"
|
|
|
- android:textSize="16sp" />
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_gdhcode"
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="left"
|
|
|
- android:padding="10dp"
|
|
|
- android:text=""
|
|
|
- android:textColor="@color/body_text_1"
|
|
|
- android:textSize="16sp" />
|
|
|
- </TableRow>
|
|
|
-
|
|
|
- <TableRow
|
|
|
- android:layout_marginTop="5dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="center"
|
|
|
- android:padding="10dp"
|
|
|
- android:text="料号"
|
|
|
- android:textColor="@color/body_text_1"
|
|
|
- android:textSize="16sp" />
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_prcode"
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="left"
|
|
|
- android:padding="10dp"
|
|
|
- android:text=""
|
|
|
- android:textColor="@color/body_text_1"
|
|
|
- android:textSize="16sp" />
|
|
|
- </TableRow>
|
|
|
- <TableRow
|
|
|
- android:id="@+id/material_in_collect_lotno_tr"
|
|
|
- android:layout_marginTop="5dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="center"
|
|
|
- android:padding="10dp"
|
|
|
- android:text="规格"
|
|
|
- android:textColor="@color/body_text_1"
|
|
|
- android:textSize="16sp" />
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_space"
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="left"
|
|
|
- android:padding="10dp"
|
|
|
- android:text=""
|
|
|
- android:maxLines="2"
|
|
|
- android:textColor="@color/body_text_1"
|
|
|
- android:textSize="16sp" />
|
|
|
- </TableRow>
|
|
|
- <TableRow
|
|
|
- android:layout_marginTop="5dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="center"
|
|
|
- android:padding="10dp"
|
|
|
- android:text="线别"
|
|
|
- android:textColor="@color/body_text_1"
|
|
|
- android:textSize="16sp" />
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_xbcode"
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="left"
|
|
|
- android:padding="10dp"
|
|
|
- android:text=""
|
|
|
- android:maxLines="2"
|
|
|
- android:textColor="@color/body_text_1"
|
|
|
- android:textSize="16sp" />
|
|
|
- </TableRow>
|
|
|
- <TableRow
|
|
|
- android:layout_marginTop="5dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="center"
|
|
|
- android:padding="10dp"
|
|
|
- android:text="领料数量"
|
|
|
- android:textColor="@color/body_text_1"
|
|
|
- android:textSize="16sp" />
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_lingqty"
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="left"
|
|
|
- android:padding="10dp"
|
|
|
- android:text=""
|
|
|
- android:maxLines="2"
|
|
|
- android:textColor="@color/body_text_1"
|
|
|
- android:textSize="16sp" />
|
|
|
- </TableRow>
|
|
|
- <TableRow
|
|
|
- android:layout_marginTop="5dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="center"
|
|
|
- android:padding="10dp"
|
|
|
- android:text="数量"
|
|
|
- android:textColor="@color/body_text_1"
|
|
|
- android:textSize="16sp" />
|
|
|
-
|
|
|
- <com.uas.uas_mes_stw.view.ClearableEditText
|
|
|
- android:id="@+id/bom_check_qty_cet"
|
|
|
- style="@style/EditTextStyle"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:focusable="true"
|
|
|
- android:focusableInTouchMode="true"
|
|
|
- android:hint="请输入数量"
|
|
|
- android:imeOptions="actionSend"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:inputType="number"/>
|
|
|
- </TableRow>
|
|
|
- <TableRow
|
|
|
- android:layout_marginTop="5dp">
|
|
|
-
|
|
|
- <TextView
|
|
|
- style="@style/tl_tv_style"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:gravity="center"
|
|
|
- android:padding="10dp"
|
|
|
- android:text="标签数"
|
|
|
- android:textColor="@color/body_text_1"
|
|
|
- android:textSize="16sp" />
|
|
|
-
|
|
|
- <com.uas.uas_mes_stw.view.ClearableEditText
|
|
|
- android:id="@+id/bom_check_tiaomashulaing_cet"
|
|
|
- style="@style/EditTextStyle"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:focusable="true"
|
|
|
- android:focusableInTouchMode="true"
|
|
|
- android:hint="请输入数量"
|
|
|
- android:imeOptions="actionSend"
|
|
|
- android:textColor="@color/black"
|
|
|
- android:inputType="number"/>
|
|
|
- </TableRow>
|
|
|
- </TableLayout>
|
|
|
-
|
|
|
- <Button
|
|
|
- android:id="@+id/bom_check_confirm_btn"
|
|
|
- style="@style/ButtonStyle"
|
|
|
- android:text="@string/confirm" />
|
|
|
+ android:layout_height="match_parent">
|
|
|
+ <LinearLayout
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent">
|
|
|
+ <TableLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:stretchColumns="1">
|
|
|
+
|
|
|
+
|
|
|
+ <TableRow
|
|
|
+ android:id="@+id/material_in_collect_num_tr"
|
|
|
+ android:layout_marginTop="5dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text="领料单号"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+
|
|
|
+ <com.uas.uas_mes_stw.view.ClearableEditText
|
|
|
+ android:id="@+id/bom_check_id_cet"
|
|
|
+ style="@style/EditTextStyle"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:hint="请输入工单号"
|
|
|
+ android:imeOptions="actionSend"
|
|
|
+ android:textColor="@color/black" />
|
|
|
+ <ImageView
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:id="@+id/iv_popuwindow"
|
|
|
+ android:layout_width="30dp"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:layout_marginLeft="5dp"
|
|
|
+ android:background="@drawable/bg_button"
|
|
|
+ android:src="@drawable/search_48" />
|
|
|
+ </TableRow>
|
|
|
+ <TableRow
|
|
|
+ android:layout_marginTop="5dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text="工单号"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_gdhcode"
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="left"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text=""
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+ </TableRow>
|
|
|
+
|
|
|
+ <TableRow
|
|
|
+ android:layout_marginTop="5dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text="料号"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_prcode"
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="left"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text=""
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+ </TableRow>
|
|
|
+ <TableRow
|
|
|
+ android:id="@+id/material_in_collect_lotno_tr"
|
|
|
+ android:layout_marginTop="5dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text="规格"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_space"
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="left"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text=""
|
|
|
+ android:maxLines="2"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+ </TableRow>
|
|
|
+ <TableRow
|
|
|
+ android:layout_marginTop="5dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text="线别"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_xbcode"
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="left"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text=""
|
|
|
+ android:maxLines="2"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+ </TableRow>
|
|
|
+ <TableRow
|
|
|
+ android:layout_marginTop="5dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text="领料数量"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_lingqty"
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="left"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text=""
|
|
|
+ android:maxLines="2"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+ </TableRow>
|
|
|
+ <TableRow
|
|
|
+ android:layout_marginTop="5dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text="数量"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+
|
|
|
+ <com.uas.uas_mes_stw.view.ClearableEditText
|
|
|
+ android:id="@+id/bom_check_qty_cet"
|
|
|
+ style="@style/EditTextStyle"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:hint="请输入数量"
|
|
|
+ android:imeOptions="actionSend"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:inputType="number"/>
|
|
|
+ </TableRow>
|
|
|
+ <TableRow
|
|
|
+ android:layout_marginTop="5dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text="标签数"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+
|
|
|
+ <com.uas.uas_mes_stw.view.ClearableEditText
|
|
|
+ android:id="@+id/bom_check_tiaomashulaing_cet"
|
|
|
+ style="@style/EditTextStyle"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:hint="请输入数量"
|
|
|
+ android:imeOptions="actionSend"
|
|
|
+ android:textColor="@color/black"
|
|
|
+ android:inputType="number"/>
|
|
|
+ </TableRow>
|
|
|
+ </TableLayout>
|
|
|
+
|
|
|
+ <Button
|
|
|
+ android:id="@+id/bom_check_confirm_btn"
|
|
|
+ style="@style/ButtonStyle"
|
|
|
+ android:text="@string/confirm" />
|
|
|
+ </LinearLayout>
|
|
|
+ </ScrollView>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
</LinearLayout>
|