多面加工工单排程优化

This commit is contained in:
liaodanlong
2024-08-27 14:03:41 +08:00
parent c703012ec4
commit d5b5231873
8 changed files with 80 additions and 21 deletions

View File

@@ -36,6 +36,9 @@
<xpath expr="//field[@name='date_planned_start']" position="replace">
<field name="date_planned_start" string="计划开始日期" optional="show"/>
</xpath>
<xpath expr="//field[@name='date_planned_start']" position="before">
<field name="reserved_duration" string="计划预留时间" optional="show"/>
</xpath>
<xpath expr="//field[@name='date_planned_finished']" position="replace">
<field name="date_planned_finished" string="计划结束日期" optional="hide"/>
</xpath>