|
@@ -253,137 +253,139 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="margin-top: 50px">
|
|
|
+ <div style="margin-top: 50px;overflow:hidden;">
|
|
|
<div class="form-group layui-row first" id="projectInfo">
|
|
|
<%-- <div class="form-group-label"><h2>项目基本信息</h2></div>--%>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label">项目名称:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecords.projectName}"/>
|
|
|
- </div>
|
|
|
+ <div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
+ <label class="layui-form-label">项目名称:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecords.projectName}"/>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label">项目编号:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <div class="input-group">
|
|
|
- <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecords.projectId}"/>
|
|
|
- <%-- <form:input path="projectId" htmlEscape="false" readonly="true" class="form-control layui-input"/>--%>
|
|
|
- <span class="input-group-btn">
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
+ <label class="layui-form-label">项目编号:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <div class="input-group">
|
|
|
+ <input htmlEscape="false" readonly="true" class="form-control layui-input" value="${projectRecords.projectId}"/>
|
|
|
+ <%-- <form:input path="projectId" htmlEscape="false" readonly="true" class="form-control layui-input"/>--%>
|
|
|
+ <span class="input-group-btn">
|
|
|
<label class="form-status"><c:choose><c:when test="${not empty projectRecords.projectStatus}">${fns:getDictLabel(projectRecords.projectStatus, 'audit_state', '')}</c:when><c:otherwise>新添</c:otherwise></c:choose></label>
|
|
|
</span>
|
|
|
- </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label">项目所在地:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${projectRecords.province}-${projectRecords.city}-${projectRecords.county}"/>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
+ <label class="layui-form-label">项目所在地:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${projectRecords.province}-${projectRecords.city}-${projectRecords.county}"/>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label">投资性质:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <c:if test="${projectRecords.projectProperties==null}">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input"/>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
+ <label class="layui-form-label">投资性质:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <c:if test="${projectRecords.projectProperties==null}">
|
|
|
+ <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input"/>
|
|
|
+ </c:if>
|
|
|
+ <c:forEach items="${fns:getMainDictList('project_properties')}" var="v">
|
|
|
+ <c:if test="${v.value==projectRecords.projectProperties}">
|
|
|
+ <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${v.label}"/>
|
|
|
</c:if>
|
|
|
- <c:forEach items="${fns:getMainDictList('project_properties')}" var="v">
|
|
|
- <c:if test="${v.value==projectRecords.projectProperties}">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${v.label}"/>
|
|
|
- </c:if>
|
|
|
- </c:forEach>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label">建设地点:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${projectRecords.projectSite}"/>
|
|
|
- </div>
|
|
|
+ </c:forEach>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label">创建人:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${projectRecords.createBy.name}"/>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
+ <label class="layui-form-label">建设地点:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${projectRecords.projectSite}"/>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label">项目责任人:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${projectRecords.leaderNameStr}"/>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
+ <label class="layui-form-label">创建人:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${projectRecords.createBy.name}"/>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label">所属部门:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" id="officeName" class="form-control layui-input" value="${projectRecords.officeName}"/>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
+ <label class="layui-form-label">项目责任人:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${projectRecords.leaderNameStr}"/>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label">项目负责人:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${projectRecords.projectMasterName}"/>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
+ <label class="layui-form-label">所属部门:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" id="officeName" class="form-control layui-input" value="${projectRecords.officeName}"/>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label">工程类型:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <select disabled="true" style="background-color: #f1f1f1" class="form-control simple-select">
|
|
|
- <%-- <option items="${engineeringInfo}" itemLabel="engineeringName" itemValue="id" htmlEscape="false"/>--%>
|
|
|
- <c:forEach items="${projectEngineeringInfo}" varStatus="index" var="info">
|
|
|
- <option value="${info.id}" <c:if test="${info.id == projectRecords.engineeringType}"> selected</c:if>>${info.engineeringName}</option>
|
|
|
- </c:forEach>
|
|
|
- </select>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
+ <label class="layui-form-label">项目负责人:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${projectRecords.projectMasterName}"/>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label">项目等级:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <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>>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
+ <label class="layui-form-label">工程类型:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <select disabled="true" style="background-color: #f1f1f1" class="form-control simple-select">
|
|
|
+ <%-- <option items="${engineeringInfo}" itemLabel="engineeringName" itemValue="id" htmlEscape="false"/>--%>
|
|
|
+ <c:forEach items="${projectEngineeringInfo}" varStatus="index" var="info">
|
|
|
+ <option value="${info.id}" <c:if test="${info.id == projectRecords.engineeringType}"> selected</c:if>>${info.engineeringName}</option>
|
|
|
</c:forEach>
|
|
|
- </div>
|
|
|
+ </select>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label double-line">送审规模(万元):</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${projectRecords.submitScale}"/>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
+ <label class="layui-form-label">项目等级:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <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>>
|
|
|
+ </c:forEach>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label double-line">工作开始日期:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input class="form-control layui-input " style="background-color: #f1f1f1" readonly="true" id="startDate" name="startDate" value="<fmt:formatDate value="${projectRecords.startDate}" pattern="yyyy-MM-dd"/>">
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
+ <label class="layui-form-label double-line">送审规模(万元):</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="${projectRecords.submitScale}"/>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label double-line">工作结束日期:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input class="form-control layui-input " style="background-color: #f1f1f1" readonly="true" id="endingDate" name="endingDate" value="<fmt:formatDate value="${projectRecords.endingDate}" pattern="yyyy-MM-dd"/>">
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
+ <label class="layui-form-label double-line">工作开始日期:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <input class="form-control layui-input " style="background-color: #f1f1f1" readonly="true" id="startDate" name="startDate" value="<fmt:formatDate value="${projectRecords.startDate}" pattern="yyyy-MM-dd"/>">
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6">
|
|
|
- <label class="layui-form-label">创建日期:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="<fmt:formatDate value="${projectRecords.createDate}" pattern="yyyy-MM-dd"/>"/>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
+ <label class="layui-form-label double-line">工作结束日期:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <input class="form-control layui-input " style="background-color: #f1f1f1" readonly="true" id="endingDate" name="endingDate" value="<fmt:formatDate value="${projectRecords.endingDate}" pattern="yyyy-MM-dd"/>">
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw7">
|
|
|
- <label class="layui-form-label">项目类别:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <input htmlEscape="false" readonly="true" style="background-color: #f1f1f1" class="form-control layui-input" value="${projectRecords.attachmentProjectSort}"/>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6">
|
|
|
+ <label class="layui-form-label">创建日期:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <input htmlEscape="false" style="background-color: #f1f1f1" readonly="true" class="form-control layui-input" value="<fmt:formatDate value="${projectRecords.createDate}" pattern="yyyy-MM-dd"/>"/>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6 with-textarea">
|
|
|
- <label class="layui-form-label">工程概况:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <textarea htmlEscape="false" rows="4" readonly="true" style="background-color: #f1f1f1" maxlength="1000" class="form-control" >${projectRecords.projectDesc}</textarea>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw7">
|
|
|
+ <label class="layui-form-label">项目类别:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <input htmlEscape="false" readonly="true" style="background-color: #f1f1f1" class="form-control layui-input" value="${projectRecords.attachmentProjectSort}"/>
|
|
|
</div>
|
|
|
- <div class="layui-item layui-col-sm6 lw6 with-textarea">
|
|
|
- <label class="layui-form-label">备注:</label>
|
|
|
- <div class="layui-input-block">
|
|
|
- <textarea htmlEscape="false" rows="4" readonly="true" maxlength="1000" style="background-color: #f1f1f1" class="form-control" >${projectRecords.remarks}</textarea>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6 with-textarea">
|
|
|
+ <label class="layui-form-label">工程概况:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <textarea htmlEscape="false" rows="4" readonly="true" style="background-color: #f1f1f1" maxlength="1000" class="form-control" >${projectRecords.projectDesc}</textarea>
|
|
|
</div>
|
|
|
+ </div>
|
|
|
+ <div class="layui-item layui-col-sm6 lw6 with-textarea">
|
|
|
+ <label class="layui-form-label">备注:</label>
|
|
|
+ <div class="layui-input-block">
|
|
|
+ <textarea htmlEscape="false" rows="4" readonly="true" maxlength="1000" style="background-color: #f1f1f1" class="form-control" >${projectRecords.remarks}</textarea>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="form-group layui-row first hide" id="subProjectInfo">
|
|
|
<table class="oa-table layui-table" id="contentTable1">
|
|
@@ -1638,66 +1640,67 @@
|
|
|
</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 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>--%>
|
|
|
+ <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>
|
|
|
- </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>
|
|
|
+ </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 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 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>
|