@ -173,6 +173,25 @@ public class DistributionStockListController extends BladeController {
return R.data(orderPackgeCodeDataVo);
}
/**
*
* @param orderPackgeCodes 多个库存品码的 ,号分割
* @return
*/
@GetMapping("/showInventoryPackgeCodes")
@ApiOperationSupport(order = 2)
@ApiOperation(value = "返回模板和模板内容")
public R showInventoryPackgeCodes(@ApiIgnore @RequestParam String orderPackgeCodes){
OrderPackgeCodeDataVO orderPackgeCodeDataVo= null;
try {
orderPackgeCodeDataVo = distributionStockListService.showInvnetoryPackgeCodes(orderPackgeCodes);
} catch (Exception e) {
return R.fail(e.getMessage());
@GetMapping("/showInventorySourcePackageCode")
@ -222,6 +222,13 @@ public interface IDistributionStockListService extends BaseService<DistributionS
**/
DistributionStockListEntity findStockListByAttrAndWarehouseId(DistributionStockListEntity stockListEntity);
* 批量查看库存品二维码
* @param orderPackgeCodes
OrderPackgeCodeDataVO showInvnetoryPackgeCodes(String orderPackgeCodes);
// /**
// * 查询库存品详情