还原注释代码

This commit is contained in:
jinling.yang
2024-09-19 08:45:50 +08:00
parent 190d6da217
commit 9dfe34ce9a
3 changed files with 3 additions and 3 deletions

View File

@@ -221,7 +221,7 @@
<xpath expr="//label[1]" position="before">
<field name='routing_type' readonly="1"/>
<field name='process_state' attrs='{"invisible": [("routing_type","!=","装夹预调")]}'/>
<field name="rfid_code" force_save="1" readonly="0" cache="True"
<field name="rfid_code" force_save="1" readonly="1" cache="True"
attrs="{'invisible': [('rfid_code_old', '!=', False)]}"/>
<field name="rfid_code_old" readonly="1" attrs="{'invisible': [('rfid_code_old', '=', False)]}"/>
</xpath>