feat: 国际出港-出港仓库
This commit is contained in:
@@ -18,6 +18,8 @@ import com.lukouguoji.module_base.ktx.toRequestBody
|
||||
import com.lukouguoji.module_base.model.ScanModel
|
||||
import dev.utils.app.info.KeyValue
|
||||
import kotlinx.coroutines.launch
|
||||
import java.util.Date
|
||||
import com.lukouguoji.module_base.ktx.formatDate
|
||||
|
||||
/**
|
||||
* 国际出港-仓库 ViewModel
|
||||
@@ -25,7 +27,7 @@ import kotlinx.coroutines.launch
|
||||
class IntExpStorageUseViewModel : BasePageViewModel() {
|
||||
|
||||
// ========== 筛选条件 ==========
|
||||
val flightDate = MutableLiveData("") // 航班日期
|
||||
val flightDate = MutableLiveData(Date().formatDate()) // 航班日期,默认今天
|
||||
val flightNo = MutableLiveData("") // 航班号
|
||||
val clearResult = MutableLiveData("") // 清仓综合结果
|
||||
val clearResultList = MutableLiveData<List<KeyValue>>() // 清仓综合结果列表
|
||||
|
||||
Reference in New Issue
Block a user