修改工单布局
This commit is contained in:
@@ -143,7 +143,12 @@
|
|||||||
</group>
|
</group>
|
||||||
</page>
|
</page>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
<xpath expr="//label[1]" position="before">
|
||||||
|
<field name='routing_type'/>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//label[1]" position="attributes">
|
||||||
|
<attribute name="string">计划加工时间</attribute>
|
||||||
|
</xpath>
|
||||||
<!-- 隐藏物料清单-->
|
<!-- 隐藏物料清单-->
|
||||||
<!-- <xpath expr="//page[@name='components']" position="attributes">-->
|
<!-- <xpath expr="//page[@name='components']" position="attributes">-->
|
||||||
<!-- <attribute name="invisible">1</attribute>-->
|
<!-- <attribute name="invisible">1</attribute>-->
|
||||||
@@ -159,7 +164,6 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<field name="production_id" position="after" invisible="0">
|
<field name="production_id" position="after" invisible="0">
|
||||||
<group>
|
<group>
|
||||||
<field name='routing_type'/>
|
|
||||||
<field name="date_planned_start" invisible="1"/>
|
<field name="date_planned_start" invisible="1"/>
|
||||||
<field name="date_planned_finished" invisible="1"/>
|
<field name="date_planned_finished" invisible="1"/>
|
||||||
<!-- <field name="production_id" readonly="1"/>-->
|
<!-- <field name="production_id" readonly="1"/>-->
|
||||||
@@ -491,7 +495,7 @@
|
|||||||
</page>
|
</page>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//form//sheet//group//group//div[1]" position="after">
|
<xpath expr="//form//sheet//group//group//div[1]" position="after">
|
||||||
<label for="date_start" string="实际开始时间"/>
|
<label for="date_start" string="实际加工时间"/>
|
||||||
<div class="oe_inline">
|
<div class="oe_inline">
|
||||||
<field name="date_start" class="mr8 oe_inline"/>
|
<field name="date_start" class="mr8 oe_inline"/>
|
||||||
<strong class="mr8 oe_inline">到</strong>
|
<strong class="mr8 oe_inline">到</strong>
|
||||||
|
|||||||
Reference in New Issue
Block a user