1、功能刀具拆解单拆解流程优化;2、优化货位看板显示;
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user