夹具型号相关数据表的优化

This commit is contained in:
陈赓
2025-07-18 16:54:01 +08:00
parent e0c1e27344
commit 14f1e4f04a
6 changed files with 173 additions and 2 deletions

View File

@@ -658,6 +658,29 @@
attrs="{'invisible': [('fixture_material_type', 'not in', ['气吸托盘'])]}"/>
<field name="air_way_to_install" string="气吸托盘安装方式"
attrs="{'invisible': [('fixture_material_type', 'not in', ['气吸托盘'])]}"/>
<!-- 定位隔板字段 -->
<field name="length_outer" string="外框长(mm)"
attrs="{'invisible': [('fixture_material_type', 'not in', ['定位隔板'])]}"/>
<field name="width_outer" string="外框宽(mm)"
attrs="{'invisible': [('fixture_material_type', 'not in', ['定位隔板'])]}"/>
<field name="length_inner" string="内框长(mm)"
attrs="{'invisible': [('fixture_material_type', 'not in', ['定位隔板'])]}"/>
<field name="width_inner" string="内框宽(mm)"
attrs="{'invisible': [('fixture_material_type', 'not in', ['定位隔板'])]}"/>
<field name="thickness" string="厚度(mm)"
attrs="{'invisible': [('fixture_material_type', 'not in', ['定位隔板'])]}"/>
<field name="unit_location" string="定位单元位置"
attrs="{'invisible': [('fixture_material_type', 'not in', ['定位隔板'])]}"/>
<field name="offset_x" string="X方向偏移(mm)"
attrs="{'invisible': [('fixture_material_type', 'not in', ['定位隔板'])]}"/>
<field name="offset_y" string="Y方向偏移(mm)"
attrs="{'invisible': [('fixture_material_type', 'not in', ['定位隔板'])]}"/>
<field name="materials_model_id_positioning" string="材质"
placeholder="请选择" options="{'no_create': True}"
attrs="{'invisible': [('fixture_material_type', 'not in', ['定位隔板'])]}"/>
<field name="station_count" string="定位单元数"
attrs="{'readonly': True, 'invisible': [('fixture_material_type', 'not in', ['定位隔板'])]}"/>
<field name="boolean_chip_blowing_function" string="是否有吹屑功能"
attrs="{'invisible': [('fixture_material_type', 'not in', ['零点卡盘','零点托盘','气吸托盘'])]}"/>