feat: 国际出港 出港计重 分托

This commit is contained in:
2025-12-08 15:48:32 +08:00
parent 9149d1ad35
commit 37ffc539c9
4 changed files with 61 additions and 7 deletions

View File

@@ -686,6 +686,13 @@ interface Api {
@POST("IntExpCheckIn/completeCheckIn")
suspend fun completeCheckIn(@Body data: RequestBody): BaseResultBean<Boolean>
/**
* 国际出港待计重-开始计重-分托计重
* 接口路径: /IntExpCheckIn/splitCheckIn
*/
@POST("IntExpCheckIn/splitCheckIn")
suspend fun splitCheckIn(@Body data: RequestBody): BaseResultBean<Long>
/**
* 国际出港计重明细-根据运单号查询所有计重记录
* 接口路径: /IntExpCheckIn/listRecordByWh

View File

@@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/ll_container"
android:layout_width="match_parent"
android:layout_height="42dp"
android:layout_margin="5dp"
android:layout_height="40dp"
android:layout_margin="4dp"
android:focusableInTouchMode="false"
android:focusable="false"
android:clickable="false"