设备维修确认关联设备维修申请
This commit is contained in:
parent
498a96d911
commit
58dd9118f6
|
@ -346,6 +346,7 @@ public class MaintenanceAckBillPlugin extends AbstractBillPlugIn implements Plug
|
|||
DynamicObjectCollection entrys = (DynamicObjectCollection) getModel().getValue("entryentity");
|
||||
DynamicObjectCollection maintenanceentry = maintenancebill.getDynamicObjectCollection("entryentity");
|
||||
maintenanceentry.removeIf(entry -> set.contains(entry.getString("id")));//去除之前单据已有的数据
|
||||
entrys.clear();
|
||||
for (int i = 0; i<maintenanceentry.size();i++) {
|
||||
DynamicObject object = maintenanceentry.get(i);
|
||||
i = this.getModel().createNewEntryRow("entryentity");
|
||||
|
|
Loading…
Reference in New Issue