33版本,装货序号显示错乱
This commit is contained in:
parent
d6621e58ce
commit
74e61652f6
@ -34,8 +34,8 @@ android {
|
|||||||
applicationId "com.oneclouds.cargo"
|
applicationId "com.oneclouds.cargo"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 32
|
versionCode 33
|
||||||
versionName "3.1.2"
|
versionName "3.1.3"
|
||||||
|
|
||||||
flavorDimensions "CHANNEL_VALUE"
|
flavorDimensions "CHANNEL_VALUE"
|
||||||
|
|
||||||
|
@ -605,6 +605,12 @@ class AnotherOrderActivity : BaseActivity() {
|
|||||||
{
|
{
|
||||||
oib.isSubmit = 1
|
oib.isSubmit = 1
|
||||||
oib.formData.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 =
|
oib.sendTableData[0].totalPrice =
|
||||||
etMoney.text.toString().toDouble()
|
etMoney.text.toString().toDouble()
|
||||||
Log.e("货源信息", Gson().toJson(oib))
|
Log.e("货源信息", Gson().toJson(oib))
|
||||||
|
Loading…
Reference in New Issue
Block a user