2025-11-27 16:55:35 +08:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
<html>
|
|
|
|
|
|
<head>
|
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="../../../layui/css/layui.css">
|
|
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="../../../css/viewer.min.css">
|
|
|
|
|
|
<script type="text/javascript" src="../../../js/libs/jquery-3.6.0.js"></script>
|
|
|
|
|
|
<script type="text/javascript" src="../../../layui/layui.js"></script>
|
2025-12-09 18:44:29 +08:00
|
|
|
|
<script type="text/javascript" src="../../../../public/public.js"></script>
|
2025-11-27 16:55:35 +08:00
|
|
|
|
<script type="text/javascript" src="../../../js/publicJs.js"></script>
|
|
|
|
|
|
<script type="text/javascript" src="../../../js/jq.js"></script>
|
|
|
|
|
|
<script type="text/javascript" src="../../../js/viewer/viewer.min.js"></script>
|
|
|
|
|
|
<script type="text/javascript" src="../../../js/select.js"></script>
|
|
|
|
|
|
<script type="text/javascript" src="../../../js/work/managementReview/xianxiaResultsAddForm.js" ></script>
|
|
|
|
|
|
<title>线下附件上传</title>
|
|
|
|
|
|
<style>
|
|
|
|
|
|
.layui-timeline {
|
|
|
|
|
|
padding-left: 3%; !important;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.flex-container {
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.flex-item {
|
|
|
|
|
|
flex: 1; /* 或者使用具体的宽度,如 width: 45%; 并考虑内边距 */
|
|
|
|
|
|
margin-right: -30%; /* 根据需要调整间距 */
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.flex-item:last-child {
|
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.layui-form select {
|
|
|
|
|
|
display: none !important;
|
|
|
|
|
|
}
|
|
|
|
|
|
.buttonshi{
|
|
|
|
|
|
width: 120px;
|
|
|
|
|
|
height: 35px;
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
|
font-family: "微软雅黑 Regular", 微软雅黑;
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
font-style: normal;
|
|
|
|
|
|
color: rgb(160, 207, 255);
|
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
|
border-style: solid;
|
|
|
|
|
|
border-color: rgb(160, 207, 255);
|
|
|
|
|
|
border-radius: 60px;
|
|
|
|
|
|
background-color: rgb(160, 207, 255,0.3);
|
|
|
|
|
|
}
|
|
|
|
|
|
.buttonfou{
|
|
|
|
|
|
width: 120px;
|
|
|
|
|
|
height: 35px;
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
|
font-family: "微软雅黑 Regular", 微软雅黑;
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
font-style: normal;
|
|
|
|
|
|
color: rgb(160, 207, 255);
|
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
|
border-style: solid;
|
|
|
|
|
|
border-color: rgb(160, 207, 255);
|
|
|
|
|
|
border-radius: 60px;
|
|
|
|
|
|
}
|
|
|
|
|
|
</style>
|
|
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
|
|
<div align="right" style="margin-right: 2%; margin-top: 1%">
|
|
|
|
|
|
<input type="hidden" id="rewordNum" name="rewordNum">
|
|
|
|
|
|
<label><i class="tip-required" style="color: red;font-size: 20px">*</i>为必填项</label>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="layui-timeline">
|
|
|
|
|
|
<div class="layui-timeline-item">
|
|
|
|
|
|
<i class="layui-icon layui-timeline-axis"></i>
|
|
|
|
|
|
<div class="layui-timeline-content layui-text">
|
|
|
|
|
|
<h3 class="layui-timeline-title">线下确认附件上传</h3>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="div2">
|
|
|
|
|
|
<div class="layui-form-item" style="margin-top: 2%; width: 65%;">
|
|
|
|
|
|
<label class="layui-form-label" style="width: 290px;">
|
|
|
|
|
|
<i class="tip-required" style="color: red; font-size: 20px">*</i>
|
|
|
|
|
|
支付表签字盖章文件PDF:
|
|
|
|
|
|
</label>
|
|
|
|
|
|
<div class="layui-input-block" style="width: 100%;">
|
|
|
|
|
|
<div class="inline-controls" style="display: flex; align-items: center;">
|
|
|
|
|
|
<input id="zhifu" accept=".pdf" name="zhifu" multiple type="file" class="form-control" style="width: 300px; margin-right: 10px; padding: 2px 12px;" />
|
|
|
|
|
|
<span style=" font-size: 11px; margin-right: 10px;">请上传线下签字盖章的PDF文件,支持多个文件上传</span>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="layui-form-item" style="margin-top: 2%; width: 65%;">
|
|
|
|
|
|
<label class="layui-form-label" style="width: 290px;">
|
|
|
|
|
|
<i class="tip-required" style="color: red; font-size: 20px">*</i>
|
|
|
|
|
|
校验结果:
|
|
|
|
|
|
</label>
|
|
|
|
|
|
<div class="layui-input-block" style="width: 100%;">
|
|
|
|
|
|
<div class="inline-controls" style="display: flex; align-items: center;height: 40px;">
|
|
|
|
|
|
<span style="color: red; font-size: 11px; margin-right: 10px;width: 600px;" onclick="resultsView()" id="currCount">异常数据 0 条</span>
|
|
|
|
|
|
<span>未处理的异常数据必须上传情况说明PDF,如已线下发放等情况,请上传线下发放的证明,正常情况未处理导致的异常数据会无法通过产业工人中心审核</span>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="layui-form-item" style="margin-top: 2%; width: 65%;">
|
|
|
|
|
|
<label class="layui-form-label" style="width: 290px;">
|
|
|
|
|
|
<i class="tip-required" style="color: red; font-size: 20px"></i>
|
|
|
|
|
|
情况说明PDF:
|
|
|
|
|
|
</label>
|
|
|
|
|
|
<div class="layui-input-block" style="width: 100%;">
|
|
|
|
|
|
<div class="inline-controls" style="display: flex; align-items: center;">
|
|
|
|
|
|
<input id="shuoming" accept=".pdf" name="shuoming" multiple type="file" class="form-control" style="width: 300px; margin-right: 10px; padding: 2px 12px;" />
|
|
|
|
|
|
<span style=" font-size: 11px; margin-right: 10px;">请上传情况说明PDF,上传后自动消除异常状态,支持多个文件上传</span>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="layui-form-item" style="margin-top: 2%; width: 65%;">
|
|
|
|
|
|
<label class="layui-form-label" style="width: 290px;">
|
|
|
|
|
|
<i class="tip-required" style="color: red; font-size: 20px"></i>
|
|
|
|
|
|
情况说明备注:
|
|
|
|
|
|
</label>
|
|
|
|
|
|
<div class="layui-input-block" style="width: 100%;">
|
|
|
|
|
|
<div class="inline-controls" style="display: flex; align-items: center;">
|
|
|
|
|
|
<textarea id="remark" name="remark" required lay-verify="required" class="layui-textarea" maxlength="300" placeholder="输入内容"></textarea>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="layui-form-item" style="margin-top: 2%; width: 65%;">
|
|
|
|
|
|
<label class="layui-form-label" style="width: 290px;">
|
|
|
|
|
|
<i class="tip-required" style="color: red; font-size: 20px">*</i>
|
|
|
|
|
|
是否分包代发:
|
|
|
|
|
|
</label>
|
|
|
|
|
|
<div class="layui-input-block" style="width: 100%;">
|
|
|
|
|
|
<div class="inline-controls" style="display: flex; align-items: center;">
|
|
|
|
|
|
<button class="buttonshi" onclick="shi()" id="shi">是</button>
|
|
|
|
|
|
<button class="buttonfou" onclick="fou()" id="fou">否</button>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="layui-form-item" style="margin-top: 2%; width: 65%;" id="liushuidiv">
|
|
|
|
|
|
<label class="layui-form-label" style="width: 290px;">
|
|
|
|
|
|
<i class="tip-required" style="color: red; font-size: 20px">*</i>
|
|
|
|
|
|
线下发放流水附件:
|
|
|
|
|
|
</label>
|
|
|
|
|
|
<div class="layui-input-block" style="width: 100%;">
|
|
|
|
|
|
<div class="inline-controls" style="display: flex; align-items: center;">
|
|
|
|
|
|
<input id="liushui" name="liushui" multiple type="file" class="form-control" style="width: 300px; margin-right: 10px; padding: 2px 12px;" />
|
|
|
|
|
|
<span style=" font-size: 11px; margin-right: 10px;">请上传流水附件,支持多个文件上传</span>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div style="margin-top: 2%; width: 65%; display: flex; justify-content: center;">
|
|
|
|
|
|
<button id="submitReword" class="layui-btn layui-btn-primary">提交审核</button>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|