|
|
@ -90,6 +90,16 @@
|
|
|
|
{{# } }}
|
|
|
|
{{# } }}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/html" id="targetType">
|
|
|
|
|
|
|
|
{{#if (d.target_type_id == 1) { }}
|
|
|
|
|
|
|
|
机构单位
|
|
|
|
|
|
|
|
{{# } else { }}
|
|
|
|
|
|
|
|
群体 / 具体人
|
|
|
|
|
|
|
|
{{# } }}
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/html" id="jobName-Templet">
|
|
|
|
<script type="text/html" id="jobName-Templet">
|
|
|
|
{{#if (d.job_type == 1) { }}
|
|
|
|
{{#if (d.job_type == 1) { }}
|
|
|
|
<img src="../imgs/form.png" title="表单" style="max-width: 16px;margin-top: -4px;">
|
|
|
|
<img src="../imgs/form.png" title="表单" style="max-width: 16px;margin-top: -4px;">
|
|
|
@ -200,9 +210,9 @@
|
|
|
|
{ title: '任务名称', unresize: true, align: 'left', templet: '#jobName-Templet' },
|
|
|
|
{ title: '任务名称', unresize: true, align: 'left', templet: '#jobName-Templet' },
|
|
|
|
{ title: '发布时间', unresize: true, field: 'publish_time', align: 'center', width: "6%" },
|
|
|
|
{ title: '发布时间', unresize: true, field: 'publish_time', align: 'center', width: "6%" },
|
|
|
|
{ title: '截止时间', unresize: true, field: 'deadline_time', align: 'center', width: "6%" },
|
|
|
|
{ title: '截止时间', unresize: true, field: 'deadline_time', align: 'center', width: "6%" },
|
|
|
|
{ title: '填报格式', unresize: true, field: 'job_type_name', align: 'center', width: "8%" },
|
|
|
|
|
|
|
|
{ title: '填报进度', unresize: true, align: 'center', width: "6%", templet: '#fill-progress' },
|
|
|
|
{ title: '填报进度', unresize: true, align: 'center', width: "6%", templet: '#fill-progress' },
|
|
|
|
{ title: '转发进度', unresize: true, align: 'center', width: "6%", templet: '#forward-progress' },
|
|
|
|
{ title: '转发进度', unresize: true, align: 'center', width: "6%", templet: '#forward-progress' },
|
|
|
|
|
|
|
|
{ title: '发布对象', unresize: true, align: 'center', width: "8%" , templet: '#targetType'},
|
|
|
|
{ title: '保存状态', unresize: true, field: 'is_save_name', align: 'center', width: "6%" },
|
|
|
|
{ title: '保存状态', unresize: true, field: 'is_save_name', align: 'center', width: "6%" },
|
|
|
|
{ title: '发布状态', unresize: true, field: 'publish_state_name', align: 'center', width: "6%" },
|
|
|
|
{ title: '发布状态', unresize: true, field: 'publish_state_name', align: 'center', width: "6%" },
|
|
|
|
{ title: '操作', unresize: true, align: 'left', width: "20%", toolbar: '#table-bar' }
|
|
|
|
{ title: '操作', unresize: true, align: 'left', width: "20%", toolbar: '#table-bar' }
|
|
|
@ -396,9 +406,9 @@
|
|
|
|
window.createTask = function () {
|
|
|
|
window.createTask = function () {
|
|
|
|
layer.open({
|
|
|
|
layer.open({
|
|
|
|
type: 2,
|
|
|
|
type: 2,
|
|
|
|
title: '选择填报格式',
|
|
|
|
title: '创建任务',
|
|
|
|
shade: 0.1,
|
|
|
|
shade: 0.1,
|
|
|
|
area: ['450px', '250px'],
|
|
|
|
area: ['450px', '260px'],
|
|
|
|
content: './format_select.html'
|
|
|
|
content: './format_select.html'
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|