|
|
|
@ -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) {
|
|
|
|
|