You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.3 KiB
60 lines
1.3 KiB
10 months ago
|
<!--任务下发,企业用户-->
|
||
|
<#include "../../_include/_t.ftl"/>
|
||
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title></title>
|
||
|
<#include "../../_include/_h.ftl"/>
|
||
|
<#include "../../_include/_l.ftl"/>
|
||
|
<#include "../../_include/_p.ftl"/>
|
||
|
<#include "../../_include/_c_1.ftl"/>
|
||
|
</head>
|
||
|
<body class="layui-layout-body">
|
||
|
|
||
|
<div class="layui-layout layui-layout-admin">
|
||
|
<div class="layui-body">
|
||
|
<div class="page_content_noside">
|
||
|
<div id="taskl_1_01_div" class="layui-show">
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
layuiplus.on(function(){
|
||
|
layuiplus.init(0);
|
||
|
|
||
|
layer.open({
|
||
|
type:1,
|
||
|
title:false,
|
||
|
closeBtn:false,
|
||
|
area:"auto",
|
||
|
shade:0.3,
|
||
|
//id:''//设定一个id,防止重复弹出
|
||
|
btn:["确定"],
|
||
|
btnAlign:"c",
|
||
|
//move:true,//false关闭拖拽/默认.layui-layer-title可不写
|
||
|
content:"<div style=\"padding:40px;line-height:22px;color:#fff;font-weight:300;font-size:16px;\">企业单位用户群,暂不提供检查任务下发,点击“确定”按钮跳转前页在“检查工作落实”可进行自检检查计划制定。<br/><br/>请点击“确定”跳转。</div>",
|
||
|
yes:function(index,layero){
|
||
|
$(".section_wrap",window.parent.document)
|
||
|
.attr("class","section_wrap")
|
||
|
.addClass(function(){
|
||
|
return "put_section_show";
|
||
|
});
|
||
|
}
|
||
|
});
|
||
|
});
|
||
|
|
||
|
|
||
|
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|