|
@@ -341,6 +341,7 @@
|
|
<c:forEach items="${fns:getMainDictListOnProjectAdvent('attachment_project_grade')}" var="v">
|
|
<c:forEach items="${fns:getMainDictListOnProjectAdvent('attachment_project_grade')}" var="v">
|
|
<input type="radio" disabled name="submitMoney" id="submitMoney" value="${v.value}" title="${v.label}" <c:if test="${projectRecords.submitMoney==v.value}">checked</c:if>>
|
|
<input type="radio" disabled name="submitMoney" id="submitMoney" value="${v.value}" title="${v.label}" <c:if test="${projectRecords.submitMoney==v.value}">checked</c:if>>
|
|
</c:forEach>
|
|
</c:forEach>
|
|
|
|
+ <p style="color: red;font-size: 12px;">200万以上部队或政府项目及500万以上其它项目为A级,其余为B级</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
<div class="layui-item layui-col-sm6 lw6">
|
|
@@ -1070,49 +1071,50 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div style="overflow: hidden">
|
|
|
|
- <div class="form-group-label">
|
|
|
|
- <h2>质量复核内容</h2>
|
|
|
|
- </div>
|
|
|
|
- <div>
|
|
|
|
- <div class="layui-item layui-col-xs12" >
|
|
|
|
- <table id="treeTable2" class="table table-bordered table-condensed details no-bottom-margin">
|
|
|
|
- <thead>
|
|
|
|
- <tr>
|
|
|
|
- <th width="40%">符合内容及评分标准</th>
|
|
|
|
- <th width="10%">自校</th>
|
|
|
|
- <th >意见</th>
|
|
|
|
- </tr>
|
|
|
|
- </thead>
|
|
|
|
- <tbody>
|
|
|
|
- <c:forEach items="${datalist}" var="workReviewAudit" varStatus="index">
|
|
|
|
- <tr id="${workReviewAudit.id}" pid="${workReviewAudit.parent.id}">
|
|
|
|
- <%--<td title="${workReviewAudit.orderNum}">--%>
|
|
|
|
- <%--${workReviewAudit.orderNum}--%>
|
|
|
|
- <%--</td>--%>
|
|
|
|
- <td title="${workReviewAudit.standardDetail}">
|
|
|
|
- ${workReviewAudit.standardDetail}
|
|
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
- <i class="fa fa-check"></i>
|
|
|
|
- </td>
|
|
|
|
- <%-- <td class="input-td">--%>
|
|
|
|
- <%-- <input id="maxDeduct" readonly="true" htmlEscape="false" class="form-control layui-input" style="background-color: #fff;text-align: center" value="${workReviewAudit.maxDeduct}" />--%>
|
|
|
|
- <%-- </td>--%>
|
|
|
|
- <%-- <td class="input-td">--%>
|
|
|
|
- <%-- <input id="deduct" style="text-align: center;background-color: #fff" htmlEscape="false" readonly="true" class="form-control layui-input" value="${workReviewAudit.deduct}">--%>
|
|
|
|
- <%-- </td>--%>
|
|
|
|
- <td class="input-td">
|
|
|
|
- <input id="deductOpinion" style="text-align: center;background-color: #fff" title="${workReviewAudit.deductOption}" readonly="true" name="deductOpinion" value="${workReviewAudit.deductOption}" onclick="readOpenInfo(this.value)" class="form-control layui-input"/>
|
|
|
|
- </td>
|
|
|
|
|
|
+ <c:if test="${projectRecords.submitMoney=='2' || (projectRecords.submitMoney=='1' && (0==projectRecords.emergencyProject || null==projectRecords.emergencyProject))}">
|
|
|
|
+ <div style="overflow: hidden">
|
|
|
|
+ <div class="form-group-label">
|
|
|
|
+ <h2>质量复核内容</h2>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <div class="layui-item layui-col-xs12" >
|
|
|
|
+ <table id="treeTable2" class="table table-bordered table-condensed details no-bottom-margin">
|
|
|
|
+ <thead>
|
|
|
|
+ <tr>
|
|
|
|
+ <th width="40%">符合内容及评分标准</th>
|
|
|
|
+ <th width="10%">自校</th>
|
|
|
|
+ <th >意见</th>
|
|
</tr>
|
|
</tr>
|
|
- </c:forEach>
|
|
|
|
- </tbody>
|
|
|
|
- </table>
|
|
|
|
|
|
+ </thead>
|
|
|
|
+ <tbody>
|
|
|
|
+ <c:forEach items="${datalist}" var="workReviewAudit" varStatus="index">
|
|
|
|
+ <tr id="${workReviewAudit.id}" pid="${workReviewAudit.parent.id}">
|
|
|
|
+ <%--<td title="${workReviewAudit.orderNum}">--%>
|
|
|
|
+ <%--${workReviewAudit.orderNum}--%>
|
|
|
|
+ <%--</td>--%>
|
|
|
|
+ <td title="${workReviewAudit.standardDetail}">
|
|
|
|
+ ${workReviewAudit.standardDetail}
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ <i class="fa fa-check"></i>
|
|
|
|
+ </td>
|
|
|
|
+ <%-- <td class="input-td">--%>
|
|
|
|
+ <%-- <input id="maxDeduct" readonly="true" htmlEscape="false" class="form-control layui-input" style="background-color: #fff;text-align: center" value="${workReviewAudit.maxDeduct}" />--%>
|
|
|
|
+ <%-- </td>--%>
|
|
|
|
+ <%-- <td class="input-td">--%>
|
|
|
|
+ <%-- <input id="deduct" style="text-align: center;background-color: #fff" htmlEscape="false" readonly="true" class="form-control layui-input" value="${workReviewAudit.deduct}">--%>
|
|
|
|
+ <%-- </td>--%>
|
|
|
|
+ <td class="input-td">
|
|
|
|
+ <input id="deductOpinion" style="text-align: center;background-color: #fff" title="${workReviewAudit.deductOption}" readonly="true" name="deductOpinion" value="${workReviewAudit.deductOption}" onclick="readOpenInfo(this.value)" class="form-control layui-input"/>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </c:forEach>
|
|
|
|
+ </tbody>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- </div>
|
|
|
|
-
|
|
|
|
|
|
+ </c:if>
|
|
</div>
|
|
</div>
|
|
<div class="form-group layui-row first hide" id="issueView">
|
|
<div class="form-group layui-row first hide" id="issueView">
|
|
<div class="form-group layui-row first lw12">
|
|
<div class="form-group layui-row first lw12">
|
|
@@ -1223,6 +1225,68 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div>
|
|
|
|
+ <div>
|
|
|
|
+ <div class="form-group-label">
|
|
|
|
+ <h2>报告签发复核内容</h2>
|
|
|
|
+ </div>
|
|
|
|
+ <div style="overflow:hidden;">
|
|
|
|
+ <div class="layui-item layui-col-xs12" >
|
|
|
|
+ <table id="" class="table table-bordered table-condensed reviews no-bottom-margin">
|
|
|
|
+ <thead>
|
|
|
|
+ <tr>
|
|
|
|
+ <%--<th width="25%">序号</th>--%>
|
|
|
|
+ <th width="40%">符合内容及评分标准</th>
|
|
|
|
+ <th width="10%">自校</th>
|
|
|
|
+ <%-- <th width="10%">最高分</th>--%>
|
|
|
|
+ <%-- <th width="10%">扣分</th>--%>
|
|
|
|
+ <th >意见</th>
|
|
|
|
+ <%--<th width="15%">操作</th>--%>
|
|
|
|
+ </tr>
|
|
|
|
+ </thead>
|
|
|
|
+ <tbody>
|
|
|
|
+ <c:forEach items="${list}" var="workReviewAudit" varStatus="index">
|
|
|
|
+ <tr id="${workReviewAudit.id}" pid="${workReviewAudit.parent.id}">
|
|
|
|
+ <td class="hide">
|
|
|
|
+ <%-- <input id="projectReviewList${index.index}_id" name="projectReviewList[${index.index}].id" type="hidden" value="${workReviewAudit.id}"/>--%>
|
|
|
|
+ <input id="projectReviewList${index.index}_standardId" name="projectReviewList[${index.index}].standardId" type="hidden" value="${workReviewAudit.id}"/>
|
|
|
|
+ </td>
|
|
|
|
+ <td title="${workReviewAudit.standardDetail}">
|
|
|
|
+ ${workReviewAudit.standardDetail}
|
|
|
|
+ </td>
|
|
|
|
+ <td>
|
|
|
|
+ <i class="fa fa-check"></i>
|
|
|
|
+ </td>
|
|
|
|
+ <%-- <td class="input-td">--%>
|
|
|
|
+ <%-- <input id="maxDeduct" readonly="true" htmlEscape="false" class="form-control layui-input" style="background-color: #fff;text-align: center" value="${workReviewAudit.maxDeduct}" />--%>
|
|
|
|
+ <%-- </td>--%>
|
|
|
|
+ <%-- <td class="input-td">--%>
|
|
|
|
+ <%-- <input id="deduct" htmlEscape="false" name="projectReviewList[${index.index}].deduct" class="form-control layui-input number" onChange="if(this.value)reportMaxDeduct(this.value,'${workReviewAudit.id}','${workReviewAudit.parent.id}',this)" placeholder="请输入"/>--%>
|
|
|
|
+ <%-- </td>--%>
|
|
|
|
+ <td class="input-td">
|
|
|
|
+ <input id="deductOpinion" name="projectReviewList[${index.index}].deductOption" placeholder="请输入意见" readonly="true" style="background-color: #FFFFFF;" value="" onclick="openDeductInfo(this.value,'${workReviewAudit.id}',this)" class="form-control layui-input"/>
|
|
|
|
+ </td>
|
|
|
|
+ </tr>
|
|
|
|
+ </c:forEach>
|
|
|
|
+ <%-- <tr>--%>
|
|
|
|
+ <%-- <td colspan="2" style="font-weight: bold">总分</td>--%>
|
|
|
|
+ <%-- <td id="maxTotal"></td>--%>
|
|
|
|
+ <%-- <td>(扣) <span id="total" style="color: red"></span></td>--%>
|
|
|
|
+ <%-- <td>(得) <span id="deTotal" style="color: red"></span></td>--%>
|
|
|
|
+ <%-- </tr>--%>
|
|
|
|
+ </tbody>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <div class="form-group-label">
|
|
|
|
+ <div style="float: right"> <a href="javascript:void(0)" style='background-color: #FFB800' onclick="openDialogre1('个人模板列表', '${ctx}/auditTemplate/auditTemplate/templateList?identification=${identification}&name=${identificationName}','80%', '70%','','关闭')" class="nav-btn layui-btn layui-btn-sm" ><i class="fa fa-file-excel-o"></i> 审核意见模板列表</a></div>
|
|
|
|
+ <h2>审批意见</h2>
|
|
|
|
+ </div>
|
|
|
|
+ <iframe id="iframe" src="${ctx}/auditTemplate/auditTemplate/iframeView?identification=${identification}" name="listresult" frameborder="0" align="left" width="100%" height="300" scrolling="value"></iframe>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<div class="form-group layui-row first hide" id="AccessoryView">
|
|
<div class="form-group layui-row first hide" id="AccessoryView">
|
|
<div class="form-group layui-row">
|
|
<div class="form-group layui-row">
|
|
@@ -1637,165 +1701,15 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
- <div>
|
|
|
|
- <div>
|
|
|
|
- <div class="form-group-label">
|
|
|
|
- <h2>报告签发复核内容</h2>
|
|
|
|
- </div>
|
|
|
|
- <div>
|
|
|
|
- <div class="layui-item layui-col-xs12" >
|
|
|
|
- <table id="" class="table table-bordered table-condensed reviews no-bottom-margin">
|
|
|
|
- <thead>
|
|
|
|
- <tr>
|
|
|
|
- <%--<th width="25%">序号</th>--%>
|
|
|
|
- <th width="40%">符合内容及评分标准</th>
|
|
|
|
- <th width="10%">自校</th>
|
|
|
|
- <%-- <th width="10%">最高分</th>--%>
|
|
|
|
- <%-- <th width="10%">扣分</th>--%>
|
|
|
|
- <th >意见</th>
|
|
|
|
- <%--<th width="15%">操作</th>--%>
|
|
|
|
- </tr>
|
|
|
|
- </thead>
|
|
|
|
- <tbody>
|
|
|
|
- <c:forEach items="${list}" var="workReviewAudit" varStatus="index">
|
|
|
|
- <tr id="${workReviewAudit.id}" pid="${workReviewAudit.parent.id}">
|
|
|
|
- <td class="hide">
|
|
|
|
- <%-- <input id="projectReviewList${index.index}_id" name="projectReviewList[${index.index}].id" type="hidden" value="${workReviewAudit.id}"/>--%>
|
|
|
|
- <input id="projectReviewList${index.index}_standardId" name="projectReviewList[${index.index}].standardId" type="hidden" value="${workReviewAudit.id}"/>
|
|
|
|
- </td>
|
|
|
|
- <td title="${workReviewAudit.standardDetail}">
|
|
|
|
- ${workReviewAudit.standardDetail}
|
|
|
|
- </td>
|
|
|
|
- <td>
|
|
|
|
- <i class="fa fa-check"></i>
|
|
|
|
- </td>
|
|
|
|
- <%-- <td class="input-td">--%>
|
|
|
|
- <%-- <input id="maxDeduct" readonly="true" htmlEscape="false" class="form-control layui-input" style="background-color: #fff;text-align: center" value="${workReviewAudit.maxDeduct}" />--%>
|
|
|
|
- <%-- </td>--%>
|
|
|
|
- <%-- <td class="input-td">--%>
|
|
|
|
- <%-- <input id="deduct" htmlEscape="false" name="projectReviewList[${index.index}].deduct" class="form-control layui-input number" onChange="if(this.value)reportMaxDeduct(this.value,'${workReviewAudit.id}','${workReviewAudit.parent.id}',this)" placeholder="请输入"/>--%>
|
|
|
|
- <%-- </td>--%>
|
|
|
|
- <td class="input-td">
|
|
|
|
- <input id="deductOpinion" name="projectReviewList[${index.index}].deductOption" placeholder="请输入意见" readonly="true" style="background-color: #FFFFFF;" value="" onclick="openDeductInfo(this.value,'${workReviewAudit.id}',this)" class="form-control layui-input"/>
|
|
|
|
- </td>
|
|
|
|
- </tr>
|
|
|
|
- </c:forEach>
|
|
|
|
- <%-- <tr>--%>
|
|
|
|
- <%-- <td colspan="2" style="font-weight: bold">总分</td>--%>
|
|
|
|
- <%-- <td id="maxTotal"></td>--%>
|
|
|
|
- <%-- <td>(扣) <span id="total" style="color: red"></span></td>--%>
|
|
|
|
- <%-- <td>(得) <span id="deTotal" style="color: red"></span></td>--%>
|
|
|
|
- <%-- </tr>--%>
|
|
|
|
- </tbody>
|
|
|
|
- </table>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="form-group layui-row">
|
|
|
|
- <div class="form-group-label"><h2>审批流程</h2></div>
|
|
|
|
- <div class="layui-item layui-col-xs12 form-table-container" >
|
|
|
|
- <act:flowChart procInsId="${processInstanceId}"/>
|
|
|
|
- <act:histoicFlow procInsId="${processInstanceId}"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <%--<div class="form-group layui-row first lw12">
|
|
|
|
- <div class="form-group-label"><h2>咨询质量控制信息</h2></div>
|
|
|
|
-
|
|
|
|
- <c:if test="${type ==3 || type ==4}">
|
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
- <label class="layui-form-label">专业咨询员:</label>
|
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
|
- <input id="projectReportDataConsultantName" class="form-control layui-input" readonly="readonly" value="${projectReportDataTwo.consultant.name}">
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm12 lw7 with-textarea">
|
|
|
|
- <label class="layui-form-label double-line">专业咨询员审核意见:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:textarea path="projectReportDataTwo.consultantRemarks" readonly="true" htmlEscape="false" rows="4" maxlength="255" class="form-control "/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
- <label class="layui-form-label">项目负责人:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <input id="projectReportDataPrincipalName" class="form-control layui-input" readonly="readonly" value="${projectReportDataTwo.principal.name}">
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm12 lw7 with-textarea">
|
|
|
|
- <label class="layui-form-label double-line">项目负责人审核意见:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <form:textarea path="projectReportDataTwo.principalRemarks" readonly="true" htmlEscape="false" rows="4" maxlength="255" class="form-control "/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </c:if>
|
|
|
|
- <c:if test="${type == 4}">
|
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
|
- <label class="layui-form-label"><span class="require-item">*</span>技术负责人:</label>
|
|
|
|
- <div class="layui-input-block with-icon">
|
|
|
|
- <sys:treeselect id="consultant" name="projectReportDataTwo.technicist.id" value="${projectReportDataTwo.technicist.id}" labelName="projectReportDataTwo.technicist.name" labelValue="${projectReportDataTwo.technicist.name}"
|
|
|
|
- title="用户" url="/sys/office/treeDataAll?type=3" cssClass="form-control required layui-input" allowClear="true" notAllowSelectParent="true"/>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm12 lw7 with-textarea">
|
|
|
|
- <label class="layui-form-label double-line"><span class="require-item">*</span>技术负责人审核意见:</label>
|
|
|
|
- <div class="layui-input-block">
|
|
|
|
- <div class="layui-item layui-col-sm6 lw7 with-textarea">
|
|
|
|
- <div class="layui-input-block" style="margin-left:0px;position: relative">
|
|
|
|
- <form:textarea placeholder="请输入审批意见:" path="projectReportDataTwo.technicistRemarks" id="technicistRemarks" class="form-control" rows="4" cssStyle="height: 200px;" maxlength="255" />
|
|
|
|
- <a id="clearOpinons" class="layui-btn" style="position: absolute;bottom: 10px;right: 20px;">清空</a>
|
|
|
|
- <input type="file" name="upload_files" style="display: none;">
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="layui-item layui-col-sm4 lw6 with-textarea">
|
|
|
|
- <div class="layui-input-block" style="margin-left:10px;">
|
|
|
|
- <div style="padding: 5px 0px;"><input type="checkbox" lay-filter="raopinions" name="shs" value="同意" title="同意" style="cursor:pointer" class="apen"/></div>
|
|
|
|
- <div style="padding: 5px 0px;"><input type="checkbox" lay-filter="raopinions" name="shs" value="不同意" title="不同意" style="cursor:pointer" class="apen"/></div>
|
|
|
|
- <div style="padding: 5px 0px;"><input type="checkbox" lay-filter="raopinions" name="shs" value="请领导审核" title="请领导审核" style="cursor:pointer" class="apen"/></div>
|
|
|
|
- <div style="padding: 5px 0px;">
|
|
|
|
- <form:select path="projectReportDataTwo.technicistRemarks" id="auditOpinion" lay-filter="zixunOpinion" lay-verify="zixunOpinion" class="form-control simple-select">
|
|
|
|
- <form:option value=""/>
|
|
|
|
- <form:options items="${fns:getMainDictListOnProjectAdvent('consultant_comments')}" itemLabel="label" itemValue="label" htmlEscape="false"/>
|
|
|
|
- </form:select>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- </c:if>
|
|
|
|
- </div>--%>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-<%-- <div class="form-group layui-row">--%>
|
|
|
|
-<%-- <div class="form-group-label"><h2>审批意见</h2></div>--%>
|
|
|
|
-<%-- <div class="layui-item layui-col-sm8 lw6 with-textarea">--%>
|
|
|
|
-<%-- <div class="layui-input-block" style="margin-left:10px;position: relative">--%>
|
|
|
|
-<%-- <form:textarea placeholder="请输入意见:" path="projectReportDataTwo.act.comment" id="opinion" class="form-control" rows="4" cssStyle="height: 200px;" maxlength="127" />--%>
|
|
|
|
-<%-- <a id="clearOpinon" class="layui-btn" style="position: absolute;bottom: 10px;right: 20px;">清空</a>--%>
|
|
|
|
-<%-- <input type="file" name="upload_files" style="display: none;">--%>
|
|
|
|
-<%-- </div>--%>
|
|
|
|
-<%-- </div>--%>
|
|
|
|
-<%-- <div class="layui-item layui-col-sm4 lw6 with-textarea">--%>
|
|
|
|
-<%-- <div class="layui-input-block" style="margin-left:10px;">--%>
|
|
|
|
-<%-- <div style="padding: 5px 0px;"><input type="checkbox" lay-filter="raopinion" name="sh" value="同意" title="同意" style="cursor:pointer" class="apen"/></div>--%>
|
|
|
|
-<%-- <div style="padding: 5px 0px;"><input type="checkbox" lay-filter="raopinion" name="sh" value="不同意" title="不同意" style="cursor:pointer" class="apen"/></div>--%>
|
|
|
|
-<%-- <div style="padding: 5px 0px;"><input type="checkbox" lay-filter="raopinion" name="sh" value="请领导审核" title="请领导审核" style="cursor:pointer" class="apen"/></div>--%>
|
|
|
|
-<%-- <div style="padding: 5px 0px;">--%>
|
|
|
|
-<%-- <form:select path="projectReportDataTwo.act.comment" id="auditOpinion" lay-filter="opinion" lay-verify="opinion" class="form-control simple-select">--%>
|
|
|
|
-<%-- <form:option value=""/>--%>
|
|
|
|
-<%-- <form:options items="${fns:getMainDictListOnProjectAdvent('audit_opinion_template')}" itemLabel="label" itemValue="label" htmlEscape="false"/>--%>
|
|
|
|
-<%-- </form:select>--%>
|
|
|
|
-<%-- </div>--%>
|
|
|
|
-<%-- </div>--%>
|
|
|
|
-<%-- </div>--%>
|
|
|
|
-<%-- </div>--%>
|
|
|
|
|
|
|
|
</form:form>
|
|
</form:form>
|
|
-
|
|
|
|
- <div class="form-group-label">
|
|
|
|
- <div style="float: right"> <a href="javascript:void(0)" style='background-color: #FFB800' onclick="openDialogre1('个人模板列表', '${ctx}/auditTemplate/auditTemplate/templateList?identification=${identification}&name=${identificationName}','80%', '70%','','关闭')" class="nav-btn layui-btn layui-btn-sm" ><i class="fa fa-file-excel-o"></i> 审核意见模板列表</a></div>
|
|
|
|
- <h2>审批意见</h2>
|
|
|
|
|
|
+ <div class="form-group layui-row">
|
|
|
|
+ <div class="form-group-label"><h2>审批流程</h2></div>
|
|
|
|
+ <div class="layui-item layui-col-xs12 form-table-container" >
|
|
|
|
+ <act:flowChart procInsId="${processInstanceId}"/>
|
|
|
|
+ <act:histoicFlow procInsId="${processInstanceId}"/>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
- <iframe id="iframe" src="${ctx}/auditTemplate/auditTemplate/iframeView?identification=${identification}" name="listresult" frameborder="0" align="left" width="100%" height="300" scrolling="value"></iframe>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script>
|
|
<script>
|