| | |
| | | /** |
| | | * 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); |
| | | } |
| | |
| | | <result property="arrivalNum" column="arrival_num"></result> |
| | | <result property="status" column="status" typeHandler="com.nanometer.smartlab.entity.handler.ApplyStatusHandler"></result> |
| | | <result property="applyUserId" column="apply_user_id"></result> |
| | | <result property="applyUser" column="apply_user"></result> |
| | | <result property="arrivalTime" column="arrival_time"></result> |
| | | <result property="articleNumber" column="articleNumber"></result> |
| | | <result property="projectManage" column="projectManage"/> |
| | |
| | | bm1.meta_value productHome, |
| | | sr.dangerous_flag, |
| | | oa.num, |
| | | oa.used, |
| | | oa.apply_user_id apply_user, |
| | | su.`name` apply_user_id, |
| | | su.project, |
| | | su1.`name` as projectManage, |
| | |
| | | |
| | | private String project; |
| | | private String projectManage; |
| | | private String applyUser; |
| | | |
| | | public ApplyStatus getStatus() { |
| | | return status; |
| | |
| | | public void setCacheUpdateList(List<OpeWarehouseReserve> cacheUpdateList) { |
| | | this.cacheUpdateList = cacheUpdateList; |
| | | } |
| | | |
| | | public String getApplyUser() { |
| | | return applyUser; |
| | | } |
| | | |
| | | public void setApplyUser(String applyUser) { |
| | | this.applyUser = applyUser; |
| | | } |
| | | } |
| | |
| | | <h:outputText value="#{row.articleNumber}"></h:outputText> |
| | | </p:column> |
| | | |
| | | <p:column headerText="申领人"> |
| | | <h:outputText value="#{row.applyUserId}"></h:outputText> |
| | | </p:column> |
| | | |
| | | <p:column headerText="申请数量"> |
| | | <h:outputText value="#{row.num}"></h:outputText> |
| | | </p:column> |