|
|
@@ -314,20 +314,21 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
+
|
|
|
<Button
|
|
|
- android:id="@+id/jlt_storage_in_barcode_save_btn"
|
|
|
+ android:id="@+id/jlt_storage_in_barcode_next_btn"
|
|
|
style="@style/ButtonStyle"
|
|
|
android:layout_width="0dp"
|
|
|
android:layout_margin="12dp"
|
|
|
android:layout_weight="1"
|
|
|
- android:text="保存" />
|
|
|
-
|
|
|
+ android:text="保存并下一箱"
|
|
|
+ android:visibility="gone"/>
|
|
|
<Button
|
|
|
- android:id="@+id/jlt_storage_in_barcode_next_btn"
|
|
|
+ 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:text="保存" />
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|