设备调令单优化

This commit is contained in:
xuhaihui 2025-09-03 15:26:39 +08:00
parent 3737a2e9e2
commit 475fc5965c
1 changed files with 4 additions and 2 deletions

View File

@ -105,9 +105,11 @@ public class EquipmentCommandBillPlugin extends AbstractBillPlugIn implements Be
if (projectF7s == null || projectF7s.length == 0) { if (projectF7s == null || projectF7s.length == 0) {
if (StringUtil.equals(key, "zcgj_outorg")) { if (StringUtil.equals(key, "zcgj_outorg")) {
//调出组织 //调出组织
this.getModel().setValue("zcgj_outproject", null); this.getModel().setValue("zcgj_outproject", null);//清调出项目
this.getModel().setValue("zcgj_outuser", null);//调出负责人
} else { } else {
this.getModel().setValue("zcgj_inproject", null); this.getModel().setValue("zcgj_inproject", null);//清调入项目
this.getModel().setValue("zcgj_inuser", null);//调入负责人
} }
return; return;
} }