Accept Merge Request #1771: (feature/加工能力显示重叠 -> 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/1771
This commit is contained in:
管欢
2025-01-16 12:50:47 +08:00
committed by Coding
4 changed files with 10 additions and 4 deletions

View File

@@ -22,6 +22,7 @@
width: 50px;
height: 50px;
margin-bottom: 5px;
margin-top: 15px;
}
.item-label {

View File

@@ -59,6 +59,7 @@
'sf_manufacturing/static/src/js/agv_scheduling_cancel_confirm.js',
'sf_manufacturing/static/src/js/qr.js',
'sf_manufacturing/static/src/xml/qr.xml',
'sf_manufacturing/static/src/scss/equipment_spacing.scss',
]
},

View File

@@ -0,0 +1,3 @@
.my_custom_group_spacing {
margin-top: 30px; /* 调整组与上方元素的距离 */
}

View File

@@ -12,15 +12,16 @@
attrs="{'invisible': [('equipment_type', '!=', '机床')]}">
<button name="get_equipment_base_coordinate" string="获取基坐标数据" type="object"
class="oe_highlight"/>
<separator invisible="0"/>
<group>
<group class="my_custom_group_spacing">
<group>
<field name="base_coordinate_fixture_model_id" options="{'no_create': True}"/>
<field name="base_coordinate_g_coordinate"/>
<field name="base_coordinate_x"/>
<field name="base_coordinate_y"/>
<field name="base_coordinate_z"/>
</group>
<group>
<field name="base_coordinate_g_coordinate"/>
<field name="base_coordinate_y"/>
</group>
</group>
</page>
<page string="标准刀库" name="sf_equipment_product_template"