| | |
| | | /** |
| | | * Created by cmower on 17/11/20. |
| | | */ |
| | | @Controller |
| | | @PropertySource(value = "WEB-INF/config.properties",encoding = "utf-8") |
| | | @Controller |
| | | @Scope("session") |
| | | public class WarehouseStockMngController extends BaseController { |
| | | |
| | |
| | | FacesUtils.info("至少选择一个"); |
| | | return; |
| | | } |
| | | |
| | | this.userId = getUser().getId(); |
| | | this.menuController.goToPage(Constants.PAGE_WAREHOUSE_REAGENT_USE_NEW, Constants.PAGE_WAREHOUSE_STOCK_MNG); |
| | | } |
| | | // |
| | |
| | | } |
| | | } |
| | | checkTable = null; |
| | | // |
| | | this.userId = selectedTmpOrderList.get(0).getApplyUser(); |
| | | |
| | | this.menuController.goToPage(Constants.PAGE_WAREHOUSE_REAGENT_USE_NEW_PERSON, Constants.PAGE_WAREHOUSE_STOCK_MNG); |
| | | } |