- @Action(value="beginStockhand",results={
- @Result(name="success",location="/page/wms/instock/check_imei.jsp"),
- @Result(name="SNSNTYPE",location="/page/wms/instock/nosnType.jsp"),
- // 带参数跳转到页面
- @Result(name="paraPlat",type="redirect",location="page/wms/dev/devi_add.jsp",params={"productId","${productId}"}),
- // 带参数跳转到Action
- @Result(name="paraPro",type="redirect",location="/paramsetting/TypePage.c", params={"productId","${productId}"})
- })