需求计划详情调拨单显示

This commit is contained in:
guanhuan
2025-07-18 15:33:51 +08:00
parent 19417dd569
commit cdb3cc7c03
7 changed files with 123 additions and 11 deletions

View File

@@ -92,6 +92,10 @@
attrs="{'invisible': [('hide_release_production_order', '=', False)]}"
/>
<button name="edit_button" type="object" string="拆分" class="btn-primary"/>
<button string="详情" name="button_plan_detail" type="object"
class="btn-primary"
attrs="{'invisible': [('status', 'not in', ('50','60'))]}"
/>
</tree>
</field>
</record>