优化界面展示,优化opcua超时时长

This commit is contained in:
mgw
2023-05-05 21:08:06 +08:00
parent 69aa731990
commit af5b319d0c
3 changed files with 3 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
<field name="arch" type="xml">
<xpath expr="//page[last()-3]" position="before">
<!-- <page string="下发记录" attrs='{"invisible": [("routing_type","!=","CNC加工")]}'>-->
<page string="下发记录">
<page string="下发记录" attrs='{"invisible": [("routing_type","!=","CNC加工")]}'>
<field name="delivery_records">
<tree create="false">
<field name="delivery_type"/>
@@ -17,7 +17,6 @@
</field>
</page>
</xpath>
</field>