e7f06c9d by yangjianbin

init

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