feat: 板箱过磅 v2

This commit is contained in:
2025-11-21 14:09:29 +08:00
parent 8a1e6bc208
commit ea7e7b4bc1
2 changed files with 20 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"> <shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/white"/> <solid android:color="@color/white"/>
<stroke android:width="1dp" android:color="#DDDDDD"/>
<corners android:radius="4dp"/> <corners android:radius="4dp"/>
</shape> </shape>

View File

@@ -55,6 +55,7 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
hint='@{"请输入架子车号"}'
title='@{"架子车号:"}' title='@{"架子车号:"}'
titleLength="@{5}" titleLength="@{5}"
type="@{DataLayoutType.INPUT}" type="@{DataLayoutType.INPUT}"
@@ -65,9 +66,11 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="15dp" android:layout_marginStart="15dp"
android:layout_weight="1" android:layout_weight="1"
hint='@{"请选择通道号"}'
list="@{viewModel.passagewayList}"
title='@{"通道号:"}' title='@{"通道号:"}'
titleLength="@{4}" titleLength="@{4}"
type="@{DataLayoutType.INPUT}" type="@{DataLayoutType.SPINNER}"
value='@={viewModel.channel}' /> value='@={viewModel.channel}' />
</LinearLayout> </LinearLayout>
@@ -83,6 +86,7 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
hint='@{"请输入ULD编号"}'
title='@{"ULD编号"}' title='@{"ULD编号"}'
titleLength="@{6}" titleLength="@{6}"
type="@{DataLayoutType.INPUT}" type="@{DataLayoutType.INPUT}"
@@ -93,6 +97,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="15dp" android:layout_marginStart="15dp"
android:layout_weight="1" android:layout_weight="1"
hint='@{"请输入IMP代码"}'
title='@{"IMP代码"}' title='@{"IMP代码"}'
titleLength="@{6}" titleLength="@{6}"
type="@{DataLayoutType.INPUT}" type="@{DataLayoutType.INPUT}"
@@ -126,7 +131,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@drawable/bg_shouyun_dbzl" android:background="@drawable/bg_shouyun_dbzl"
android:minHeight="120dp" android:minHeight="150dp"
android:padding="20dp"> android:padding="20dp">
<TextView <TextView
@@ -136,7 +141,7 @@
android:layout_centerInParent="true" android:layout_centerInParent="true"
android:text="@{viewModel.totalWeight}" android:text="@{viewModel.totalWeight}"
android:textColor="@color/text_red" android:textColor="@color/text_red"
android:textSize="50sp" android:textSize="45sp"
android:textStyle="bold" android:textStyle="bold"
tools:text="1655" /> tools:text="1655" />
@@ -148,7 +153,7 @@
android:layout_toEndOf="@id/tvWeight" android:layout_toEndOf="@id/tvWeight"
android:text="kg" android:text="kg"
android:textColor="@color/black" android:textColor="@color/black"
android:textSize="20sp" /> android:textSize="18sp" />
</RelativeLayout> </RelativeLayout>
@@ -167,6 +172,7 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
hint='@{"请输入板型"}'
title='@{"板型:"}' title='@{"板型:"}'
titleLength="@{3}" titleLength="@{3}"
type="@{DataLayoutType.INPUT}" type="@{DataLayoutType.INPUT}"
@@ -177,6 +183,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="15dp" android:layout_marginStart="15dp"
android:layout_weight="1" android:layout_weight="1"
hint='@{"请输入高度"}'
title='@{"高度:"}' title='@{"高度:"}'
titleLength="@{3}" titleLength="@{3}"
type="@{DataLayoutType.INPUT}" type="@{DataLayoutType.INPUT}"
@@ -206,9 +213,11 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
hint='@{"请选择探板收口"}'
list="@{viewModel.piCloseList}"
title='@{"探板收口:"}' title='@{"探板收口:"}'
titleLength="@{5}" titleLength="@{5}"
type="@{DataLayoutType.INPUT}" type="@{DataLayoutType.SPINNER}"
value='@={viewModel.dataBean.piClose}' /> value='@={viewModel.dataBean.piClose}' />
<com.lukouguoji.module_base.ui.weight.data.layout.PadDataLayout <com.lukouguoji.module_base.ui.weight.data.layout.PadDataLayout
@@ -216,6 +225,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="15dp" android:layout_marginStart="15dp"
android:layout_weight="1" android:layout_weight="1"
hint='@{"请输入探板尺寸"}'
title='@{"探板尺寸:"}' title='@{"探板尺寸:"}'
titleLength="@{5}" titleLength="@{5}"
type="@{DataLayoutType.INPUT}" type="@{DataLayoutType.INPUT}"
@@ -296,6 +306,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="15dp" android:layout_marginStart="15dp"
android:layout_weight="1" android:layout_weight="1"
hint='@{"请输入航班号"}'
title='@{"航班号:"}' title='@{"航班号:"}'
titleLength="@{4}" titleLength="@{4}"
type="@{DataLayoutType.INPUT}" type="@{DataLayoutType.INPUT}"
@@ -306,6 +317,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="15dp" android:layout_marginStart="15dp"
android:layout_weight="1" android:layout_weight="1"
hint='@{"请输入目的港"}'
title='@{"目的港:"}' title='@{"目的港:"}'
titleLength="@{4}" titleLength="@{4}"
type="@{DataLayoutType.INPUT}" type="@{DataLayoutType.INPUT}"
@@ -324,6 +336,7 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" android:layout_weight="1"
hint='@{"请输入件数"}'
title='@{"件数:"}' title='@{"件数:"}'
titleLength="@{3}" titleLength="@{3}"
type="@{DataLayoutType.INPUT}" type="@{DataLayoutType.INPUT}"
@@ -334,6 +347,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="15dp" android:layout_marginStart="15dp"
android:layout_weight="1" android:layout_weight="1"
hint='@{"请输入备注"}'
title='@{"备注:"}' title='@{"备注:"}'
titleLength="@{3}" titleLength="@{3}"
type="@{DataLayoutType.INPUT}" type="@{DataLayoutType.INPUT}"