feat: 开始组装
This commit is contained in:
@@ -130,6 +130,8 @@ class IntExpAssembleStartViewModel : BaseViewModel() {
|
||||
pieces = warehouse.pc.toString()
|
||||
weight = String.format("%.1f", warehouse.weight)
|
||||
flight = warehouse.flight
|
||||
fno = warehouse.fno
|
||||
fdate = warehouse.fdate
|
||||
isMarked = false
|
||||
}
|
||||
}.toMutableList()
|
||||
@@ -164,6 +166,8 @@ class IntExpAssembleStartViewModel : BaseViewModel() {
|
||||
pieces = warehouse.pc.toString()
|
||||
weight = String.format("%.1f", warehouse.weight)
|
||||
flight = warehouse.flight
|
||||
fno = warehouse.fno
|
||||
fdate = warehouse.fdate
|
||||
isMarked = false
|
||||
}
|
||||
}.toMutableList()
|
||||
|
||||
Reference in New Issue
Block a user