1、组装单弹窗界面调整,优化按刷新后最大寿命值归0的问题;

This commit is contained in:
yuxianghui
2024-05-23 14:32:13 +08:00
parent c698b50853
commit 75f30922e6
2 changed files with 27 additions and 14 deletions

View File

@@ -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="功能刀具名称"