|
|
|
@ -2596,7 +2596,7 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution
|
|
|
|
|
return Resp.scanFail("请签收扫描", "请签收扫描!!"); |
|
|
|
|
} |
|
|
|
|
StringBuilder str = new StringBuilder(); |
|
|
|
|
str.append("计划" + reservationEntity.getReservationNum() + "件"); |
|
|
|
|
str.append("计划" + (reservationEntity.getReservationNum()+reservationEntity.getReservationStockListNum()) + "件"); |
|
|
|
|
AtomicInteger signingTotalNum = new AtomicInteger(); |
|
|
|
|
if (Func.isNotEmpty(packageNum)) { |
|
|
|
|
//统计签收数量
|
|
|
|
|