|
|
|
@ -24,17 +24,33 @@
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<form class="layui-form" action="">
|
|
|
|
|
<div class="mainBox" style="overflow: hidden;">
|
|
|
|
|
<div class="mainBox">
|
|
|
|
|
<div class="main-container" style="margin-top: 20px;margin-bottom: 0;">
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<label class="layui-form-label" style="width: 100px !important;"></span>填报要求:</label>
|
|
|
|
|
<label class="layui-form-label" style="width: 100px !important;"></span>上级填报要求:</label>
|
|
|
|
|
<div class="layui-input-block" style="margin-left: 130px !important;">
|
|
|
|
|
<blockquote class="layui-elem-quote" style="padding: 5px 5px 5px 10px !important;" id="sjtbyq">
|
|
|
|
|
|
|
|
|
|
</blockquote>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<label class="layui-form-label" style="width: 100px !important;">上级截止日期:</label>
|
|
|
|
|
<div class="layui-input-block"
|
|
|
|
|
style="margin-left: 90px !important;display: flex;align-items: center;">
|
|
|
|
|
<div id="sjjzrq">2024-01-13</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<label class="layui-form-label" style="width: 100px !important;"></span>本级填报要求:</label>
|
|
|
|
|
<div class="layui-input-block" style="margin-left: 90px !important;">
|
|
|
|
|
<textarea name="memo" placeholder="请输入填报要求" class="layui-textarea input-width"></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="layui-form-item">
|
|
|
|
|
<label class="layui-form-label" style="width: 100px !important;"><span
|
|
|
|
|
class="require-star"></span>填报截止日期:</label>
|
|
|
|
|
class="require-star"></span>本级截止日期:</label>
|
|
|
|
|
<div class="layui-input-block" style="margin-left: 90px !important;">
|
|
|
|
|
<input type="text" class="layui-input input-width" lay-verify="required" name="deadline_time"
|
|
|
|
|
id="endDate" placeholder="请选择截止日期">
|
|
|
|
@ -54,7 +70,7 @@
|
|
|
|
|
|
|
|
|
|
<div class="layui-tab-item layui-show">
|
|
|
|
|
<input type="checkbox" id="xsxx" lay-skin="tag" title="下属学校">
|
|
|
|
|
<input type="checkbox" id="xsjf" lay-skin="tag" title="下属教辅单位">
|
|
|
|
|
<input type="checkbox" id="xsjf" lay-skin="tag" title="下属教辅单位">
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="layui-tab-item">
|
|
|
|
@ -139,17 +155,39 @@
|
|
|
|
|
|
|
|
|
|
var jobId = GetQueryString("job_id");
|
|
|
|
|
|
|
|
|
|
laydate.render({
|
|
|
|
|
elem: '#endDate',
|
|
|
|
|
min: 0
|
|
|
|
|
$.ajax({
|
|
|
|
|
url: "/QingLong/collect/getJob?job_id=" + jobId,
|
|
|
|
|
async: false,
|
|
|
|
|
type: 'GET',
|
|
|
|
|
success: function (res) {
|
|
|
|
|
$("#sjtbyq").html(res.memo);
|
|
|
|
|
var sjjzrq = res.deadline_time.split(" ")[0];
|
|
|
|
|
$("#sjjzrq").html(sjjzrq);
|
|
|
|
|
|
|
|
|
|
laydate.render({
|
|
|
|
|
elem: '#endDate',
|
|
|
|
|
max: sjjzrq,
|
|
|
|
|
min: 0
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
}, error: function (xhr, status, error) {
|
|
|
|
|
layer.msg("获取数据异常!", {
|
|
|
|
|
icon: 2,
|
|
|
|
|
time: 1000
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
table.render({
|
|
|
|
|
elem: '#data-table',
|
|
|
|
|
id: 'myTable',
|
|
|
|
|
url: '/QingLong/collect/getBureauList',
|
|
|
|
|
where: {
|
|
|
|
|
org_type_id: "-1",
|
|
|
|
|
query_type_id: 2,
|
|
|
|
|
exclude_self: 1,
|
|
|
|
|
org_name: $("#org_name").val()
|
|
|
|
|
},
|
|
|
|
|
// height: '374',
|
|
|
|
@ -177,7 +215,7 @@
|
|
|
|
|
break;
|
|
|
|
|
case 9:
|
|
|
|
|
res.data[i].org_type_name = '学校';
|
|
|
|
|
break;
|
|
|
|
|
break;
|
|
|
|
|
default:
|
|
|
|
|
res.data[i].org_type_name = '--';
|
|
|
|
|
break;
|
|
|
|
|