|
@@ -424,6 +424,12 @@ class GroundConveyPaymentDetailActivity : BaseActivity<ActivityGroundConveyPayme
|
|
|
|
|
|
tableInitialization[position].apply {
|
|
|
|
|
|
+ //2024-05-07 尾款中的 尾款金额 和 其它额外费用为不可取消选择项
|
|
|
+ if (id == 1070 || id == 1071) {
|
|
|
+ showMessage(resources.getString(R.string.payment_type_necessary_hint))
|
|
|
+ return
|
|
|
+ }
|
|
|
+
|
|
|
val oldList = ArrayList<GroundConveyTableItem>()
|
|
|
|
|
|
for (item in showItemList) {
|