1、组装单弹窗界面调整,优化按刷新后最大寿命值归0的问题;
This commit is contained in:
@@ -166,11 +166,12 @@
|
||||
<sheet>
|
||||
<div class="oe_title">
|
||||
<h1>
|
||||
<field name="production_line_name_id"/>
|
||||
<field name="assembly_order_code"/>
|
||||
</h1>
|
||||
</div>
|
||||
<group>
|
||||
<group>
|
||||
<field name="production_line_name_id"/>
|
||||
<field name="machine_tool_name_id"/>
|
||||
<field name="cutter_spacing_code_id"/>
|
||||
</group>
|
||||
@@ -333,14 +334,18 @@
|
||||
</group>
|
||||
|
||||
<group string="组装参数信息" col="1">
|
||||
<div>
|
||||
<button name="get_tool_preset_parameter" string="刷新" type="object" class="btn-primary"/>
|
||||
</div>
|
||||
<group>
|
||||
<group>
|
||||
<field name="barcode_id" invisible="True"/>
|
||||
<field name="code" readonly="True"/>
|
||||
<field name="rfid" class="custom_required"/>
|
||||
</group>
|
||||
<group>
|
||||
<button name="get_tool_preset_parameter" string="刷新" type="object" class="btn-primary"/>
|
||||
</group>
|
||||
</group>
|
||||
<group>
|
||||
<group>
|
||||
<field name="after_name_id" string="功能刀具名称" placeholder="请选择功能刀具名称"
|
||||
options="{'no_create': True, 'no_quick_create': True}"/>
|
||||
<field name="after_assembly_functional_tool_name" string="功能刀具名称"
|
||||
|
||||
Reference in New Issue
Block a user