liuxiaolong
2019-05-09 0d1d88cdb668e75ea8609417ac18ae19947e9525
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<%@ 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="">审批结果 &nbsp;&nbsp;</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>