1
13693261870
2022-09-16 21ddee1a38257297288b88bc6c0476ec96a5f867
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html>
 
<head>
    <title>系统模块操作日志表</title>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
    <script src="paramconfig.js"></script>
    <script type="text/javascript">
        //脚本,css引用
        remoteToLoadCss('BootStrap4/assets/css/style.css');
        remoteToLoadCss('BootStrap4/expand/css/bootstrap-extract.css');
        loadLocalCss('jquery-ui.min.css');
        remoteToLoadCss('BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/datepicker.css');
 
        remoteToLoadCss('BootStrap4/assets/css/style.css');
        remoteToLoadCss('BootStrap4/expand/css/bootstrap-extract.css');
        remoteToLoadCss('BootStrap4/expand/plugins/jqgrid/ui.jqgrid-bootstrap.css');
 
        remoteToLoadCss('BootStrap4/expand/css/jqGridCommon.css');
 
 
        remoteToLoadJs('BootStrap4/assets/js/jquery.min.js');
        remoteToLoadJs('BootStrap4/expand/plugins/layer/layer.js');
        remoteToLoadJs('BootStrap4/assets/js/tether.min.js');
        remoteToLoadJs('BootStrap4/assets/js/bootstrap.min.js');
 
        loadLocalJs('vue.min.js');
 
        remoteToLoadJs('BootStrap4/expand/plugins/jqgrid/grid.locale-cn.js');
        remoteToLoadJs('BootStrap4/expand/plugins/jqgrid/jquery.jqGrid.min.js');
        loadLocalJs('jquery-ui.min.js');
        remoteToLoadJs('BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/bootstrap-datepicker.js');
        remoteToLoadJs('BootStrap4/assets/plugins/bootstrap-datepicker/old_datepaker/bootstrap-datepicker.zh-CN.min.js');
 
        loadLocalJs('common.js');
 
    </script>
    <style>
        html {
            overflow-x: hidden;
        }
 
        body {
            background-color: white;
            padding-bottom: 0;
        }
 
        th {
            text-align: center;
        }
 
        .col-xs-12,
        .col-sm-12,
        .col-md-6,
        .col-lg-4,
        .col-xl-3 {
            padding-left: 0;
            padding-right: 0;
        }
 
        .ui-autocomplete {
            max-height: 100px;
            overflow-y: auto;
            overflow-x: hidden;
        }
 
        #searchForm .col-sm-4 {
            padding: 0;
        }
        .ui-jqgrid .ui-jqgrid-btable tbody tr.jqgrow td{
            white-space: nowrap !important;
        }
    </style>
</head>
 
<body>
    <div id="rapp" v-cloak>
        <div v-show="showList">
            <div class="panel panel-default">
                <div class="panel-heading"> 查询区 </div>
                <div class="panel-body SearchBox">
                    <form id="searchForm">
                        <div class="row" style="padding: 0px;height: 45px;">
                            <div class="col-sm-3">
                                <label class="control-label">资源ID:</label>
                                <div class="controls">
                                    <input type="text" class="form-control" id="RESOURCEID" name="UserName"
                                        onkeyup="findUserByWord()" onclick="findUserByWord()"
                                        placeholder="输入ID查询">
                                </div>
                            </div>
                            <div class="col-sm-3">
                                <label class="control-label">token查询:</label>
                                <div class="controls">
                                    <input type="text" class="form-control" id="TOKEN" name="tokenstring" lay-verify="number" autocomplete="off"
                                        class="layui-input" placeholder="请输入需要查询的token">
 
                                </div>
                            </div>
                            <div class="col-sm-3">
                                <label class="control-label">token状态</label>
                                <div class="controls">
                                    <select class="form-control" id="TOKENSTATUS" style="display: inline-block;">
                                        <option value="">全部</option>
                                        <option value="0">正常</option>
                                        <option value="1">失效</option>
                                    </select>
                                </div>
                            </div>
 
                            <div class="col-sm-3" style="display:block;">
                                <div style="float: right;padding-right: 0.75em;">
                                    <a class="btn btn-primary-outline" @click="query"><i
                                            class="fa fa-search"></i>&nbsp;查询</a>
                                    <a class="btn btn-primary-outline" onclick="resetForm('searchForm')"><i
                                            class="fa fa-trash-o"></i>&nbsp;清除</a>
                                </div>
                            </div>
                        </div>
                        <!-- <div class="row" style="height: 45px;">
                            <div class="col-sm-3">
                                <label class="control-label">申请系统</label>
                                <div class="controls">
                                    <select class="form-control" id="actionType" style="display: inline-block;">
                                        <option value="">全部</option>
                                        <option value="0">浙江</option>
                                        <option value="1">广东</option>
                                    </select>
                                </div>
                            </div> -->
                        </div>
                    </form>
                </div>
            </div>
            <table id="jqGrid"></table>
            <div id="jqGridPager"></div>
        </div>
        <div v-show="!showList" class="panel panel-default" style="display: none;">
            <div class="panel-heading">{{title}}</div>
            <form class="form-horizontal">
                <div class="form-group">
                    <label class="col-sm-2 control-label">系统用户ID</label>
                    <div class="col-sm-6">
                        <input type="text" class="form-control" v-model="action.userid" placeholder="系统用户ID" />
                    </div>
                </div>
                <div class="form-group">
                    <label class="col-sm-2 control-label">所属系统ID</label>
                    <div class="col-sm-6">
                        <input type="text" class="form-control" v-model="action.appid" placeholder="所属系统ID" />
                    </div>
                </div>
                <div class="form-group">
                    <label class="col-sm-2 control-label">操作时间</label>
                    <div class="col-sm-6">
                        <input type="text" class="form-control" v-model="action.dodate" placeholder="操作时间" />
                    </div>
                </div>
                <div class="form-group">
                    <label class="col-sm-2 control-label">所属大模块名称</label>
                    <div class="col-sm-6">
                        <input type="text" class="form-control" v-model="action.largemodel" placeholder="所属大模块名称" />
                    </div>
                </div>
                <div class="form-group">
                    <label class="col-sm-2 control-label">具体模块名称</label>
                    <div class="col-sm-6">
                        <input type="text" class="form-control" v-model="action.smallmodel" placeholder="具体模块名称" />
                    </div>
                </div>
                <div class="form-group">
                    <label class="col-sm-2 control-label">请求网址</label>
                    <div class="col-sm-6">
                        <input type="text" class="form-control" v-model="action.requesturl" placeholder="请求网址" />
                    </div>
                </div>
                <div class="form-group">
                    <label class="col-sm-2 control-label">请求客户端IP地址</label>
                    <div class="col-sm-6">
                        <input type="text" class="form-control" v-model="action.requestip" placeholder="请求客户端IP地址" />
                    </div>
                </div>
                <div class="form-group">
                    <label class="col-sm-2 control-label">操作说明</label>
                    <div class="col-sm-6">
                        <input type="text" class="form-control" v-model="action.remark" placeholder="操作说明" />
                    </div>
                </div>
                <div class="form-group">
                    <label class="col-sm-2 control-label"></label>
                    <input type="button" class="btn btn-primary" @click="saveOrUpdate" value="确定" /> &nbsp;&nbsp;
                    <input type="button" class="btn btn-warning" @click="reload" value="返回" />
                </div>
            </form>
        </div>
    </div>
    <script src="token.js"></script>
    <script>
        $(function () {
            $(".date-picker").datepicker({
                language: 'zh-CN',
                format: 'yyyy-mm-dd'
            }); //初始化时间控件
        })
    </script>
</body>
 
</html>