锁定费用承担部门和公司

This commit is contained in:
zhangzhiguo 2025-08-14 15:12:09 +08:00
parent 7fe122ccba
commit 9cb5c571b9
1 changed files with 2 additions and 0 deletions

View File

@ -46,8 +46,10 @@ public class LockCostdeptPlugin extends AbstractBillPlugIn implements Plugin {
&& !"cw000155".equals(number)
){
this.getView().setEnable(false,"costdept");
this.getView().setEnable(false,"costcompany");
}else{
this.getView().setEnable(true,"costdept");
this.getView().setEnable(true,"costcompany");
}
}
}