|
|
|
|
@ -5,232 +5,196 @@
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:background="@color/allbg"
|
|
|
|
|
tools:context="com.example.tyre.DownActivity">
|
|
|
|
|
|
|
|
|
|
<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
|
|
|
|
|
android:id="@+id/linearLayout2"
|
|
|
|
|
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"
|
|
|
|
|
style="@style/layout_t12_s8_style">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/alltext"
|
|
|
|
|
android:layout_width="80dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@color/blue2"
|
|
|
|
|
android:text="EPC:" />
|
|
|
|
|
android:text="扫描EPC:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/epc"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:textSize="15sp"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:background="@drawable/bg_santex_coppy"
|
|
|
|
|
android:gravity="center" />
|
|
|
|
|
style="@style/scanTextStyle"
|
|
|
|
|
/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
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"
|
|
|
|
|
style="@style/layout_t12_s8_style">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/alltext"
|
|
|
|
|
android:layout_width="80dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@color/blue2"
|
|
|
|
|
android:text="胎号:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/th"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:textSize="15sp"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:background="@drawable/bg_santex_coppy"
|
|
|
|
|
android:gravity="center" />
|
|
|
|
|
style="@style/textView_info_style"
|
|
|
|
|
/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
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"
|
|
|
|
|
style="@style/layout_t12_s8_style">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/alltext"
|
|
|
|
|
android:layout_width="80dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@color/blue2"
|
|
|
|
|
android:text="自编号:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/zbh"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:textSize="15sp"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:background="@drawable/bg_santex_coppy"
|
|
|
|
|
android:gravity="center" />
|
|
|
|
|
style="@style/textView_info_style" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/linearLayout4"
|
|
|
|
|
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"
|
|
|
|
|
style="@style/layout_t12_s8_style">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/alltext"
|
|
|
|
|
android:layout_width="80dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@color/blue2"
|
|
|
|
|
android:text="车牌号:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/car"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:textSize="22sp"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:background="@drawable/bg_santex_coppy"
|
|
|
|
|
android:gravity="center" />
|
|
|
|
|
style="@style/textView_info_style" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/linearLayout1"
|
|
|
|
|
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"
|
|
|
|
|
style="@style/layout_t12_s8_style">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/alltext"
|
|
|
|
|
android:layout_width="80dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@color/blue2"
|
|
|
|
|
android:text="终止里程:" />
|
|
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
|
android:id="@+id/start"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:textSize="22sp"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:background="@drawable/bg_santex_coppy"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:inputType="number"/>
|
|
|
|
|
android:inputType="number"
|
|
|
|
|
style="@style/scanTextStyle"
|
|
|
|
|
android:hint="输入终止里程"/>
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/linearLayout5"
|
|
|
|
|
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"
|
|
|
|
|
style="@style/layout_t12_s8_style">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/alltext"
|
|
|
|
|
android:layout_width="80dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@color/blue2"
|
|
|
|
|
android:text="拆下轮位:" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/azlw"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:textSize="22sp"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:background="@drawable/bg_santex_coppy"
|
|
|
|
|
android:gravity="center" />
|
|
|
|
|
style="@style/textView_info_style" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/linearLayout7"
|
|
|
|
|
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"
|
|
|
|
|
style="@style/layout_t12_s8_style">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/alltext"
|
|
|
|
|
android:layout_width="80dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:background="@color/blue2"
|
|
|
|
|
android:text="花纹深度:" />
|
|
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
|
android:id="@+id/patternDepth"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:textSize="22sp"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:background="@drawable/bg_santex_coppy"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:inputType="numberDecimal"
|
|
|
|
|
style="@style/textView_info_style"
|
|
|
|
|
android:imeOptions="actionDone"
|
|
|
|
|
android:paddingEnd="4dp" />
|
|
|
|
|
android:inputType="numberDecimal"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<!-- 单位文本:固定宽度或包裹内容 -->
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_width="40dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:text="毫米"
|
|
|
|
|
android:textSize="22sp"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:layout_marginStart="4dp"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:layout_marginStart="4dp" />
|
|
|
|
|
android:text="mm"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:textSize="15sp" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="45dp"
|
|
|
|
|
style="@style/layout_t12_s8_style">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
style="@style/alltext"
|
|
|
|
|
android:layout_width="80dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:text="卸胎原因:" />
|
|
|
|
|
|
|
|
|
|
<Spinner
|
|
|
|
|
android:id="@+id/unloading_reason"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:entries="@array/xietai"
|
|
|
|
|
android:textAlignment="center"/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
|
android:id="@+id/unloading_reason_remark"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="88dp"
|
|
|
|
|
android:layout_marginEnd="8dp"
|
|
|
|
|
style="@style/textView_info_style"
|
|
|
|
|
android:gravity="top"
|
|
|
|
|
android:hint="输入卸胎原因"
|
|
|
|
|
android:minHeight="50dp"
|
|
|
|
|
android:padding="8dp"
|
|
|
|
|
android:textColor="@color/textColor1"
|
|
|
|
|
android:textSize="15sp" />
|
|
|
|
|
|
|
|
|
|
<!--<LinearLayout-->
|
|
|
|
|
<!--android:layout_width="match_parent"-->
|
|
|
|
|
<!--android:layout_height="40dp"-->
|
|
|
|
|
@ -268,30 +232,30 @@
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="50dp"
|
|
|
|
|
android:layout_marginTop="50dp"
|
|
|
|
|
style="@style/layout_t12_s8_style"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
android:layout_marginStart="50dp"
|
|
|
|
|
android:layout_marginEnd="50dp"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent">
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/ok"
|
|
|
|
|
style="@style/buttonStyle"
|
|
|
|
|
android:layout_width="150dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:text="完成"
|
|
|
|
|
style="@style/buttonStyle"/>
|
|
|
|
|
android:text="完成" />
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
android:layout_width="50dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
/>
|
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
|
|
|
|
<Button
|
|
|
|
|
android:id="@+id/back"
|
|
|
|
|
style="@style/buttonStyle"
|
|
|
|
|
android:layout_width="150dp"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:text="返回"
|
|
|
|
|
style="@style/buttonStyle"/>
|
|
|
|
|
android:text="返回" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|