feat: opt 收运检查 列表

This commit is contained in:
2025-12-15 11:09:57 +08:00
parent 2721e36dc1
commit 5c7284e617
2 changed files with 47 additions and 5 deletions

View File

@@ -5,6 +5,8 @@
<data>
<import type="android.view.View"/>
<variable
name="bean"
type="com.lukouguoji.module_base.bean.GjcInspectionBean" />
@@ -67,7 +69,7 @@
<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_weight="0.8"
android:gravity="center_vertical">
<TextView
@@ -88,7 +90,7 @@
<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="0.8"
android:layout_weight="1"
android:gravity="center_vertical">
<TextView
@@ -180,7 +182,7 @@
<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_weight="0.8"
android:gravity="center_vertical">
<TextView
@@ -201,7 +203,7 @@
<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="0.8"
android:layout_weight="1"
android:gravity="center_vertical">
<TextView
@@ -213,9 +215,18 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@{bean.scheduledTackOff}"
android:text="@{bean.scheduledTackOffHM}"
tools:text="09:12" />
<TextView
android:id="@+id/tvDayPlus"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
android:text="+1"
android:textColor="@color/text_red"
android:visibility="@{bean.verifyScheduledTackOffNextDay() ? View.VISIBLE : View.GONE}" />
</androidx.appcompat.widget.LinearLayoutCompat>
<!-- 业务类型 -->