<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
<!DOCTYPE HTML>
|
<html>
|
<head>
|
|
<title>检查表审批</title>
|
<link href="dist/timeline/css/style.css" rel="stylesheet" />
|
<style type="text/css">
|
.resultClass{
|
margin:20px 50px 30px 50px;
|
}
|
|
.resultClass tr{
|
height:50px;
|
margin-bottom:5px;
|
|
}
|
.dataTd select{
|
width: 190px;
|
}
|
.dataTextArea textarea{
|
width:600px;
|
height: 100px;
|
}
|
.yijianClass{
|
margin:0px 0px 90px 0px;
|
}
|
</style>
|
<script>
|
</script>
|
</head>
|
<body>
|
<div class="" id="">
|
<div class="" >
|
<form id="piCheckFlowRecordForm" valid="true" >
|
<table class="resultClass">
|
<tr>
|
<td>审批方式</td>
|
<td>批量</td>
|
<td width="120px">审批数量 <span id="shenPiSize"></span></td>
|
<td width="120px"></td>
|
<td width="120px"></td>
|
</tr>
|
|
<tr>
|
<td><span id="">审批结果 </span></td>
|
<td class="dataTd">
|
<select name="scfrResult">
|
<option value="请选择...">请选择...</option>
|
<option value="同意">同意</option>
|
<option value="驳回上一人">驳回上一人</option>
|
<option value="驳回提交人">驳回提交人</option>
|
</select>
|
</td>
|
<td width="120px"></td>
|
<td width="120px"></td>
|
<td width="120px"></td>
|
</tr>
|
<tr>
|
<td valign="top"><span class="yijianClass" id="">审批意见 </span></td>
|
<td class="dataTextArea" colspan="4"><textarea name="scfrRemark"></textarea></td>
|
</tr>
|
</table>
|
</form>
|
</div>
|
</div>
|
<nav id="dialog_bottom" class="navbar navbar-default navbar-fixed-bottom navbar-right">
|
<a id='submitShenPi' class="btn btn-success form-bottom-but" > 提交审批 </a>
|
<a id='close' class="btn btn-white form-bottom-but" > 关 闭</a>
|
</nav>
|
</body>
|
</html>
|