增加排程结果反馈给制造订单的功能

This commit is contained in:
mgw
2023-09-21 14:32:05 +08:00
parent 3c25b829e2
commit e9e25c582e
3 changed files with 10 additions and 3 deletions

View File

@@ -28,6 +28,9 @@
<xpath expr="//field[@name='production_real_duration']" position="after">
<field name="reservation_state" optional="hide" decoration-danger="reservation_state == 'confirmed'" decoration-success="reservation_state == 'assigned'"/>
</xpath>
<xpath expr="//field[@name='state']" position="before">
<field name="schedule_state" optional="show"/>
</xpath>
<xpath expr="//field[@name='activity_ids']" position="replace">
<field name="activity_ids" string="下一个活动" widget="list_activity" optional="hide"/>
</xpath>