调整收货状态显示文字
This commit is contained in:
@@ -97,7 +97,7 @@ class ReceiptViewModel @Inject constructor(
|
||||
return
|
||||
}
|
||||
if (!unadjustedOrders.value.isEmpty()) {
|
||||
ToastUtils.showToast("请先调整物品信息")
|
||||
ToastUtils.showToast("请先确认物品信息")
|
||||
return
|
||||
}
|
||||
_showReceiptDialog.value = showDialog
|
||||
|
||||
Reference in New Issue
Block a user