库存移动新增需求计划关联

This commit is contained in:
guanhuan
2025-07-17 17:41:04 +08:00
parent 20415d0d3f
commit 19417dd569
9 changed files with 94 additions and 131 deletions

View File

@@ -78,7 +78,7 @@
</tree>
</field>
<field name="line_ids" attrs="{'invisible': [('state', 'not in', ('40','50'))]}">
<tree editable="bottom" class="custom_made_type_listener_select">
<tree editable="bottom">
<field name="status"/>
<field name="readonly_custom_made_type" invisible="1"/>
<field name="new_supply_method" attrs="{'readonly': [('status', '!=', '30')]}"/>
@@ -110,6 +110,7 @@
/>
<button string="详情" name="button_plan_detail" type="object"
class="btn-primary"
attrs="{'invisible': [('status', 'not in', ('50','60'))]}"
/>
</tree>
</field>