|
@@ -73,7 +73,6 @@
|
|
android:orientation="vertical"
|
|
android:orientation="vertical"
|
|
android:padding="@dimen/dp_10"
|
|
android:padding="@dimen/dp_10"
|
|
android:visibility="visible">
|
|
android:visibility="visible">
|
|
-
|
|
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -81,58 +80,30 @@
|
|
android:text="@string/index_put_in"
|
|
android:text="@string/index_put_in"
|
|
android:textColor="@color/black_3d3d3d"
|
|
android:textColor="@color/black_3d3d3d"
|
|
android:textSize="@dimen/t14"
|
|
android:textSize="@dimen/t14"
|
|
- android:visibility="gone"
|
|
|
|
- android:textStyle="bold" />
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="center"
|
|
|
|
- android:text="入库"
|
|
|
|
- android:textColor="@color/black_3d3d3d"
|
|
|
|
- android:textSize="@dimen/t14"
|
|
|
|
android:textStyle="bold" />
|
|
android:textStyle="bold" />
|
|
|
|
+
|
|
<TableRow
|
|
<TableRow
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/t12"
|
|
android:layout_marginTop="@dimen/t12"
|
|
android:weightSum="2">
|
|
android:weightSum="2">
|
|
- <TextView
|
|
|
|
- style="@style/ImageViewWithTextStyle.FontSize"
|
|
|
|
- android:id="@+id/ivt_check"
|
|
|
|
- android:drawableTop="@drawable/ic_kccx"
|
|
|
|
- android:drawablePadding="5dp"
|
|
|
|
- android:text="开箱查验" />
|
|
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
|
+ android:id="@+id/ivt_putin_photos"
|
|
style="@style/ImageViewWithTextStyle.FontSize"
|
|
style="@style/ImageViewWithTextStyle.FontSize"
|
|
- android:id="@+id/ivt_tally"
|
|
|
|
- android:drawableTop="@drawable/ic_mapan"
|
|
|
|
|
|
+ android:drawableTop="@drawable/ic_putin_photos"
|
|
android:drawablePadding="5dp"
|
|
android:drawablePadding="5dp"
|
|
- android:text="打板操作" />
|
|
|
|
|
|
+ android:text="入库拍照" />
|
|
|
|
|
|
- </TableRow>
|
|
|
|
- <TableRow
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="@dimen/t12"
|
|
|
|
- android:weightSum="2">
|
|
|
|
<TextView
|
|
<TextView
|
|
|
|
+ android:id="@+id/ivt_putin_pallet"
|
|
style="@style/ImageViewWithTextStyle.FontSize"
|
|
style="@style/ImageViewWithTextStyle.FontSize"
|
|
- android:id="@+id/ivt_tray"
|
|
|
|
android:drawableTop="@drawable/ic_tray"
|
|
android:drawableTop="@drawable/ic_tray"
|
|
android:drawablePadding="5dp"
|
|
android:drawablePadding="5dp"
|
|
android:text="托盘入库" />
|
|
android:text="托盘入库" />
|
|
- <TextView
|
|
|
|
- style="@style/ImageViewWithTextStyle.FontSize"
|
|
|
|
- android:id="@+id/ivt_sortation"
|
|
|
|
- android:drawableTop="@drawable/ic_mapan"
|
|
|
|
- android:drawablePadding="5dp"
|
|
|
|
- android:text="入库分拣" />
|
|
|
|
-
|
|
|
|
|
|
|
|
</TableRow>
|
|
</TableRow>
|
|
|
|
|
|
-
|
|
|
|
<TableRow
|
|
<TableRow
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
@@ -140,22 +111,24 @@
|
|
android:weightSum="2">
|
|
android:weightSum="2">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
- android:id="@+id/ivt_putin_photos"
|
|
|
|
|
|
+ android:id="@+id/ivt_tally"
|
|
style="@style/ImageViewWithTextStyle.FontSize"
|
|
style="@style/ImageViewWithTextStyle.FontSize"
|
|
- android:drawableTop="@drawable/ic_putin_photos"
|
|
|
|
|
|
+ android:drawableTop="@drawable/ic_mapan"
|
|
android:drawablePadding="5dp"
|
|
android:drawablePadding="5dp"
|
|
- android:text="入库拍照" />
|
|
|
|
|
|
+ android:text="打板操作" />
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
|
|
+ android:id="@+id/ivt_check"
|
|
style="@style/ImageViewWithTextStyle.FontSize"
|
|
style="@style/ImageViewWithTextStyle.FontSize"
|
|
- android:id="@+id/ivt_putin_pallet"
|
|
|
|
- android:drawableTop="@drawable/ic_tray"
|
|
|
|
|
|
+ android:drawableTop="@drawable/ic_kccx"
|
|
android:drawablePadding="5dp"
|
|
android:drawablePadding="5dp"
|
|
- android:text="托盘入库" />
|
|
|
|
|
|
+ android:text="开箱查验" />
|
|
|
|
+
|
|
|
|
|
|
</TableRow>
|
|
</TableRow>
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
@@ -197,55 +170,9 @@
|
|
android:drawableTop="@drawable/ic_shift"
|
|
android:drawableTop="@drawable/ic_shift"
|
|
android:drawablePadding="5dp"
|
|
android:drawablePadding="5dp"
|
|
android:text="@string/str_cargo_storage" />
|
|
android:text="@string/str_cargo_storage" />
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
</TableRow>
|
|
</TableRow>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
- <!--质检-->
|
|
|
|
- <LinearLayout
|
|
|
|
- android:id="@+id/ll_quality_menu"
|
|
|
|
- style="@style/LinearLayoutCornerStyle"
|
|
|
|
- android:layout_marginTop="10dp"
|
|
|
|
- android:orientation="vertical"
|
|
|
|
- android:padding="@dimen/dp_10"
|
|
|
|
- android:visibility="visible">
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="center"
|
|
|
|
- android:text="质检"
|
|
|
|
- android:textColor="@color/black_3d3d3d"
|
|
|
|
- android:textSize="@dimen/t14"
|
|
|
|
- android:textStyle="bold" />
|
|
|
|
- <TextView
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="center"
|
|
|
|
- android:text="@string/index_put_out"
|
|
|
|
- android:textColor="@color/black_3d3d3d"
|
|
|
|
- android:textSize="@dimen/t14"
|
|
|
|
- android:visibility="gone"
|
|
|
|
- android:textStyle="bold" />
|
|
|
|
-
|
|
|
|
- <TableRow
|
|
|
|
- android:layout_width="match_parent"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginTop="@dimen/t12"
|
|
|
|
- android:weightSum="2">
|
|
|
|
-
|
|
|
|
- <TextView
|
|
|
|
- style="@style/ImageViewWithTextStyle.FontSize"
|
|
|
|
- android:id="@+id/ivt_quality"
|
|
|
|
- android:drawableTop="@drawable/ic_quality"
|
|
|
|
- android:drawablePadding="5dp"
|
|
|
|
- android:text="标准质检" />
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- </TableRow>
|
|
|
|
- </LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|