|
@@ -92,12 +92,7 @@
|
|
|
android:layout_marginTop="@dimen/t12"
|
|
|
android:weightSum="2">
|
|
|
|
|
|
- <!--<TextView
|
|
|
- android:id="@+id/ivt_putin_photos"
|
|
|
- style="@style/ImageViewWithTextStyle.FontSize"
|
|
|
- android:drawableTop="@drawable/ic_putin_photos"
|
|
|
- android:drawablePadding="5dp"
|
|
|
- android:text="快递入库" />-->
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/ivt_tally"
|
|
|
style="@style/ImageViewWithTextStyle.FontSize"
|
|
@@ -278,13 +273,13 @@
|
|
|
android:drawableTop="@drawable/ic_mapan"
|
|
|
android:drawablePadding="5dp"
|
|
|
android:text="单箱入库" />
|
|
|
-
|
|
|
<TextView
|
|
|
- style="@style/ImageViewWithTextStyle.FontSize"
|
|
|
- android:id="@+id/ivt_detection_tray_putin"
|
|
|
- android:drawableTop="@drawable/ic_mapan"
|
|
|
- android:drawablePadding="5dp"
|
|
|
- android:text="托盘入库" />
|
|
|
+ android:id="@+id/ivt_detection_plate"
|
|
|
+ style="@style/ImageViewWithTextStyle.FontSize"
|
|
|
+ android:drawableTop="@drawable/ic_putin_photos"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
+ android:text="打板" />
|
|
|
+
|
|
|
|
|
|
</TableRow>
|
|
|
|
|
@@ -294,21 +289,21 @@
|
|
|
android:layout_marginTop="@dimen/t12"
|
|
|
android:weightSum="2">
|
|
|
|
|
|
-
|
|
|
-
|
|
|
<TextView
|
|
|
style="@style/ImageViewWithTextStyle.FontSize"
|
|
|
- android:id="@+id/ivt_detection_tray_make"
|
|
|
+ android:id="@+id/ivt_detection_tray_putin"
|
|
|
android:drawableTop="@drawable/ic_mapan"
|
|
|
android:drawablePadding="5dp"
|
|
|
- android:text="托盘清点" />
|
|
|
+ android:text="托盘入库" />
|
|
|
|
|
|
<TextView
|
|
|
style="@style/ImageViewWithTextStyle.FontSize"
|
|
|
- android:id="@+id/ivt_scan_photos"
|
|
|
+ android:id="@+id/ivt_detection_tray_make"
|
|
|
android:drawableTop="@drawable/ic_mapan"
|
|
|
android:drawablePadding="5dp"
|
|
|
- android:text="扫码拍照" />
|
|
|
+ android:text="托盘清点" />
|
|
|
+
|
|
|
+
|
|
|
|
|
|
</TableRow>
|
|
|
|
|
@@ -317,7 +312,12 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/t12"
|
|
|
android:weightSum="2">
|
|
|
-
|
|
|
+ <TextView
|
|
|
+ style="@style/ImageViewWithTextStyle.FontSize"
|
|
|
+ android:id="@+id/ivt_scan_photos"
|
|
|
+ android:drawableTop="@drawable/ic_mapan"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
+ android:text="扫码拍照" />
|
|
|
<TextView
|
|
|
android:id="@+id/ivt_detection_make_box"
|
|
|
style="@style/ImageViewWithTextStyle.FontSize"
|