资源简介
SSM框架开发的超市订单管理系统,java web开发简单的超市后台管理系统要求: 1,SSM框架开发超市管理系统 2,SSM框架的搭建 3,实现超市管理系统的登录和注销 4,实现超市的订单管理 5,实现超市的供应商管理 6,实现超市的用户管理
代码片段和文件信息
package com.smbms.controller.bill;
import java.io.UnsupportedEncodingException;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.ResponseBody;
import com.smbms.pojo.Bill;
import com.smbms.pojo.Provider;
import com.smbms.service.bill.BillService;
import com.smbms.service.provider.ProviderService;
@Controller
public class BillController {
@Resource
BillService bs;
@Resource
ProviderService ps;
@RequestMapping(“/sys/bill“)
/*
* 全部订单界面
*/
/************************************************中文转码*********************************************************************/
public String bill(Model modelHttpServletRequest request) throws UnsupportedEncodingException{
String productName=request.getParameter(“productName“);
String pid=request.getParameter(“providerId“);
String pisPayment=request.getParameter(“isPayment“);
Integer providerId=null;
Integer isPayment=null;
if(productName!=null){
//productName=new String(productName.getBytes(“iso-8859-1“) “utf-8“);
request.setAttribute(“productName“productName);
}
if(pid!=null&&pid!=““){
providerId=Integer.parseInt(pid);
if(providerId==0){
providerId=null;
}
request.setAttribute(“providerId“ providerId);
}
if(pisPayment!=null&&pisPayment!=““){
isPayment=Integer.parseInt(pisPayment);
if(isPayment==0){
isPayment=null;
}
request.setAttribute(“isPayment“ isPayment);
}
List list=bs.findByNameIdAndIsPayment(productName providerId isPayment);
List providerList=ps.findAllProvider();
model.addAttribute(“billList“ list);
model.addAttribute(“providerList“ providerList);
return “bill/billlist“;
}
/*
* 查看订单的详细信息
*/
@RequestMapping(“/sys/billview“)
public String proview(HttpSession session@RequestParam String billid){
int id=Integer.parseInt(billid);
Bill b=bs.findBillById(id);
session.setAttribute(“bill“ b);
return “bill/billview“;
}
/*
* 获取供应商列表
*/
@RequestMapping(“/sys/billselect“)
@ResponseBody
public List billSelect(){
List list=ps.findAllProvider();
return list;
}
/*
* 订单修改界面
*/
@RequestMapping(“/sys/billmodify“)
public String billmodify(HttpSession session@RequestParam String billid){
int id=Integer.parseInt(billid);
Bill bill=bs.findBillById(id);
session.setAttribute(“bill“ bill);
return “bill/billmodify“;
}
/*
* 保存订单修改信息
*/
@RequestMapping(“/sys/dobillmodify“)
public String dobillmodify(HttpServletRequest request){
int id=Integer.parseInt(reques
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-01-11 18:06 supermarket\
文件 200976 2018-12-03 09:54 supermarket\log.log
目录 0 2019-01-11 18:07 __MACOSX\
目录 0 2019-01-11 18:07 __MACOSX\supermarket\
文件 172 2018-12-03 09:54 __MACOSX\supermarket\._log.log
文件 6148 2019-01-11 18:07 supermarket\.DS_Store
文件 120 2019-01-11 18:07 __MACOSX\supermarket\._.DS_Store
目录 0 2019-01-11 18:06 supermarket\resources\
文件 260 2018-12-03 09:54 supermarket\resources\mybatis-config.xm
目录 0 2019-01-11 18:07 __MACOSX\supermarket\resources\
文件 172 2018-12-03 09:54 __MACOSX\supermarket\resources\._mybatis-config.xm
文件 2097 2018-12-03 09:51 supermarket\resources\applicationContext.xm
文件 172 2018-12-03 09:51 __MACOSX\supermarket\resources\._applicationContext.xm
文件 1385 2018-12-03 13:54 supermarket\resources\springmvc-servlet.xm
文件 172 2018-12-03 13:54 __MACOSX\supermarket\resources\._springmvc-servlet.xm
文件 163 2018-12-06 11:15 supermarket\resources\jdbc.properties
文件 172 2018-12-06 11:15 __MACOSX\supermarket\resources\._jdbc.properties
文件 2960 2018-10-09 09:42 supermarket\resources\log4j.properties
文件 172 2018-10-09 09:42 __MACOSX\supermarket\resources\._log4j.properties
文件 172 2019-01-11 18:06 __MACOSX\supermarket\._resources
目录 0 2019-01-11 18:07 supermarket\WebRoot\
文件 6148 2019-01-11 18:07 supermarket\WebRoot\.DS_Store
目录 0 2019-01-11 18:07 __MACOSX\supermarket\WebRoot\
文件 120 2019-01-11 18:07 __MACOSX\supermarket\WebRoot\._.DS_Store
目录 0 2019-01-11 18:07 supermarket\WebRoot\statics\
文件 6148 2019-01-11 18:07 supermarket\WebRoot\statics\.DS_Store
目录 0 2019-01-11 18:07 __MACOSX\supermarket\WebRoot\statics\
文件 120 2019-01-11 18:07 __MACOSX\supermarket\WebRoot\statics\._.DS_Store
目录 0 2019-01-11 18:06 supermarket\WebRoot\statics\calendar\
目录 0 2019-01-11 18:06 supermarket\WebRoot\statics\calendar\skin\
文件 158 2018-11-29 14:03 supermarket\WebRoot\statics\calendar\skin\WdatePicker.css
............此处省略661个文件信息
相关资源
- javaweb超市进销系统
- 基于javaweb写的网上商城
- JavaWeb新闻管理系统183842
- ssm框架所需全部jar包
- javaweb实现语音识别
- 基于 javaweb + sql 的机房管理系统
- 基于javaweb的网上订餐系统bootstrap框架
- TeenMusic在线音乐分享系统 | JavaWeb项目
- javaweb开发中所需要的json包
- FileSmartUpload-文件上传页面实现
- 基于JavaWeb的在线课程考试管理系统
- JavaWeb网上订餐系统项目
- _佟刚_JavaWEB_MVC案例源码
- 基于javaweb的考勤系统
- javaweb宿舍管理系统
- javaweb实训项目需求
- 简易论坛javaweb程序
- JavaWeb教务管理系统.zip
- 基于JavaWeb的网上书店系统187915
- javaweb企业门户网站
- 基于JAVAWEB的图书借阅系统
- JavaWeb教务管理系统
- 一个完成的java项目
- JavaWeb设计城市公交查询系统报告
- JavaWeb设计在线考试系统报告
- javaweb 网上书城包含数据库
- 暑期实训demo一个汽车销售javaWeb应用
- 图书管理系统Javaweb+SQLserver库
- Java Web课程设计之网上花店系统.zip
- 网上商城 Java Web项目
评论
共有 条评论