yanghb
2023-04-14 cd8e73d4dad311de76fc9a7db3b74e8c88afe78e
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
@layout("/common/_container.html"){
<div class="ibox float-e-margins">
    <div class="ibox-content">
        <div class="form-horizontal">
            <input type="hidden" id="id" name="id" value="${item.id}">
            <div class="row">
                <div class="col-sm-6 b-r">
                    <#label id="name" name="姓名" value="${item.name}"/>
                    <#label id="phone" name="手机号" value="${item.phone}"/>
                    <#label id="sexStr" name="性别" value="${item.sexStr}"/>
                    <#label id="addTypeStr" name="司机来源" value="${item.addTypeStr}"/>
                    <div class="form-group">
                        <label class="col-sm-3 control-label">驾驶证照片:</label>
                        <div class="col-sm-9">
                            <div class="form-group">
                                <div class="col-sm-6">
                                    <div id="driveCardImgUrlPreId">
                                        <div>
                                            @if(isEmpty(item.driveCardImgUrl)){
                                            <img onclick="lookBigImg('${ctxPath}/static/img/NoPIC.png')" src="${ctxPath}/static/img/NoPIC.png" style="width:150px;">
                                            @}else{
                                            <img onclick="lookBigImg('${item.driveCardImgUrl}')" src="${item.driveCardImgUrl}" style="width:150px;">
                                            @}
                                        </div>
                                    </div>
                                </div>
                                <input type="hidden" id="driveCardImgUrl" name="driveCardImgUrl" value="${item.driveCardImgUrl}"/>
                            </div>
                        </div>
                    </div>
                    <#label id="idCard" name="身份证号码" value="${item.idCard}"/>
                    <#label id="driverAddress" name="居住地址" value="${item.driverAddress}"/>
                    <#label id="taxiAptitudeCard" name="出租车资格证号" value="${item.taxiAptitudeCard}"/>
                    <#label id="serverStr" name="服务模式" value="${item.serverStr}"/>
                    <#label id="placeOfPractice" name="从业地" value="${placeOfPractice}"/>
                    <div class="form-group">
                        <label class="col-sm-3 control-label">审核结果:</label>
                        <div class="col-sm-9">
                            <div class="radio radio-info radio-inline">
                                <input type="radio" id="authState1" value="1" name="authState" checked="" >
                                <label for="authState1"> 审核通过 </label>
                            </div>
                            <div class="radio radio-success radio-inline">
                                <input type="radio" id="authState4" value="4" name="authState" >
                                <label for="authState4"> 审核不通过 </label>
                            </div>
                        </div>
                    </div>
                </div>
 
                <div class="col-sm-6">
                    <div class="form-group">
                        <label class="col-sm-3 control-label">头像:</label>
                        <div class="col-sm-9">
                            <div class="form-group">
                                <div class="col-sm-6">
                                    <div id="headImgUrlPreId">
                                        <div>
                                            @if(isEmpty(item.headImgUrl)){
                                            <img onclick="lookBigImg('${ctxPath}/static/img/NoPIC.png')" src="${ctxPath}/static/img/NoPIC.png" style="width:150px;">
                                            @}else{
                                            <img onclick="lookBigImg('${item.headImgUrl}')" src="${item.headImgUrl}" style="width:150px;">
                                            @}
                                        </div>
                                    </div>
                                </div>
                                <input type="hidden" id="headImgUrl" name="headImgUrl" value="${item.headImgUrl}"/>
                            </div>
                        </div>
                    </div>
                    <#label id="companyName" name="所属机构" value="${item.companyName}"/>
                    <#label id="driverAge" name="驾龄" value="${item.driverAge}"/>
                    <div class="form-group">
                        <label class="col-sm-3 control-label">身份证正面:</label>
                        <div class="col-sm-9">
                            <div class="form-group">
                                <div class="col-sm-6">
                                    <div id="idCardImgUrl1PreId">
                                        <div>
                                            @if(isEmpty(item.idCardImgUrl1)){
                                            <img onclick="lookBigImg('${ctxPath}/static/img/NoPIC.png')" src="${ctxPath}/static/img/NoPIC.png" style="width:150px;">
                                            @}else{
                                            <img onclick="lookBigImg('${item.idCardImgUrl1}')" src="${item.idCardImgUrl1}" style="width:150px;">
                                            @}
                                        </div>
                                    </div>
                                </div>
                                <input type="hidden" id="idCardImgUrl1" name="headImgUrl" value="${item.idCardImgUrl1}"/>
                            </div>
                        </div>
                    </div>
                    <div class="form-group">
                        <label class="col-sm-3 control-label">身份证背面:</label>
                        <div class="col-sm-9">
                            <div class="form-group">
                                <div class="col-sm-6">
                                    <div id="idCardImgUrl2PreId">
                                        <div>
                                            @if(isEmpty(item.headImgUrl)){
                                            <img onclick="lookBigImg('${ctxPath}/static/img/NoPIC.png')" src="${ctxPath}/static/img/NoPIC.png" style="width:150px;">
                                            @}else{
                                            <img onclick="lookBigImg('${item.idCardImgUrl2}')" src="${item.idCardImgUrl2}" style="width:150px;">
                                            @}
                                        </div>
                                    </div>
                                </div>
                                <input type="hidden" id="idCardImgUrl2" name="headImgUrl" value="${item.idCardImgUrl2}"/>
                            </div>
                        </div>
                    </div>
                    <div class="form-group">
                        <label class="col-sm-3 control-label">网约车资格证:</label>
                        <div class="col-sm-9">
                            <div class="form-group">
                                <div class="col-sm-6">
                                    <div id="networkCarlssueImgPreId">
                                        <div>
                                            @if(isEmpty(item.headImgUrl)){
                                            <img onclick="lookBigImg('${ctxPath}/static/img/NoPIC.png')" src="${ctxPath}/static/img/NoPIC.png" style="width:150px;">
                                            @}else{
                                            <img onclick="lookBigImg('${item.networkCarlssueImg}')" src="${item.networkCarlssueImg}" style="width:150px;">
                                            @}
                                        </div>
                                    </div>
                                </div>
                                <input type="hidden" id="networkCarlssueImg" name="headImgUrl" value="${item.networkCarlssueImg}"/>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
 
            <div class="row btn-group-m-t">
                <div class="col-sm-10 col-sm-offset-5">
                    <#button btnCss="info" name="确定" id="ensure" icon="fa-check" clickFun="TDriverInfoDlg.authOpt()"/>
                    <#button btnCss="danger" name="取消" id="cancel" icon="fa-eraser" clickFun="TDriverInfoDlg.close()"/>
                </div>
            </div>
        </div>
 
    </div>
</div>
<script src="${ctxPath}/static/modular/system/tDriver/tDriver_info.js"></script>
@}