修复完善取消订单问题

This commit is contained in:
mgw
2025-02-19 15:14:05 +08:00
parent a4b40bee16
commit 0969967570
4 changed files with 70 additions and 17 deletions

View File

@@ -40,6 +40,12 @@
type="object"
attrs="{'invisible': [('state', 'not in', ['sale', 'processing'])]}"
/>
<button
name="action_show_cancel_wizard"
string="取消清单"
type="object"
attrs="{'invisible': [('state', 'not in', ['cancel'])]}"
/>
</xpath>
</field>
</record>