逾期工单不能批量重新安排的优化需求

This commit is contained in:
guanhuan
2024-12-13 16:24:25 +08:00
parent 01fa7bbe87
commit b551777d49
4 changed files with 39 additions and 11 deletions

View File

@@ -23,7 +23,7 @@
<t t-if="record.workorder_count.raw_value &gt; 0">
<button class="btn btn-primary" name="action_work_order" type="object"
attrs="{'invisible': [('name', '=', '功能刀具组装中心')]}"
context="{'search_default_ready': 1, 'search_default_progress': 1}">
context="{'search_default_ready': 1, 'search_default_progress': 1, 'workorder_type': name}">
<span>工单</span>
</button>
</t>