fix error
This commit is contained in:
parent
0d0bc254c4
commit
9b337a0f08
|
|
@ -77,7 +77,7 @@
|
|||
<field name="salary" required="1" attrs="{'readonly':[('state','!=','draft')]}"/>
|
||||
<field name="salary_insurnce" attrs="{'readonly':[('state','!=','draft')]}"/>
|
||||
<field name="ticket_allowance" attrs="{'readonly':[('state','!=','draft')]}" />
|
||||
<field name="last_salary_gosi" attrs="{'readonly':[('state','!=','draft')]}"/>
|
||||
<!-- <field name="last_salary_gosi" attrs="{'readonly':[('state','!=','draft')]}"/>-->
|
||||
<field name="has_housing" attrs="{'readonly':[('state','!=','draft')]}"/>
|
||||
<field name="has_transportation" attrs="{'readonly':[('state','!=','draft')]}"/>
|
||||
<!--field name="suspended" attrs="{'readonly':[('state','!=','draft')]}"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue