e7f06c9d by yangjianbin

init

1 parent 7cc939af
...@@ -74,11 +74,12 @@ ...@@ -74,11 +74,12 @@
74 { 74 {
75 data: "id", render: function (data, type, full) { 75 data: "id", render: function (data, type, full) {
76 var url = "<?=site_url('/work/record')?>"; 76 var url = "<?=site_url('/work/record')?>";
77 url += '/' + data;
77 return '<span class="dropDown dropDown_hover">\ 78 return '<span class="dropDown dropDown_hover">\
78 <button class="btn radius size-M">请选择 <i class="Hui-iconfont">&#xe6d5;</i></button>\ 79 <button class="btn radius size-M">请选择 <i class="Hui-iconfont">&#xe6d5;</i></button>\
79 <ul class="dropDown-menu menu radius box-shadow">\ 80 <ul class="dropDown-menu menu radius box-shadow">\
80 <li><a href="javascript:;" onclick="layer_show(\'资料补录\',\'' + url + '\')">资料补录</a></li>\ 81 <li><a href="javascript:;" onclick="layer_show(\'资料补录\',\'' + url + '\')">资料补录</a></li>\
81 <li><a href="javascript:cancel(1);">客户取消</a></li>\ 82 <li><a href="javascript:cancel('+data+');">客户取消</a></li>\
82 </ul>\ 83 </ul>\
83 </span>'; 84 </span>';
84 } 85 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!