质量检测添加零件图号与零件名称

This commit is contained in:
liaodanlong
2024-12-26 08:57:31 +08:00
parent 1fb88960db
commit 6532af500f
3 changed files with 11 additions and 2 deletions

View File

@@ -389,6 +389,8 @@
<field name="name" decoration-bf="1"/>
<field name="measure_on" optional="show"/>
<field name='product_id' optional="show"/>
<field name="part_name" optional="hide"/>
<field name='part_number' optional="show"/>
<field name="lot_id" invisible="context.get('show_lots_text')"/>
<field name="lot_name" invisible="not context.get('show_lots_text')"/>
<field name="picking_id" optional="hide" string="Transfer"/>