1、功能刀具拆解单拆解流程优化;2、优化货位看板显示;

This commit is contained in:
yuxianghui
2024-06-04 11:26:00 +08:00
parent 67c4f64d08
commit 3882d3a3cb
4 changed files with 57 additions and 57 deletions

View File

@@ -172,11 +172,11 @@
<field name="product_id"/>
<field name="product_sn_id" options="{'no_create': True}"
attrs="{'invisible': [('product_sn_ids', '!=', [])]}"/>
<field name="product_sn_ids" readonly="1"
<field name="product_sn_ids"
attrs="{'invisible': [('product_sn_ids', '=', [])]}">
<tree>
<field name="lot_id"/>
<field name="qty"/>
<tree edit="1" create="0" delete="0" editable="bottom">
<field name="lot_id" readonly="1"/>
<field name="qty" readonly="1"/>
</tree>
</field>
<field name="product_num" readonly="1"/>