Accept Merge Request #119: (feature/优化代码结构 -> develop)

Merge Request: 扫码字段更新完成

Created By: @马广威
Accepted By: @马广威
URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/119
This commit is contained in:
马广威
2023-02-02 10:06:46 +08:00
2 changed files with 1 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<xpath expr="//page//field[@name='tray_code']" position="before"> <xpath expr="//page//field[@name='tray_code']" position="before">
<!-- invisible="1" --> <!-- invisible="1" -->
<field name="_barcode_scanned" widget="barcode_handler"/> <field name="_barcode_scanned" widget="barcode_handler" string="扫码"/>
</xpath> </xpath>
</field> </field>

View File

@@ -25,7 +25,6 @@
class="btn-primary" attrs='{"invisible": ["|", class="btn-primary" attrs='{"invisible": ["|",
("state","!=","progress"),("user_permissions","=",False)]}'/> ("state","!=","progress"),("user_permissions","=",False)]}'/>
</div> </div>
</div> </div>
</group> </group>
</xpath> </xpath>