feat: 国际出港 出港计重 分托
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user