| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 | <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;    }    .new_table1 {        border-collapse: collapse;        margin: 0 auto;        text-align: center;        width: 100%;        font-size: 12px;    }    .new_table1 td{        border: 1px solid #cad9ea;        color: #666;        height: 3.5em;/*        padding-left: 1% !important;*/    }    .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;    }    .task_list input{border: 0px;text-align: center}</style><form id="edit-form" class="form-horizontal" role="form" data-toggle="validator" method="POST" action="">    <div class="form-group">        <label class="control-label col-xs-12 col-sm-2">{:__('Seat_id')}:</label>        <div class="col-xs-12 col-sm-8">            <input class="form-control" type="text" value="{$row.seat_id|htmlentities}" readonly>        </div>    </div>    <div class="form-group">        <label class="control-label col-xs-12 col-sm-2">{:__('学员姓名')}:</label>        <div class="col-xs-12 col-sm-8">            <input class="form-control"type="text" value="{$row.user_nickname|htmlentities}" readonly>        </div>    </div>    <div class="form-group">        <label class="control-label col-xs-12 col-sm-2">{:__('学员账号')}:</label>        <div class="col-xs-12 col-sm-8">            <input class="form-control" type="text" value="{$row.user_username|htmlentities}" readonly>        </div>    </div>    <div class="col-lg-12" style="margin: 20px 10px 0 10px">        <div class="tab-content">            <div class="tab-pane tab_log1" style="display: block">                <table class="new_table">                    <thead>                    <tr style="height: 3.5rem">                        <td style="width: 40%">评分标准</td>                        <td style="width: 10%">扣分</td>                        <td style="width: 50%">题目</td>                    </tr>                    </thead>                    <tbody class="task_list">                    <tr>                        <td colspan="3">一.排除故障(75分)</td>                    </tr>                    <tr>                        <td>故障一未排除扣25分</td>                        <td><input type="text" class="gz1" name="row[fault_one_score]" value="{$row.fault_one_score|htmlentities}"></td>                        <td>{$row.fault_name_one|htmlentities}</td>                    </tr>                    <tr>                        <td>故障二未排除扣25分</td>                        <td><input type="text" class="gz2" name="row[fault_two_score]" value="{$row.fault_two_score|htmlentities}"></td>                        <td>{$row.fault_name_two|htmlentities}</td>                    </tr>                    <tr>                        <td>故障三未排除扣25分</td>                        <td><input type="text" class="gz3" name="row[fault_three_score]" value="{$row.fault_three_score|htmlentities}"></td>                        <td>{$row.fault_name_three|htmlentities}</td>                    </tr>                    <tr>                        <td colspan="3">二.维修报告表(15分)</td>                    </tr>                    </tbody>                </table>                <table class="new_table1">                    <tr>                        <td>序号</td>                        <td>故障现象</td>                        <td style="width:25%">可能原因</td>                        <td>故障部位</td>                        <td>排除方法</td>                          <td style="width:20%">扣分原因</td>                          <td>扣分情况</td>                      </tr>                     {volist name="other_jielun" id="vo2"}                        <tr style="height: 60px">                                <td>{++$vo2.xh_id}</td>                            <td>                                {$vo2.xx_name|htmlentities}                            </td>                            <td>                                {$vo2.yy_name|htmlentities}                            </td>                            <td>                                {$vo2.bw_name|htmlentities}                            </td>                            <td>                                {$vo2.pc_name|htmlentities}                            </td>                            <td>                                {if !empty($vo2.cx_name)}                                {volist name="vo2.cx_name" id="vo22"}                                    {if $vo2.gzxz_id eq $vo22.gzxz_id}                                        <span class="text-danger">{$vo22.cx_type}:{$vo22.cx_name}</span><br/>                                    {/if}                                {/volist}                                <span class="text-danger">{$vo2.cx_type}</span><br/>                                {else}                                <span class="text-danger">{$vo2.cx_type}</span><br/>                                {/if}                            </td>                            <td>                                {$vo2.cx_score??''}<br/>                            </td>                        </tr>                        {/volist}                    <tr>                        <td colspan="6" style="text-align:left;padding-left:1%;font-weight:600;">故障现象少写或错写1条扣5分;可能原因少写或错写1条扣1分;故障部位少写或错写1条扣1分;排除方法少写或错写1条扣1分。</td>                    </tr>                </table>                <table class="new_table">                     <tbody class="task_list">                    <tr>                        <td colspan="3">三.维修时间(10分)</td>                    </tr>                    <tr>                        <td colspan="1">按没超过1分钟扣1分的比例扣分</td>                        <td colspan="1"><span class="text-danger">考试时长:{$row.shijian|htmlentities}</span></td>                        <td colspan="1">扣分:<input type="text" class="overtime_score" name="row[overtime_score]" value="{$row.overtime_score|htmlentities}"></td>                    </tr>                    <tr>                        <td colspan="3" style="height: 3.5rem" class="total" total="{$row.total}">总得分:                            {if $row.total<60} <span class="text-danger">{$row.total|htmlentities}</span>{/if}                            {if $row.total>59} <span class="text-success">{$row.total|htmlentities}</span>{/if}                        </td>                    </tr>                    </tbody>                </table>            </div>        </div>    </div>    {if $row.is_sure eq 0}    <div class="form-group layer-footer">        <label class="control-label col-xs-12 col-sm-2"></label>        <div class="col-xs-12 col-sm-8">            <button type="submit" class="btn btn-success btn-embossed disabled">{:__('确认成绩')}</button>        </div>    </div>    {/if}</form>
 |