优化订单状态条件及物流的容错处理

This commit is contained in:
mgw
2024-07-01 17:27:52 +08:00
parent 34251b4027
commit d7d5ccc142
2 changed files with 2 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ class JdEclp(models.Model):
'type': 'success',
'message': '物流下单成功',
'sticky': False,
'next': {'type': 'ir.actions.client', 'tag': 'soft_reload'}
'next': {'type': 'ir.actions.client', 'tag': 'reload'}
}
}