|
|
|
@ -53,7 +53,7 @@
|
|
|
|
|
android:layout_width="80dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:gravity="left|center"
|
|
|
|
|
android:text="库位:"
|
|
|
|
|
android:text="仓库名称:"
|
|
|
|
|
android:textColor="#666666" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
@ -61,7 +61,7 @@
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:gravity="left|center"
|
|
|
|
|
android:text="@{vm.locationCode}"
|
|
|
|
|
android:text="@{vm.warehouseName}"
|
|
|
|
|
android:textColor="#666666" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
@ -85,7 +85,7 @@
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:gravity="left|center"
|
|
|
|
|
android:text="@{vm.instockBatch}"
|
|
|
|
|
android:text="@{vm.materialCode}"
|
|
|
|
|
android:textColor="#666666" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|