修改刀片刀杆样式

This commit is contained in:
hyyy
2025-04-15 09:31:42 +08:00
parent 3f940992be
commit ba88070fad
2 changed files with 18 additions and 12 deletions

View File

@@ -531,7 +531,7 @@
<div>
<separator string="刀柄:" style="font-size: 13px;"/>
</div>
<group>
<group class="custom_group" >
<field name="handle_code_id" string="序列号" placeholder="请选择"
options="{'no_create': True, 'no_quick_create': True}"/>
<field name="handle_freight_rfid" string="Rfid" decoration-success="handle_freight_rfid"/>
@@ -554,7 +554,7 @@
<separator string="整体式刀具:" style="font-size: 13px;"/>
</div>
<group>
<group>
<group class="custom_group">
<field name="integral_freight_barcode_id" string="货位" decoration-success="integral_verify == True"/>
<field name="integral_lot_id" string="批次"/>
<field name="integral_product_id" string="名称"/>
@@ -582,8 +582,8 @@
<separator string="刀片:" style="font-size: 13px;"/>
</div>
<group>
<group>
<field name="blade_freight_barcode_id" string="货位"/>
<group class="custom_group">
<field name="blade_freight_barcode_id" string="货位" decoration-success="blade_verify == True"/>
<field name="blade_lot_id" string="批次"/>
<field name="blade_product_id" string="名称"/>
<field name="cutting_tool_blade_model_id" string="型号"/>
@@ -607,8 +607,8 @@
<separator string="刀杆:" style="font-size: 13px;"/>
</div>
<group>
<group>
<field name="bar_freight_barcode_id" string="货位"/>
<group class="custom_group">
<field name="bar_freight_barcode_id" string="货位" decoration-success="bar_verify == True"/>
<field name="bar_lot_id" string="批次"/>
<field name="bar_product_id" string="名称"/>
<field name="cutting_tool_cutterbar_model_id" string="型号"/>
@@ -631,8 +631,8 @@
<separator string="刀盘:" style="font-size: 13px;"/>
</div>
<group>
<group>
<field name="pad_freight_barcode_id" string="货位"/>
<group class="custom_group">
<field name="pad_freight_barcode_id" string="货位" decoration-success="pad_verify == True"/>
<field name="pad_lot_id" string="批次"/>
<field name="pad_product_id" string="名称"/>
<field name="cutting_tool_cutterpad_model_id" string="型号"/>
@@ -911,7 +911,7 @@
<!-- </group>-->
</group>
<group>
<field name="handle_rfid" string="Rfid"/>
<field name="handle_rfid" string="Rfid" decoration-success="handle_freight_rfid"/>
<field name="handle_lot_id" string="序列号"/>
<field name="handle_product_id" string="名称"/>
<field name="handle_type_id" string="型号"/>