feat: ui
This commit is contained in:
@@ -34,22 +34,19 @@ class IntExpAssembleStartViewModel : BaseViewModel() {
|
||||
|
||||
// ========== ULD信息 ==========
|
||||
val uldInfo = MutableLiveData(UldInfoBean().apply {
|
||||
uldNo = "AKE12345HK"
|
||||
planeType = "B777"
|
||||
weightLimit = "1500"
|
||||
totalPieces = "120"
|
||||
totalWeight = "2450.5"
|
||||
status = "进行中"
|
||||
uldNo = "PMC12345MU"
|
||||
materialWeight = ""
|
||||
uldStatus = "正常"
|
||||
})
|
||||
|
||||
// ========== 运单信息 ==========
|
||||
val waybillInfo = MutableLiveData(WaybillInfoBean().apply {
|
||||
waybillNo = "99912345678"
|
||||
pieces = "25"
|
||||
weight = "350.5"
|
||||
destination = "LAX"
|
||||
specialCode = "GEN"
|
||||
goodsName = "ELECTRONICS"
|
||||
waybillNo = "78112345678"
|
||||
waybillPieces = "100"
|
||||
waybillWeight = "200"
|
||||
assembleCount = ""
|
||||
assembleWeight = ""
|
||||
operator = "张三"
|
||||
})
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user