+
-
@@ -55,7 +46,7 @@
//,skin:'line'
});
//表头工具栏事件
- $('.body-content').on('click','.add-menu', function(){
+ $('.add-menu').on('click',function(){
rightpage.open("{:url('home/rule/add')}");
return;
});
diff --git a/app/home/view/schedule/calendar.html b/app/home/view/schedule/calendar.html
index 6376439..a11efdd 100644
--- a/app/home/view/schedule/calendar.html
+++ b/app/home/view/schedule/calendar.html
@@ -7,13 +7,14 @@
{/block}
@@ -24,7 +25,7 @@
-
+
@@ -48,7 +49,7 @@
,laydate = layui.laydate;
// 选择员工
- $('.body-content').on('click','[data-event="select"]',function(){
+ $('.body-table').on('click','[data-event="select"]',function(){
var that = $(this);
var names = that.val(), ids = $('[name="uid"]').val();
employeepicker.init({
@@ -67,7 +68,7 @@
})
});
// 去除员工
- $('.body-content').on('click','[lay-filter="webform"]',function(){
+ $('.body-table').on('click','[lay-filter="webform"]',function(){
uid = 0;
$('[data-event="select"]').val('');
calendar.refetchEvents({
@@ -76,7 +77,7 @@
});
- $('.body-content').on('click','.addLoan',function(){
+ $('.body-table').on('click','.addLoan',function(){
addEvent();
});
diff --git a/app/home/view/schedule/cate.html b/app/home/view/schedule/cate.html
index a262685..9f650e3 100644
--- a/app/home/view/schedule/cate.html
+++ b/app/home/view/schedule/cate.html
@@ -1,7 +1,7 @@
{extend name="common/base"/}
{block name="body"}
-
+
diff --git a/app/home/view/schedule/index.html b/app/home/view/schedule/index.html
index e790e71..c9f3f05 100644
--- a/app/home/view/schedule/index.html
+++ b/app/home/view/schedule/index.html
@@ -8,8 +8,8 @@
{/block}
{block name="body"}
-