|
|
|
@ -45,12 +45,19 @@
|
|
|
|
|
|
|
|
|
|
<script type="text/html" id="table-bar">
|
|
|
|
|
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" data-tool-sort="120" lay-event="chouqu"><a
|
|
|
|
|
class="woo-theme-color">抽取</a></span>
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" data-tool-sort="120" lay-event="chouqu"><a
|
|
|
|
|
class="woo-theme-color">抽取</a></span>
|
|
|
|
|
|
|
|
|
|
<i class="woo-tool-text-delimiter"></i>
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" data-tool-sort="120" lay-event="remove"><a
|
|
|
|
|
class="woo-theme-color">删除</a></span>
|
|
|
|
|
<i class="woo-tool-text-delimiter"></i>
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" data-tool-sort="120" lay-event="remove"><a
|
|
|
|
|
class="woo-theme-color">删除</a></span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{# if(d.is_finish == 1) { }}
|
|
|
|
|
<i class="woo-tool-text-delimiter"></i>
|
|
|
|
|
<span class="woo-tool-span woo-tool-text-span" lay-event="export"><a
|
|
|
|
|
class="woo-theme-color">导出</a></span>
|
|
|
|
|
{{# } }}
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
@ -118,8 +125,10 @@
|
|
|
|
|
area: ['100%', '100%'],
|
|
|
|
|
content: './chouqu.html?ys_id=' + obj.data.ys_id
|
|
|
|
|
});
|
|
|
|
|
} else if (obj.event === 'edit') {
|
|
|
|
|
window.edit(obj);
|
|
|
|
|
} else if (obj.event === 'remove') {
|
|
|
|
|
window.location.href = '/QingLong/zjcq/exportDocx?ys_id=' + obj.data.ys_id;
|
|
|
|
|
} else if (obj.event === 'export') {
|
|
|
|
|
window.location.href = '/QingLong/zjcq/exportDocx?ys_id=' + obj.data.ys_id;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|