|
|
@@ -0,0 +1,232 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:background="@color/white">
|
|
|
+ <CheckBox
|
|
|
+ android:layout_marginLeft="@dimen/dp_10"
|
|
|
+ android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:id="@+id/add_checkbos"
|
|
|
+ android:text="取消采集"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ </CheckBox>
|
|
|
+ <LinearLayout
|
|
|
+ android:padding="@dimen/sp_16"
|
|
|
+ android:paddingLeft="@dimen/sp_16"
|
|
|
+ android:paddingRight="@dimen/sp_16"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@drawable/bg_line_edittext">
|
|
|
+
|
|
|
+<!-- <com.uas.uas_mes_zb_p.view.ClearableEditText-->
|
|
|
+<!-- android:id="@+id/storage_recharge_collect_ets"-->
|
|
|
+<!-- style="@style/EditTextStyle"-->
|
|
|
+<!-- android:layout_weight="1"-->
|
|
|
+<!-- android:background="@null"-->
|
|
|
+<!-- android:focusable="true"-->
|
|
|
+<!-- android:lines="1"-->
|
|
|
+<!-- android:focusableInTouchMode="true"-->
|
|
|
+<!-- android:hint="请采集单号"-->
|
|
|
+<!-- android:imeOptions="actionSend"-->
|
|
|
+<!-- android:textColor="@color/black" />-->
|
|
|
+ <com.uas.equipment.view.ClearableEditText
|
|
|
+ android:id="@+id/storage_recharge_collect_ets"
|
|
|
+ style="@style/EditTextStyle"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:background="@null"
|
|
|
+ android:focusable="true"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:hint="请采集条码"
|
|
|
+ android:imeOptions="actionSend"
|
|
|
+ android:textColor="@color/black" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/storage_recharge_scan_ivs"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginRight="10dp"
|
|
|
+ android:clickable="false"
|
|
|
+ android:src="@drawable/ic_edittext_scan" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ <ScrollView
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent">
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:padding="@dimen/textsize_16">
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:background="@color/white"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="4dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:minWidth="60dp"
|
|
|
+ android:text="单据编号 "
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_documents_code"
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:minWidth="60dp"
|
|
|
+ android:text=""
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:background="@color/white"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="4dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:minWidth="60dp"
|
|
|
+ android:text="供应商编号"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/tv_supplier_code"
|
|
|
+ style="@style/EditTextStyle"
|
|
|
+ android:layout_marginLeft="@dimen/dp_10"
|
|
|
+ android:background="@drawable/bg_line_edittext"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:lines="1"
|
|
|
+ android:editable="false">
|
|
|
+ </EditText>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:background="@color/white"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="4dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:minWidth="60dp"
|
|
|
+ android:text="供应商名称"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+
|
|
|
+ <EditText
|
|
|
+ android:id="@+id/tv_supplier_name"
|
|
|
+ style="@style/EditTextStyle"
|
|
|
+ android:layout_marginLeft="@dimen/dp_10"
|
|
|
+ android:background="@drawable/bg_line_edittext"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:lines="1"
|
|
|
+ android:editable="false">
|
|
|
+ </EditText>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:background="@color/white"
|
|
|
+ android:id="@+id/jlt_storage_in_barcode_line"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ style="@style/tl_tv_style"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:gravity="center"
|
|
|
+ android:minWidth="60dp"
|
|
|
+ android:text="送货单号"
|
|
|
+ android:layout_marginLeft="@dimen/dp_10"
|
|
|
+ android:textColor="@color/body_text_1"
|
|
|
+ android:textSize="16sp" />
|
|
|
+
|
|
|
+ <com.uas.equipment.view.ClearableEditText
|
|
|
+ android:id="@+id/tv_delivery_code"
|
|
|
+ style="@style/EditTextStyle"
|
|
|
+ android:layout_marginLeft="18dp"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:lines="1"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:background="@drawable/bg_line_edittext"
|
|
|
+ android:hint="请输入送货单号" />
|
|
|
+ </LinearLayout>
|
|
|
+ <com.bin.david.form.core.SmartTable
|
|
|
+ android:layout_marginTop="@dimen/textsize_20"
|
|
|
+ android:id="@+id/jlt_storage_in_filter_list_sts"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="300dp"
|
|
|
+ android:layout_marginBottom="@dimen/dp_10"/>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ </ScrollView>
|
|
|
+ <LinearLayout
|
|
|
+ android:background="@color/white"
|
|
|
+ android:paddingLeft="@dimen/sp_16"
|
|
|
+ android:paddingRight="@dimen/sp_16"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <Button
|
|
|
+ android:id="@+id/jlt_storage_in_generate_detailed_btn"
|
|
|
+ style="@style/ButtonStyle"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_margin="12dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="生成明细"
|
|
|
+ android:enabled="false"
|
|
|
+ />
|
|
|
+ <Button
|
|
|
+ android:id="@+id/jlt_storage_in_barcode_save_btn"
|
|
|
+ style="@style/ButtonStyle"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_margin="12dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="提交"
|
|
|
+ android:enabled="false"
|
|
|
+ />
|
|
|
+ <Button
|
|
|
+ android:id="@+id/jlt_storage_in_audit_btn"
|
|
|
+ style="@style/ButtonStyle"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_margin="12dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="审核"
|
|
|
+ android:enabled="false"
|
|
|
+ />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+</LinearLayout>
|