|
|
@ -314,7 +314,7 @@ public class DistributionSignforController extends BladeController { |
|
|
|
List<Long> packageIds = (List<Long>) data.get("packageIds"); |
|
|
|
List<Long> packageIds = (List<Long>) data.get("packageIds"); |
|
|
|
Long signId = (Long) data.get("signId"); |
|
|
|
Long signId = (Long) data.get("signId"); |
|
|
|
distributionAsyncService.handlPakcage(packageIds, myCurrentWarehouse.getId()); |
|
|
|
distributionAsyncService.handlPakcage(packageIds, myCurrentWarehouse.getId()); |
|
|
|
distributionAsyncService.sendReviewFactory(signId,myCurrentWarehouse.getName() ,myCurrentWarehouse.getId()); |
|
|
|
// distributionAsyncService.sendReviewFactory(signId,myCurrentWarehouse.getName() ,myCurrentWarehouse.getId()); PC对于的批量签收同样需要复核
|
|
|
|
} |
|
|
|
} |
|
|
|
String orderPackageCodes = null; |
|
|
|
String orderPackageCodes = null; |
|
|
|
for (String packageCode : packageCodes) { |
|
|
|
for (String packageCode : packageCodes) { |
|
|
|