Accept Merge Request #862: (feature/修改机床参数bug -> develop)

Merge Request: 修改工单布局

Created By: @龚启豪
Reviewed By: @马广威
Approved By: @马广威 
Accepted By: @龚启豪
URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/862?initial=true
This commit is contained in:
龚启豪
2024-02-27 10:52:51 +08:00
committed by Coding

View File

@@ -143,7 +143,12 @@
</group>
</page>
</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">-->
<!-- <attribute name="invisible">1</attribute>-->
@@ -159,7 +164,6 @@
</xpath>
<field name="production_id" position="after" invisible="0">
<group>
<field name='routing_type'/>
<field name="date_planned_start" invisible="1"/>
<field name="date_planned_finished" invisible="1"/>
<!-- <field name="production_id" readonly="1"/>-->
@@ -491,7 +495,7 @@
</page>
</xpath>
<xpath expr="//form//sheet//group//group//div[1]" position="after">
<label for="date_start" string="实际开始时间"/>
<label for="date_start" string="实际加工时间"/>
<div class="oe_inline">
<field name="date_start" class="mr8 oe_inline"/>
<strong class="mr8 oe_inline"></strong>