feat: 开始组装 ui
This commit is contained in:
@@ -561,6 +561,13 @@ interface Api {
|
||||
@POST("IntExpAssemble/backfillWeight")
|
||||
suspend fun backfillIntExpAssembleWeight(@Body data: RequestBody): BaseResultBean<SimpleResultBean>
|
||||
|
||||
/**
|
||||
* 国际出港组装 - 获取组装人列表
|
||||
* 接口路径: /IntExpAssemble/pageQueryAssembler
|
||||
*/
|
||||
@GET("IntExpAssemble/pageQueryAssembler")
|
||||
suspend fun getIntExpAssemblerList(): BaseResultBean<List<String>>
|
||||
|
||||
/**
|
||||
* 国际出港出库交接-分页查询
|
||||
* 接口路径: /IntExpOutHandover/pageQuery
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
|
||||
<solid android:color="#999999" />
|
||||
<solid android:color="@color/color_f2" />
|
||||
|
||||
</shape>
|
||||
|
||||
7
module_base/src/main/res/drawable/bg_circle_green.xml
Normal file
7
module_base/src/main/res/drawable/bg_circle_green.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
|
||||
<solid android:color="@color/colorPrimary" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user