| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212 | <style>    .profile-avatar-container {        position: relative;        width: 100px;        margin: 0 auto;    }    .profile-avatar-container .profile-user-img {        width: 100px;        height: 100px;    }    .profile-avatar-container .profile-avatar-text {        display: none;    }    .profile-avatar-container:hover .profile-avatar-text {        display: block;        position: absolute;        height: 100px;        width: 100px;        background: #444;        opacity: .6;        color: #fff;        top: 0;        left: 0;        line-height: 100px;        text-align: center;    }    .profile-avatar-container button {        position: absolute;        top: 0;        left: 0;        width: 100px;        height: 100px;        opacity: 0;    }    .readme {        margin-top:2%;        text-align: center;        line-height:8px;        font-size:22px;    }    .djs {        margin-top:2%;        text-align: center;        line-height:8px;        font-size:22px;        color:red;        margin-bottom: 3%;    }</style><style type="text/css">    .new_table {        border-collapse: collapse;        margin: 0 auto;        text-align: center;        width: 100%;        font-size: 12px;    }    .new_table td,    table th {        border: 1px solid #cad9ea;        color: #666;        height: 2.5em;    }    .new_table thead th {        background-color: #CCE8EB;        width: 100px;    }    .span_show {        float: left;        margin-left: 15px;        font-size: 11px;        color: #0a84ff;        cursor: pointer;    }    .span_hide {        float: left;        margin-left: 15px;        font-size: 11px;        color: #0a84ff;        cursor: pointer;    }    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {        background-color: #17223f;        color: #ffffff;        border-color: #17223f;        outline: none    }    .nav-tabs {        border-bottom: 1.5px solid #17223f;        margin-bottom: 10px;    }    .panel-heading{font-size: 18px}</style><div class="row animated fadeInRight">    <div class="col-md-12">        <div class="box box-primary">            <div class="panel-body">                    <div class="panel-heading">                        <div class="readme">正在考试中,考试时间 {$row.limit_duration} 分钟</div>                        <div class="djs">距离考试结束还有 <span id="timer"></span> </div>                    </div>                    <div class="box-body box-profile">                        <form id="update-form" role="form" data-toggle="validator" method="POST" action="">                        <div class="col-xs-12 col-sm-12">                            <div class="form-group">                                <label  style=" width: 10%;" class="control-label col-xs-3 col-sm-3 addRedStar">{:__('更换件列表')}:</label>                                <div class="col-xs-9 col-sm-9">                                    <dl class="fieldlist" data-name="row[other_replace]" data-template="other_suppliertpl">                                        <dd>                                            <ins style="width: 550px;">更换件类型</ins>                                            <ins style="width: 430px;">状态</ins>                                        </dd>                                        <dd>                                            <a href="javascript:;" class="btn btn-sm btn-info btn-append"><i class="fa fa-plus"></i> 追加</a>                                        </dd>                                        <textarea name="row[other_replace]" class="form-control hide other_replace" cols="30" rows="5" data-rule="required">{$row.other_replace}</textarea>                                    </dl>                                    <!--定义模板,模板语法使用Art-Template模板语法-->                                    <script type="text/html" id="other_suppliertpl">                                        <dd class="form-inline">                                            <select class="form-control" name="unwin[<%=index%>][fault_id]" style="width: 550px;">                                                {foreach name="departmentdata" item="vo"}                                                <option value="{$vo.fault_id}" <%if(row.fault_id =='{$vo.fault_id}'){%> selected <% }%> >{$vo.replace_name}</option>                                                {/foreach}                                            </select>                                            <select class="form-control" name="unwin[<%=index%>][request_status]" style="width: 430px;">                                                <option value="0" <%if(row["request_status"]==0){%> selected <%}%>>未申请</option>                                                <option value="1" <%if(row["request_status"]==1){%> selected <%}%>>已申请</option>                                                <option value="2" <%if(row["request_status"]==2){%> selected <%}%>>已处理</option>                                                <option value="3" <%if(row["request_status"]==3){%> selected <%}%>>已驳回</option>                                            </select>                                            <span class="btn btn-sm btn-danger btn-remove" title="移除"><i class="fa fa-times"></i></span>                                            <span class="btn btn-sm btn-success btn-replace" title="保存"><i class="fa fa-check"></i></span>                                        </dd>                                    </script>                                </div>                            </div>                        </div>                        <div class="col-xs-12 col-sm-12">                            <div class="form-group">                                <label  style=" width: 10%;" class="control-label col-xs-3 col-sm-3 addRedStar">{:__('维修报告列表')}:</label>                                <div class="col-xs-9 col-sm-9">                                    <dl class="fieldlist" data-name="row[other_report]" data-template="other_suppliertpl1">                                        <dd>                                            <ins style="width: 250px;">故障现象</ins>                                            <ins style="width: 250px;">可能原因</ins>                                            <ins style="width: 250px;">故障部位</ins>                                            <ins style="width: 250px;">排除方法</ins>                                        </dd>                                        <dd>                                            <a href="javascript:;" class="btn btn-sm btn-info btn-append"><i class="fa fa-plus"></i> 追加</a>                                        </dd>                                        <textarea name="row[other_report]" class="form-control hide" cols="30" rows="5" data-rule="required">{$row.other_report}</textarea>                                    </dl>                                    <!--定义模板,模板语法使用Art-Template模板语法-->                                    <script type="text/html" id="other_suppliertpl1">                                        <dd class="form-inline">                                            <select class="form-control" name="unwin[<%=index%>][xx_id]" style="width: 250px;">                                                {foreach name="xianxiang" item="vo"}                                                <option value="{$vo.fault_id}" <%if(row.xx_id =='{$vo.fault_id}'){%> selected <% }%> >{$vo.name}</option>                                                {/foreach}                                            </select>                                            <select class="form-control" name="unwin[<%=index%>][yy_id]" style="width: 250px;">                                                {foreach name="yuanyin" item="vo"}                                                <option value="{$vo.fault_id}" <%if(row.yy_id =='{$vo.fault_id}'){%> selected <% }%> >{$vo.name}</option>                                                {/foreach}                                            </select>                                            <select class="form-control" name="unwin[<%=index%>][bw_id]" style="width: 250px;">                                                {foreach name="buwei" item="vo"}                                                <option value="{$vo.fault_id}" <%if(row.bw_id =='{$vo.fault_id}'){%> selected <% }%> >{$vo.name}</option>                                                {/foreach}                                            </select>                                            <select class="form-control" name="unwin[<%=index%>][pc_id]" style="width: 250px;">                                                {foreach name="paichu" item="vo"}                                                <option value="{$vo.fault_id}" <%if(row.pc_id =='{$vo.fault_id}'){%> selected <% }%> >{$vo.name}</option>                                                {/foreach}                                            </select>                                            <span class="btn btn-sm btn-danger btn-remove"><i class="fa fa-times"></i></span>                                        </dd>                                    </script>                                </div>                            </div>                        </div>                        <div class="col-xs-12 col-sm-12">                            <div class="form-group">                                <label  style=" width: 10%;" class="control-label col-xs-3 col-sm-3 addRedStar">{:__('修复结论')}:</label>                                <div class="col-xs-9 col-sm-9">                                    <textarea class="form-control" data-rule="required" name="row[other_jielun]" style="width: 91%"></textarea>                                </div>                            </div>                        </div>                        <div class="form-group" style="text-align: center">                            <button type="submit" class="btn btn-info" style="text-align: center;width: 10%;margin-top: 5%">{:__('交卷')}</button>                        </div>                        </form>                    </div>            </div>        </div>    </div></div>
 |