黄海 2 years ago
commit 38a7750a39

@ -46,7 +46,7 @@
{{# } }}
{{d.job_name}}
{{#if (d.jiezhi == true) { }}
<img src="../imgs/yjz.svg" style="max-width: 50px;margin-top: -9px;margin-left: 10px;">
<img src="../imgs/yjz.svg" style="max-width: 50px;margin-top: -9px;margin-left: 1px;">
{{# } }}
</script>

@ -46,7 +46,7 @@
{{# } }}
{{d.job_name}}
{{#if (d.jiezhi == true) { }}
<img src="../imgs/yjz.svg" style="max-width: 50px;margin-top: -9px;margin-left: 10px;">
<img src="../imgs/yjz.svg" style="max-width: 50px;margin-top: -9px;margin-left: 1px;">
{{# } }}
</script>

@ -108,7 +108,7 @@
{{# } }}
{{d.job_name}}
{{#if (d.jiezhi == true) { }}
<img src="../imgs/yjz.svg" style="max-width: 50px;margin-top: -9px;margin-left: 10px;">
<img src="../imgs/yjz.svg" style="max-width: 50px;margin-top: -9px;margin-left: 1px;">
{{# } }}
</script>
</div>
@ -312,9 +312,19 @@
}
window.forward_progress_xiaji = function (job_id, total_count, finish_count, job_type) {
var id = "9001"
parent.layui.admin.closeTab(id);
parent.layui.admin.addTab(id, "转发进度", "/QingLong/view/tb/org/task_view_forward.html?job_id=" + job_id + "&job_type=" + job_type);
layer.open({
type: 2,
title: '填报进度( <span style="color: #16BAAA;font-weight: bolder;">已填报 ' + finish_count + '</span> / 应填报 ' + total_count + ' ',
shadeClose: true,
shade: false,
maxmin: false,
move: false,
area: ['100%', '100%'],
content: "./task_view_forward.html?job_id=" + job_id + "&job_type=" + job_type
});
// var id = "9001"
// parent.layui.admin.closeTab(id);
// parent.layui.admin.addTab(id, "转发进度", "/QingLong/view/tb/org/task_view_forward.html?job_id=" + job_id + "&job_type=" + job_type);
}
window.publishNextLevel = function (obj) {

@ -108,7 +108,7 @@
{{# } }}
{{d.job_name}}
{{#if (d.jiezhi == true) { }}
<img src="../imgs/yjz.svg" style="max-width: 50px;margin-top: -9px;margin-left: 10px;">
<img src="../imgs/yjz.svg" style="max-width: 50px;margin-top: -9px;margin-left: 1px;">
{{# } }}
</script>
</div>

@ -123,7 +123,7 @@
{ title: '联系人', field: 'person_name', align: 'center', width: "15%" },
{ title: '电话', field: 'telephone', align: 'center', width: "10%" },
{ title: '邮箱', field: 'email', align: 'center', width: "10%" },
{ title: '操作', align: 'center', width: "15%", toolbar: '#table-bar' }
// { title: '操作', align: 'center', width: "15%", toolbar: '#table-bar' }
]],
skin: 'line',
defaultToolbar: [],

@ -43,7 +43,7 @@
{{# } }}
{{d.job_name}}
{{#if (d.jiezhi == true) { }}
<img src="../imgs/yjz.svg" style="max-width: 50px;margin-top: -9px;margin-left: 10px;">
<img src="../imgs/yjz.svg" style="max-width: 50px;margin-top: -9px;margin-left: 1px;">
{{# } }}
</script>
<script type="text/html" id="targetType">

@ -43,7 +43,7 @@
{{# } }}
{{d.job_name}}
{{#if (d.jiezhi == true) { }}
<img src="../imgs/yjz.svg" style="max-width: 50px;margin-top: -9px;margin-left: 10px;">
<img src="../imgs/yjz.svg" style="max-width: 50px;margin-top: -9px;margin-left: 1px;">
{{# } }}
</script>
<script type="text/html" id="targetType">

Loading…
Cancel
Save