import.blade.php
5.6 KB
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
<!DOCTYPE html>
<html lang="zh-cn">
<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">
{{-- {!! Admin::css() !!}--}}
<script src="{{ Admin::jQuery() }}"></script>
{{--{!! Admin::headerJs() !!}--}}
<!--[if lt IE 9]>
<![endif]-->
<link type="text/css" rel="stylesheet" href="/vendor/laravel-admin/toastr/build/toastr.min.css"/>
<script src="/vendor/laravel-admin/toastr/build/toastr.min.js"></script>
<link rel="stylesheet" type="text/css" href="/assets/admin/module/IDCard-reader/css/base.css?t=1" />
<link rel="stylesheet" type="text/css" href="/assets/admin/module/IDCard-reader/css/whole.css?t=1.2323" media="screen" />
<link rel="stylesheet" type="text/css" href="/assets/datetimepicker/jquery.datetimepicker.css"/>
<script src="/assets/datetimepicker/jquery.js"></script>
<script src="/assets/datetimepicker/build/jquery.datetimepicker.full.min.js"></script>
<link rel="stylesheet" type="text/css" href="/vendor/laravel-admin/AdminLTE/plugins/select2/select2.min.css" />
<script src="/vendor/laravel-admin/AdminLTE/plugins/select2/select2.full.min.js"></script>
<link rel="stylesheet" type="text/css" href="/vendor/wenxuanjun/laravel-adminlte3/dist/css/adminlte.min.css" />
<link rel="stylesheet" type="text/css" href="/vendor/wenxuanjun/laravel-adminlte3/dist/css/app.css" />
<style>
select{
height: 40px!important;
width: 150px;
}
table{
margin: 10px;
}
table td {
height: 60px;
line-height: 60px;
}
</style>
</head>
<style>
tr {
height: 40px!important;
}
.xdsoft_calendar td {
height: 30px!important;
line-height: 30px!important;
}
label {
margin-bottom: 0!important;
}
label.asterisk:before {
content: "*";
color: red;
}
</style>
<body>
{{-- <form>--}}
{{-- <div class="modal-body">--}}
{{-- <div class="form-group">--}}
{{-- <label>请选择文件</label>--}}
{{-- <div class="file-input file-input-new"><div class="file-preview ">--}}
{{-- <button type="button" class="close fileinput-remove" aria-label="Close">--}}
{{-- <span aria-hidden="true">×</span>--}}
{{-- </button> <div class="file-drop-disabled">--}}
{{-- <div class="file-preview-thumbnails">--}}
{{-- </div>--}}
{{-- <div class="clearfix"></div> <div class="file-preview-status text-center text-success"></div>--}}
{{-- <div class="kv-fileinput-error file-error-message" style="display: none;"></div>--}}
{{-- </div>--}}
{{-- </div>--}}
{{-- <div class="kv-upload-progress kv-hidden" style="display: none;"><div class="progress">--}}
{{-- <div class="progress-bar bg-success progress-bar-success progress-bar-striped active" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width:0%;">--}}
{{-- 0%--}}
{{-- </div>--}}
{{-- </div></div><div class="clearfix"></div>--}}
{{-- <div class="input-group file-caption-main">--}}
{{-- <div class="file-caption form-control kv-fileinput-caption" tabindex="500">--}}
{{-- <span class="file-caption-icon"></span>--}}
{{-- <input class="file-caption-name" onkeydown="return false;" onpaste="return false;" placeholder="选择文件">--}}
{{-- </div>--}}
{{-- <div class="input-group-btn input-group-append">--}}
{{-- <div tabindex="500" class="btn btn-primary btn-file">--}}
{{-- <i class="glyphicon glyphicon-folder-open"></i> <span class="hidden-xs">浏览</span>--}}
{{-- <input type="file" class="file action" name="file" id="1676883466363_66"></div>--}}
{{-- </div>--}}
{{-- </div></div>--}}
{{-- </div>--}}
{{-- </div>--}}
{{-- <div class="modal-footer">--}}
{{-- <button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>--}}
{{-- <button type="submit" class="btn btn-primary">提交</button>--}}
{{-- </div>--}}
{{-- </form>--}}
<table class="pTableStyle">
<tr>
<td>
<input type="file" class="file action" name="file" id="1676883466363_66">
</td>
</tr>
<tr>
<td id="readIDDiv" colspan="4" style="text-align:center;padding: 10px;">
<button onclick="sub()" style="height: 30px;margin-left: 10px;" class="btn btn-success">
确认
</button>
</td>
</tr>
</table>
<!--</form>-->
</body>
<script>
function sub() {
}
</script>
</html>