|
|
@@ -4,67 +4,79 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical"
|
|
|
android:background="@color/white">
|
|
|
+
|
|
|
+
|
|
|
<LinearLayout
|
|
|
+ android:paddingLeft="@dimen/dp_10"
|
|
|
+ android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:orientation="vertical"
|
|
|
- android:background="@color/white"
|
|
|
- android:padding="@dimen/textsize_16">
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
<LinearLayout
|
|
|
- android:orientation="horizontal"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_weight="1"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- <LinearLayout
|
|
|
- android:layout_gravity="center"
|
|
|
+ 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:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:background="@drawable/bg_line_edittext">
|
|
|
+ android:background="@null"
|
|
|
+ android:focusable="true"
|
|
|
+ android:lines="1"
|
|
|
+ android:focusableInTouchMode="true"
|
|
|
+ android:hint="请采集单号"
|
|
|
+ android:imeOptions="actionSend"
|
|
|
+ android:textColor="@color/black" />
|
|
|
|
|
|
- <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" />
|
|
|
-
|
|
|
- <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" />
|
|
|
+ <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
|
|
|
- android:layout_gravity="center"
|
|
|
- android:background="@color/white"
|
|
|
- android:orientation="vertical"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- <CheckBox
|
|
|
- android:layout_gravity="center"
|
|
|
- android:id="@+id/add_checkbos"
|
|
|
- android:text="取消采集"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- </CheckBox>
|
|
|
- <CheckBox
|
|
|
- android:layout_gravity="center"
|
|
|
- android:id="@+id/ck_special_outbound"
|
|
|
- android:text="特殊出库"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content">
|
|
|
- </CheckBox>
|
|
|
- </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ <CheckBox
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:id="@+id/add_checkbos"
|
|
|
+ android:text="取消采集"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ </CheckBox>
|
|
|
+ <CheckBox
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:id="@+id/ck_special_outbound"
|
|
|
+ android:text="特殊出库"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+ </CheckBox>
|
|
|
+ </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="5dp">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:background="@color/white"
|
|
|
@@ -91,7 +103,7 @@
|
|
|
android:textSize="16sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
- <LinearLayout
|
|
|
+ <LinearLayout
|
|
|
android:orientation="horizontal"
|
|
|
android:background="@color/white"
|
|
|
android:id="@+id/jlt_storage_in_barcode_line"
|
|
|
@@ -139,10 +151,6 @@
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
<LinearLayout
|
|
|
android:background="@color/white"
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -155,7 +163,7 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:gravity="center"
|
|
|
android:minWidth="60dp"
|
|
|
- android:text="领用\n部门"
|
|
|
+ android:text="部门"
|
|
|
android:textColor="@color/body_text_1"
|
|
|
android:textSize="16sp" />
|
|
|
|
|
|
@@ -166,6 +174,7 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_weight="1"
|
|
|
android:lines="1"
|
|
|
+ android:layout_height="30dp"
|
|
|
android:editable="false" >
|
|
|
</EditText>
|
|
|
<EditText
|
|
|
@@ -175,6 +184,7 @@
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_weight="1"
|
|
|
android:lines="1"
|
|
|
+ android:layout_height="30dp"
|
|
|
android:editable="false" >
|
|
|
|
|
|
</EditText>
|
|
|
@@ -280,48 +290,55 @@
|
|
|
|
|
|
<com.bin.david.form.core.SmartTable
|
|
|
android:layout_marginTop="@dimen/textsize_20"
|
|
|
+ android:layout_marginBottom="@dimen/textsize_20"
|
|
|
android:id="@+id/jlt_storage_in_filter_list_sts"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_weight="1" />
|
|
|
- <LinearLayout
|
|
|
- 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="5dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="明细"
|
|
|
- />
|
|
|
- <Button
|
|
|
- android:id="@+id/jlt_storage_in_barcode_save_btn"
|
|
|
- style="@style/ButtonStyle"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_margin="5dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="提交"
|
|
|
- />
|
|
|
- <Button
|
|
|
- android:id="@+id/jlt_storage_in_audit_btn"
|
|
|
- style="@style/ButtonStyle"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_margin="5dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="审核"
|
|
|
- />
|
|
|
- <Button
|
|
|
- android:id="@+id/jlt_outbound_in_post_btn"
|
|
|
- style="@style/ButtonStyle"
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_margin="5dp"
|
|
|
- android:layout_weight="1"
|
|
|
- android:text="过账"
|
|
|
- />
|
|
|
+ android:layout_height="300dp" />
|
|
|
+
|
|
|
+ </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="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="明细"
|
|
|
+ />
|
|
|
+ <Button
|
|
|
+ android:id="@+id/jlt_storage_in_barcode_save_btn"
|
|
|
+ style="@style/ButtonStyle"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="提交"
|
|
|
+ />
|
|
|
+ <Button
|
|
|
+ android:id="@+id/jlt_storage_in_audit_btn"
|
|
|
+ style="@style/ButtonStyle"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="审核"
|
|
|
+ />
|
|
|
+ <Button
|
|
|
+ android:id="@+id/jlt_outbound_in_post_btn"
|
|
|
+ style="@style/ButtonStyle"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_margin="5dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:text="过账" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|