设备新增参数 AGV小车table页

This commit is contained in:
qihao.gong@jikimo.com
2023-09-28 16:20:03 +08:00
parent 6b375ee64d
commit 960bea5bb0
2 changed files with 33 additions and 3 deletions

View File

@@ -65,7 +65,7 @@
force_save="1"/>
</xpath>
<xpath expr="//page[@name='description']" position="before">
<page string="设备参数" name="sf_equipment" attrs="{'invisible': [('type_id', '=', False)]}">
<page string="设备参数" name="sf_equipment" attrs="{'invisible': [('equipment_type', '!=', '机床')]}">
<group>
<group string="基本参数">
<field name="control_system_id" required="1" options="{'no_create': True}"/>
@@ -177,6 +177,13 @@
</page>
<page string="设备参数" name="sf_equipment" attrs="{'invisible': [('equipment_type', '!=', 'AGV小车')]}">
</page>
<page string="设备参数" name="sf_equipment" attrs="{'invisible': [('equipment_type', '!=', '机器人')]}">
</page>
<page string="设备参数" name="sf_equipment" attrs="{'invisible': [('equipment_type', '!=', '检测设备')]}">
</page>
<page string="加工能力">
<field name='image_id' widget="custom_many2many_checkboxes">