锁定费用承担部门和公司
This commit is contained in:
parent
7fe122ccba
commit
9cb5c571b9
|
@ -46,8 +46,10 @@ public class LockCostdeptPlugin extends AbstractBillPlugIn implements Plugin {
|
||||||
&& !"cw000155".equals(number)
|
&& !"cw000155".equals(number)
|
||||||
){
|
){
|
||||||
this.getView().setEnable(false,"costdept");
|
this.getView().setEnable(false,"costdept");
|
||||||
|
this.getView().setEnable(false,"costcompany");
|
||||||
}else{
|
}else{
|
||||||
this.getView().setEnable(true,"costdept");
|
this.getView().setEnable(true,"costdept");
|
||||||
|
this.getView().setEnable(true,"costcompany");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue