This commit is contained in:
2025-11-27 18:07:14 +08:00
parent d69f964464
commit f797767919
4 changed files with 64 additions and 100 deletions

View File

@@ -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 = "张三"
})
/**