1、优化刀具拆解单

This commit is contained in:
yuxianghui
2024-09-13 17:37:20 +08:00
parent b4fef421dd
commit 722f6257ae
2 changed files with 16 additions and 18 deletions

View File

@@ -891,7 +891,8 @@
<group attrs="{'invisible': [('dismantle_cause', 'not in', ['寿命到期报废','崩刀报废'])]}">
<!-- <group col="3">-->
<group>
<field name="scrap_boolean" string="是否报废" readonly="0"/>
<field name="scrap_boolean" string="是否报废"
attrs="{'readonly': [('state' , '=', '已拆解')]}"/>
</group>
<!-- <group></group>-->
<!-- <group>-->