|
|
@ -33,44 +33,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
style="@style/text_title"
|
|
|
|
style="@style/text_title"
|
|
|
|
android:layout_width="90dp"
|
|
|
|
android:layout_width="110dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:text="扫描载具:" />
|
|
|
|
android:text="扫描流水卡:" />
|
|
|
|
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/semi_in_vehicle"
|
|
|
|
android:id="@+id/semi_in_vehicle"
|
|
|
|
style="@style/text_san"
|
|
|
|
style="@style/text_san"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:drawableRight="@mipmap/icon_chaxun"
|
|
|
|
|
|
|
|
android:imeOptions="actionSearch"
|
|
|
|
android:imeOptions="actionSearch"
|
|
|
|
android:inputType="text"
|
|
|
|
android:inputType="text"
|
|
|
|
android:lines="1"
|
|
|
|
android:lines="1"
|
|
|
|
android:maxLines="1"
|
|
|
|
android:maxLines="1"
|
|
|
|
android:text="@={data.shelfNo}" />
|
|
|
|
android:text="@={data.cardNo}" />
|
|
|
|
|
|
|
|
<!-- android:text="@{data.cardNo}" />-->
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
|
|
android:layout_height="45dp"
|
|
|
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
|
|
|
android:layout_marginEnd="4dp">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
|
|
style="@style/text_title"
|
|
|
|
|
|
|
|
android:layout_width="110dp"
|
|
|
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
|
|
|
android:text="流水卡号:" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
|
|
|
style="@style/text_info"
|
|
|
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
|
|
|
android:text="@{data.cardNo}" />
|
|
|
|
|
|
|
|
<!-- android:text="@{vo.materialName}"-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_width="match_parent"
|
|
|
@ -149,7 +130,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
<TextView
|
|
|
|
style="@style/text_title"
|
|
|
|
style="@style/text_title"
|
|
|
|
android:layout_width="90dp"
|
|
|
|
android:layout_width="110dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:text="扫描库位:" />
|
|
|
|
android:text="扫描库位:" />
|
|
|
|
<!-- -->
|
|
|
|
<!-- -->
|
|
|
|