rev:入库强制确认
This commit is contained in:
@@ -670,6 +670,7 @@ public class RawAssistIStorServiceImpl extends ServiceImpl<IOStorInvMapper, IOSt
|
|||||||
jsonIvt.put("qty_unit_id", ioStorInvDis.getQty_unit_id());
|
jsonIvt.put("qty_unit_id", ioStorInvDis.getQty_unit_id());
|
||||||
jsonIvt.put("qty_unit_name", ioStorInvDis.getQty_unit_name());
|
jsonIvt.put("qty_unit_name", ioStorInvDis.getQty_unit_name());
|
||||||
jsonIvt.put("change_qty", ioStorInvDis.getPlan_qty());
|
jsonIvt.put("change_qty", ioStorInvDis.getPlan_qty());
|
||||||
|
jsonIvt.put("bag_code", ioStorInvDis.getBag_code());
|
||||||
updateIvtList.add(jsonIvt);
|
updateIvtList.add(jsonIvt);
|
||||||
iMdPbStoragevehicleextService.updateIvt(updateIvtList);
|
iMdPbStoragevehicleextService.updateIvt(updateIvtList);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user