接收从智能工厂传过来的订单等数据并创建编程单

This commit is contained in:
jinling.yang
2022-11-16 17:39:42 +08:00
parent 4ce0a7670c
commit 191bd65d69
5 changed files with 70 additions and 37 deletions

View File

@@ -531,12 +531,16 @@
<form string="模型类型">
<group>
<field name="name" required="1"/>
<field name="embryo_tolerance" required="1"/>
</group>
<group>
<field name='routing_tmpl_ids'>
<tree editable='bottom'>
<field name="sequence" widget="handle"/>
<field name="sequence" widget="handle" string="序号"/>
<field name="route_workcenter_id" string="工序"/>
<field name="routing_type" string="类型"/>
<field name="is_repeat" string="重复"/>
<field name="workcenter_ids" string="工作中心" widget="many2many_tags" />
</tree>
</field>
</group>