|
|
|
@ -120,7 +120,7 @@ public class AbnormalPlanServiceImpl extends ServiceImpl<AbnormalPlanMapper, Abn
|
|
|
|
|
abnormalBillDisposeDto.setAbnormalMethod(abnormalBillDispose.getAbnormalMethod());
|
|
|
|
|
abnormalBillDisposeDto.setShopOrder(abnormalBill.getShopOrder());
|
|
|
|
|
abnormalBillDisposeDto.setResrce(abnormalBill.getResrce());
|
|
|
|
|
abnormalBillDisposeDto.setItem(abnormalBill.getItemBo());
|
|
|
|
|
abnormalBillDisposeDto.setItemBo(abnormalBill.getItemBo());
|
|
|
|
|
abnormalBillDisposeDto.setNcQty(abnormalBill.getNcQty());
|
|
|
|
|
this.saveAbnormalPlan(abnormalBillDisposeDto,now);
|
|
|
|
|
}
|
|
|
|
|