|
|
|
|
@ -1,122 +1,99 @@
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@color/xuebai">
|
|
|
|
|
android:background="@color/allbg"
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/textView2"
|
|
|
|
|
style="@style/tablebarStyleTwo"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:text="轮胎出库"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
android:layout_height="55dp"
|
|
|
|
|
android:text="轮胎出库" />
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/layout_t12_s8_style"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="40dp"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
|
android:layout_marginEnd="8dp"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/linearLayout3">
|
|
|
|
|
android:layout_height="45dp">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/alltext"
|
|
|
|
|
android:layout_width="90dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@color/blue2"
|
|
|
|
|
android:text="EPC:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/epc"
|
|
|
|
|
style="@style/infotext"
|
|
|
|
|
style="@style/textView_info_style"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/bg_santex_coppy"
|
|
|
|
|
android:textSize="15sp"
|
|
|
|
|
/>
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/layout_t12_s8_style"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="40dp"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_marginEnd="8dp"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/linearLayout3">
|
|
|
|
|
android:layout_height="45dp">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/alltext"
|
|
|
|
|
android:layout_width="90dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@color/blue2"
|
|
|
|
|
|
|
|
|
|
android:text="胎号:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/wtbm"
|
|
|
|
|
style="@style/infotext"
|
|
|
|
|
style="@style/textView_info_style"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/bg_santex_coppy"
|
|
|
|
|
/>
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<!-- <LinearLayout-->
|
|
|
|
|
<!-- android:layout_width="match_parent"-->
|
|
|
|
|
<!-- android:layout_height="40dp"-->
|
|
|
|
|
<!-- android:layout_marginStart="8dp"-->
|
|
|
|
|
<!-- android:layout_marginTop="10dp"-->
|
|
|
|
|
<!-- android:layout_marginEnd="8dp"-->
|
|
|
|
|
<!-- android:orientation="horizontal"-->
|
|
|
|
|
<!-- app:layout_constraintEnd_toEndOf="parent"-->
|
|
|
|
|
<!-- app:layout_constraintStart_toStartOf="parent"-->
|
|
|
|
|
<!-- app:layout_constraintTop_toBottomOf="@+id/linearLayout3">-->
|
|
|
|
|
<!-- <TextView-->
|
|
|
|
|
<!-- style="@style/alltext"-->
|
|
|
|
|
<!-- android:layout_width="90dp"-->
|
|
|
|
|
<!-- android:layout_height="match_parent"-->
|
|
|
|
|
<!-- android:background="@color/blue2"-->
|
|
|
|
|
<!-- android:text="自编号:" />-->
|
|
|
|
|
<!-- <LinearLayout-->
|
|
|
|
|
<!-- android:layout_width="match_parent"-->
|
|
|
|
|
<!-- android:layout_height="45dp"-->
|
|
|
|
|
<!-- android:layout_marginStart="8dp"-->
|
|
|
|
|
<!-- android:layout_marginTop="10dp"-->
|
|
|
|
|
<!-- android:layout_marginEnd="8dp"-->
|
|
|
|
|
<!-- android:orientation="horizontal"-->
|
|
|
|
|
<!-- app:layout_constraintEnd_toEndOf="parent"-->
|
|
|
|
|
<!-- app:layout_constraintStart_toStartOf="parent"-->
|
|
|
|
|
<!-- app:layout_constraintTop_toBottomOf="@+id/linearLayout3">-->
|
|
|
|
|
<!-- <TextView-->
|
|
|
|
|
<!-- style="@style/alltext"-->
|
|
|
|
|
<!-- android:layout_width="90dp"-->
|
|
|
|
|
<!-- android:layout_height="match_parent"-->
|
|
|
|
|
<!-- -->
|
|
|
|
|
<!-- android:text="自编号:" />-->
|
|
|
|
|
|
|
|
|
|
<!-- <TextView-->
|
|
|
|
|
<!-- android:id="@+id/zbh"-->
|
|
|
|
|
<!-- style="@style/infotext"-->
|
|
|
|
|
<!-- android:layout_width="match_parent"-->
|
|
|
|
|
<!-- android:layout_height="match_parent"-->
|
|
|
|
|
<!-- android:background="@drawable/bg_santex_coppy"-->
|
|
|
|
|
<!-- />-->
|
|
|
|
|
<!-- </LinearLayout>-->
|
|
|
|
|
<!-- <TextView-->
|
|
|
|
|
<!-- android:id="@+id/zbh"-->
|
|
|
|
|
<!-- style="@style/textView_info_style"-->
|
|
|
|
|
<!-- android:layout_width="match_parent"-->
|
|
|
|
|
<!-- android:layout_height="match_parent"-->
|
|
|
|
|
<!-- android:background="@drawable/bg_santex_coppy"-->
|
|
|
|
|
<!-- />-->
|
|
|
|
|
<!-- </LinearLayout>-->
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/layout_t12_s8_style"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="40dp"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_marginEnd="8dp"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/linearLayout3">
|
|
|
|
|
android:layout_height="45dp">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/alltext"
|
|
|
|
|
android:layout_width="90dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@color/blue2"
|
|
|
|
|
|
|
|
|
|
android:text="品牌:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/pinpai"
|
|
|
|
|
style="@style/infotext"
|
|
|
|
|
style="@style/textView_info_style"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/bg_santex_coppy"
|
|
|
|
|
/>
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<!--<LinearLayout-->
|
|
|
|
|
<!--android:id="@+id/linearLayout3"-->
|
|
|
|
|
<!--android:layout_width="match_parent"-->
|
|
|
|
|
<!--android:layout_height="40dp"-->
|
|
|
|
|
<!--android:layout_height="45dp"-->
|
|
|
|
|
<!--android:layout_marginStart="8dp"-->
|
|
|
|
|
<!--android:layout_marginTop="20dp"-->
|
|
|
|
|
<!--android:layout_marginEnd="8dp"-->
|
|
|
|
|
@ -128,12 +105,12 @@
|
|
|
|
|
<!--style="@style/alltext"-->
|
|
|
|
|
<!--android:layout_width="105dp"-->
|
|
|
|
|
<!--android:layout_height="match_parent"-->
|
|
|
|
|
<!--android:background="@color/blue2"-->
|
|
|
|
|
<!---->
|
|
|
|
|
<!--android:text="规格:" />-->
|
|
|
|
|
|
|
|
|
|
<!--<TextView-->
|
|
|
|
|
<!--android:id="@+id/guige"-->
|
|
|
|
|
<!--style="@style/infotext"-->
|
|
|
|
|
<!--style="@style/textView_info_style"-->
|
|
|
|
|
<!--android:layout_width="match_parent"-->
|
|
|
|
|
<!--android:layout_height="match_parent"-->
|
|
|
|
|
<!--android:background="@drawable/bg_santex_coppy"-->
|
|
|
|
|
@ -141,167 +118,124 @@
|
|
|
|
|
<!--</LinearLayout>-->
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/layout_t12_s8_style"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="40dp"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_marginEnd="8dp"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/linearLayout3">
|
|
|
|
|
android:layout_height="45dp">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/alltext"
|
|
|
|
|
android:layout_width="90dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@color/blue2"
|
|
|
|
|
|
|
|
|
|
android:text="型号:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/xinghao"
|
|
|
|
|
style="@style/infotext"
|
|
|
|
|
style="@style/textView_info_style"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/bg_santex_coppy"
|
|
|
|
|
/>
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/layout_t12_s8_style"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="40dp"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_marginEnd="8dp"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/linearLayout3">
|
|
|
|
|
android:layout_height="45dp">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/alltext"
|
|
|
|
|
android:layout_width="90dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@color/blue2"
|
|
|
|
|
|
|
|
|
|
android:text="层级:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/cengji"
|
|
|
|
|
style="@style/infotext"
|
|
|
|
|
style="@style/textView_info_style"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/bg_santex_coppy"
|
|
|
|
|
/>
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="40dp"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_marginEnd="8dp"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/linearLayout3">
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/alltext"
|
|
|
|
|
android:layout_width="90dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@color/blue2"
|
|
|
|
|
android:text="花纹:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/huawen"
|
|
|
|
|
style="@style/infotext"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/bg_santex_coppy"
|
|
|
|
|
/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/layout_t12_s8_style"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="40dp"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_marginEnd="8dp"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/linearLayout3">
|
|
|
|
|
android:layout_height="45dp">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/alltext"
|
|
|
|
|
android:layout_width="90dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@color/blue2"
|
|
|
|
|
|
|
|
|
|
android:text="花纹:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/huawen"
|
|
|
|
|
style="@style/textView_info_style"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/layout_t12_s8_style"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="45dp">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/alltext"
|
|
|
|
|
android:layout_width="90dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
|
|
|
|
|
android:text="轮胎类别:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/ltlb"
|
|
|
|
|
style="@style/infotext"
|
|
|
|
|
style="@style/textView_info_style"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@drawable/bg_santex_coppy"
|
|
|
|
|
/>
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
<!--<LinearLayout-->
|
|
|
|
|
<!--android:layout_width="match_parent"-->
|
|
|
|
|
<!--android:layout_height="40dp"-->
|
|
|
|
|
<!--android:layout_marginStart="8dp"-->
|
|
|
|
|
<!--android:layout_marginTop="10dp"-->
|
|
|
|
|
<!--android:layout_marginEnd="8dp"-->
|
|
|
|
|
<!--android:orientation="horizontal"-->
|
|
|
|
|
<!--app:layout_constraintEnd_toEndOf="parent"-->
|
|
|
|
|
<!--app:layout_constraintStart_toStartOf="parent"-->
|
|
|
|
|
<!--app:layout_constraintTop_toBottomOf="@+id/linearLayout3">-->
|
|
|
|
|
<!--<TextView-->
|
|
|
|
|
<!--style="@style/alltext"-->
|
|
|
|
|
<!--android:layout_width="90dp"-->
|
|
|
|
|
<!--android:layout_height="match_parent"-->
|
|
|
|
|
<!--android:background="@color/blue2"-->
|
|
|
|
|
<!--android:text="操作员:" />-->
|
|
|
|
|
|
|
|
|
|
<!--<TextView-->
|
|
|
|
|
<!--android:id="@+id/czy"-->
|
|
|
|
|
<!--style="@style/infotext"-->
|
|
|
|
|
<!--android:layout_width="100dp"-->
|
|
|
|
|
<!--android:layout_height="match_parent"-->
|
|
|
|
|
<!--android:background="@drawable/bg_santex_coppy"-->
|
|
|
|
|
<!--/>-->
|
|
|
|
|
<!--<Spinner-->
|
|
|
|
|
<!--android:entries="@array/user"-->
|
|
|
|
|
<!--android:id="@+id/spinner"-->
|
|
|
|
|
<!--android:layout_width="30dp"-->
|
|
|
|
|
<!--android:layout_height="match_parent"></Spinner>-->
|
|
|
|
|
<!--</LinearLayout>-->
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
>
|
|
|
|
|
style="@style/layout_t12_s8_style"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="45dp">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/alltext"
|
|
|
|
|
android:layout_width="90dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:text="卸胎原因:" />
|
|
|
|
|
|
|
|
|
|
<Spinner
|
|
|
|
|
android:id="@+id/out_reason"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:entries="@array/chukuy"
|
|
|
|
|
android:textAlignment="center" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
style="@style/layout_t12_s8_style"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="55dp">
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/button"
|
|
|
|
|
style="@style/buttonStyle"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="55dp"
|
|
|
|
|
android:layout_marginStart="18dp"
|
|
|
|
|
android:layout_marginEnd="18dp"
|
|
|
|
|
style="@style/buttonStyle"
|
|
|
|
|
android:text="轮 胎 出 库"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
/>
|
|
|
|
|
android:letterSpacing="0.5"
|
|
|
|
|
android:text="轮胎出库" />
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/back"
|
|
|
|
|
style="@style/buttonStyle"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="55dp"
|
|
|
|
|
android:layout_marginStart="18dp"
|
|
|
|
|
android:layout_marginEnd="18dp"
|
|
|
|
|
style="@style/buttonStyle"
|
|
|
|
|
android:text="返 回"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
/>
|
|
|
|
|
android:letterSpacing="1"
|
|
|
|
|
android:text="返回" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|