main
kgdxpr 2 years ago
parent 2915287330
commit 514a7a5d28

@ -74,28 +74,27 @@
<button class="pear-btn pear-btn-primary pear-btn-md" lay-event="add">
<i class="layui-icon layui-icon-add-1"></i>
新建任务
</button>
</button>
<!-- <button class="pear-btn pear-btn-danger pear-btn-md" lay-event="batchRemove">
<i class="layui-icon layui-icon-delete"></i>
删除
</button> -->
</script>
<script type="text/html" id="table-bar">
<span class="woo-tool-span woo-tool-text-span" lay-event="edit"><a
class="woo-theme-color">编辑</a></span>
<i class="woo-tool-text-delimiter"></i>
<span class="woo-tool-span woo-tool-text-span" lay-event="sub"><a
class="woo-theme-color">订阅管理</a></span>
<i class="woo-tool-text-delimiter"></i>
<span class="woo-tool-span woo-tool-text-span" lay-event="remove"><a
class="woo-theme-color">删除</a></span>
</script>
<button type="button" class="layui-btn layui-btn-sm">
<i class="layui-icon layui-icon-release"></i>
</button>
<button type="button" class="layui-btn layui-btn-sm">
<i class="layui-icon layui-icon-edit"></i>
</button>
<button type="button" class="layui-btn layui-btn-sm">
<i class="layui-icon layui-icon-delete"></i>
</button>
<button type="button" class="layui-btn layui-btn-sm">
<i class="layui-icon layui-icon-export"></i>
</button>
</script>
<script src="../../../component/layui/layui.js"></script>
<script src="../../../component/pear/pear.js"></script>
@ -152,7 +151,7 @@
function tableRender() {
table.render({
elem: '#data-table',
url: '/QingLong/dataShare/listSystem',
url: '/QingLong/collect/getJobList',
where: {
keyword: $("#system_name").val(),
except_system_id: -1
@ -165,14 +164,14 @@
, next: "下一页"
},
cols: [[
{ type: 'checkbox', width: "5%" },
{ title: '序号', align: 'center', width: "5%", type: 'numbers' },
{ title: '系统名称', field: 'system_name', align: 'center' },
{ title: '前缀标识', field: 'prefix', align: 'center', width: "10%" },
{ title: '已订阅表个数', field: 'table_cnt', align: 'center', width: "10%" },
{ title: 'AK', field: 'access_key', align: 'center', width: "20%", templet: '#AK-Templet' },
{ title: 'SK', field: 'secret_key', align: 'center', width: "20%", templet: '#SK-Templet' },
{ title: '操作', toolbar: '#table-bar', align: 'center', width: "15%" }
{ title: '任务名称', field: 'job_name', align: 'center' },
{ title: '发布时间', field: 'prefix', align: 'center', width: "10%" },
{ title: '截止时间', field: 'table_cnt', align: 'center', width: "10%" },
{ title: '填报格式', field: 'access_key', align: 'center', width: "20%" },
{ title: '填报进度', field: 'secret_key', align: 'center', width: "20%" },
{ title: '状态', field: 'secret_key', align: 'center', width: "20%" },
{ title: '操作', align: 'center', width: "15%", toolbar: '#table-bar' }
]],
skin: 'line',
toolbar: '#table-toolbar',
@ -327,7 +326,7 @@
window.openExcelCreatePage = function () {
// window.location = "./upload_excel.html";
window.location = "./fields_set.html?job_id=3";
// layer.open({
// type: 2,
// title: '创建任务',

Loading…
Cancel
Save