酒客项目日志20170809

来源:互联网 发布:淘宝店铺排名怎么靠前 编辑:程序博客网 时间:2024/04/27 16:59

一、新建管理员界面

二、新建房间管理界面

1、界面逻辑与预订订单管理类似;

2、编辑房间信息采用bootstrap模态框操作

三、dwr如何传递一个对象

var user = {"usercode":"lifan","password":"123456"};

四、学习过的链接

1、Bootstrap 模态框(Modal)插件:http://www.runoob.com/bootstrap/bootstrap-modal-plugin.html

2、bootstrap模态框传值问题:http://blog.csdn.net/u013126379/article/details/53142415