首页>代码>spring+struts2+Hibernate三大框架开发某制药厂管理系统源代码下载>/某制药厂管理系统/taihua/src/com/action/FahuoAction.java
package com.action;

import javax.servlet.http.HttpServletRequest;

import org.apache.struts2.ServletActionContext;

import com.bean.User;
import com.bean.Xiaoshou;
import com.opensymphony.xwork2.ActionContext;
import com.opensymphony.xwork2.ActionSupport;
import com.service.XiaoshouService;
import com.util.PageModel;

public class FahuoAction extends ActionSupport {
	private XiaoshouService xiaoshouService;
	private Xiaoshou xiaoshou;
	
	/*
	 * 显示所有发货信息
	 */
	public String show() throws Exception{
		User user=(User)ServletActionContext.getRequest().getSession().getAttribute("user");
    	int a=user.getQuanxian();
    	if((a==4)||(a==0)){
				int offset=0;
		        HttpServletRequest request = ServletActionContext.getRequest();
		        try {   
		            offset = Integer.parseInt(request.getParameter("pager.offset"));  
		         } catch (Exception e) {   
		         }   
		         if(offset<0){
		    		 offset=0;
		    	 }  
		         PageModel pm=this.xiaoshouService.findshow("发货", offset);
		         ActionContext.getContext().put("pm", pm);
		         return "show";
    	}else{
    		return "no";
    	}
	}
	/*
	 * 显示某发货信息的详细记录,并跳转到详细信息页
	 */
	public String showone() throws Exception{
		xiaoshou=this.xiaoshouService.findById(xiaoshou.getId());
		ActionContext.getContext().put("xiaoshou",xiaoshou);
		return "showone";
		
	}
	/*
	 * 显示某发货信息的详细记录,并跳转到修改信息页,为修改做准备
	 */
	public String showone1() throws Exception{
		xiaoshou=this.xiaoshouService.findById(xiaoshou.getId());
		ActionContext.getContext().put("xiaoshou",xiaoshou);
		return "showone1";
		
	}
	/*
	 * 修改发货信息
	 */
	public String update() throws Exception{
		this.xiaoshouService.update(xiaoshou);
		return "sud";
	}
	/*
	 * 一次空跳转,解决路径问题
	 */
	public String zhuan() throws Exception{
		return "zhuan";
	}
	/*
	 * 查询发货信息
	 */
	public String find() throws Exception{
		int offset=0;
		HttpServletRequest req=ServletActionContext.getRequest();
		try{
			offset=Integer.parseInt(req.getParameter("pager.offset"));
		}catch(Exception e){
			
		}
		if(offset<0)
		{
			offset=0;
		}
		PageModel pm=this.xiaoshouService.find(xiaoshou, offset);
		ActionContext.getContext().put("pm",pm);
		return "find";
	}
	/*
	 * 显示某条发货信息,并跳转到添加退货信息页中
	 */
	public String showoneth() throws Exception{
		xiaoshou=this.xiaoshouService.findById(xiaoshou.getId());
		ActionContext.getContext().put("xiaoshou",xiaoshou);
		return "showoneth";
	}
	
	
	
	public XiaoshouService getXiaoshouService() {
		return xiaoshouService;
	}
	public void setXiaoshouService(XiaoshouService xiaoshouService) {
		this.xiaoshouService = xiaoshouService;
	}
	public Xiaoshou getXiaoshou() {
		return xiaoshou;
	}
	public void setXiaoshou(Xiaoshou xiaoshou) {
		this.xiaoshou = xiaoshou;
	}
	

}
最近下载更多
weilaizhisheng  LV21 2023年11月30日
testuser1234567  LV24 2022年6月15日
wanglinddad  LV55 2022年4月22日
877549024  LV8 2022年4月21日
葡萄树下酒庄  LV9 2022年1月5日
没有鱼  LV3 2021年8月17日
Rains_  LV9 2020年10月30日
haitao793  LV3 2020年7月7日
1057706707  LV9 2020年6月14日
dqsy520  LV4 2020年6月12日
最近浏览更多
大魔王help 6月11日
暂无贡献等级
hai666666  LV1 2023年12月25日
dsadasdwf  LV12 2023年10月23日
weilaizhisheng  LV21 2023年7月3日
Skeet1111  LV3 2023年5月30日
哇塞塞哈哈哈  LV8 2023年5月4日
gnnhka  LV10 2023年4月14日
泓鼎168  LV20 2023年3月25日
微信网友_6373168465580032  LV3 2023年3月4日
jiyun2021  LV9 2023年2月1日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友