33版本,装货序号显示错乱
This commit is contained in:
@@ -605,6 +605,12 @@ class AnotherOrderActivity : BaseActivity() {
|
||||
{
|
||||
oib.isSubmit = 1
|
||||
oib.formData.isSubmit = 1
|
||||
oib.putTableData.forEachIndexed { index, putTableDataDTO ->
|
||||
putTableDataDTO.sort = index+1
|
||||
}
|
||||
oib.sendTableData.forEachIndexed { index, putTableDataDTO ->
|
||||
putTableDataDTO.sort = index+1
|
||||
}
|
||||
oib.sendTableData[0].totalPrice =
|
||||
etMoney.text.toString().toDouble()
|
||||
Log.e("货源信息", Gson().toJson(oib))
|
||||
|
||||
Reference in New Issue
Block a user