| Line 1564... |
Line 1564... |
| 1564 |
CustomRetailer customRetailer = retailerService.getFofoRetailer(fofoId);
|
1564 |
CustomRetailer customRetailer = retailerService.getFofoRetailer(fofoId);
|
| 1565 |
model.addAttribute("partnerDetailModel", partnerDetailModel);
|
1565 |
model.addAttribute("partnerDetailModel", partnerDetailModel);
|
| 1566 |
model.addAttribute("customRetailer", customRetailer);
|
1566 |
model.addAttribute("customRetailer", customRetailer);
|
| 1567 |
return "partner-investment";
|
1567 |
return "partner-investment";
|
| 1568 |
}
|
1568 |
}
|
| - |
|
1569 |
@RequestMapping(value = "/getPartnerPendingIndentItem", method = RequestMethod.GET)
|
| - |
|
1570 |
public String getPartnerPendingIndentItem(HttpServletRequest request, @RequestParam int warehouseId,
|
| - |
|
1571 |
@RequestParam int itemId, Model model) throws ProfitMandiBusinessException {
|
| - |
|
1572 |
List<PartnerPendingIndentItemModel> partnerPendingIndent = fofoStoreRepository
|
| - |
|
1573 |
.selectPartnerPendingIndentItem(itemId, warehouseId);
|
| - |
|
1574 |
|
| - |
|
1575 |
model.addAttribute("partnerPendingIndent", partnerPendingIndent);
|
| - |
|
1576 |
return "partner-pending-indent-item";
|
| - |
|
1577 |
}
|
| - |
|
1578 |
|
| - |
|
1579 |
|
| 1569 |
|
1580 |
|
| 1570 |
@RequestMapping(value = "/getPatnerActivateStock", method = RequestMethod.GET)
|
1581 |
@RequestMapping(value = "/getPatnerActivateStock", method = RequestMethod.GET)
|
| 1571 |
public String getPartnerActivateStockItem(HttpServletRequest request,
|
1582 |
public String getPartnerActivateStockItem(HttpServletRequest request,
|
| 1572 |
@RequestParam(name = ProfitMandiConstants.FOFO_ID) int fofoId, Model model) throws Exception {
|
1583 |
@RequestParam(name = ProfitMandiConstants.FOFO_ID) int fofoId, Model model) throws Exception {
|
| 1573 |
List<ActivateItemModel> activateStocks = new ArrayList<>();
|
1584 |
List<ActivateItemModel> activateStocks = new ArrayList<>();
|