| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321 | <!doctype html><html lang="en"><head>    <meta charset="UTF-8">    <meta name="viewport"          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">    <meta http-equiv="X-UA-Compatible" content="ie=edge">    <script type="text/javascript" src="/static/jquery-2.2.4.min.js"></script>    <script type="text/javascript" src="/static/layer/layer.js"></script>    <script type="text/javascript" src="/admin/js/common.js"></script>    <link rel="stylesheet" href="/static/bootstrap-3.3.7/css/bootstrap.css">    <link rel="stylesheet" href="/static/h5/css/common.css">    <title>完成情况</title>    <style>        body{            background-color: #F1F1F1;        }        .container{            max-width: 100vw;            height: auto;            margin: 0;            padding: 0;            margin-bottom: 60px;        }        .header{            width: 100%;            height: 12vw;        }        .header .header-left {            width: 45vw;            height: 12vw;            line-height: 12vw;            display: inline-block;            float: left;        }        .header .header-right{            width: 55vw;            height: 12vw;            line-height: 12vw;            display: inline-block;            float: right;            padding-right: 4vw;            font-size: 14px;            font-weight: 400;            color: #666666;            text-align: right;        }        .header .header-left .line-box{            width: 0.8vw;            height: 3.4vw;            background: var(--themeColor);            border-radius: 3px;            display: inline-block;            float: left;            margin-left: 2vw;            margin-top: 4.3vw;            margin-right: 2vw;        }        .header .header-left .title{            width: 40vw;            height: 12vw;            font-size: 19px;            font-weight: bold;            color: #333333;            display: inline-block;            float: left;        }        .order-time{            width: 100%;            height: 12vw;            background-color: #fff;        }        .complete-time{            width: 100%;            height: 12vw;            margin-top: 1vw;            background-color: #fff;        }        .public-info-content{            width: 100%;            height: auto;            margin-top: 1vw;            background-color: #fff;        }        .public-info-content .content-box{            width: 100%;            height: auto;            padding: 1vw;        }        .public-info-content .content-box div{            width: 100%;            background: #F7F7F7;            border-radius: 10px;            padding: 1vw;            min-height: 20vw;            word-wrap:break-word;        }        .item-box{            width: 100%;            height: auto;            margin-top: 1vw;            background-color: #fff;        }        .repairs-type{            width: 100%;            height: 10vw;            line-height: 10vw;            border-bottom: 1px solid #f1f1f1;            padding: 0vw 4vw;        }        .repairs-type .title{            font-size: 17px;            font-family: PingFang SC;            font-weight: 500;            color: #666666;            float: left;        }        .repairs-type .content{            font-weight: 500;            color: #666666;            float: right;        }        .sign-box{            width: 100%;            height: auto;            margin-top: 1vw;            background-color: #fff;        }        .sign-box .img-box{            width: 100%;            height: auto;            overflow: hidden;        }        .sign-box .img-box .img-all-box{            width: 100%;            height: auto;            padding: 0vw 4vw;            overflow: hidden;        }        .sign-box .img-box .img-all-box .img{            width: 22vw;            height: 22vw;            display: inline-block;            float: left;            margin-right: 1vw;            margin-bottom: 1vw;        }        .sign-box .img-box .img-all-box .img img{            width: 100%;            height: 100%;        }        .footer-back{            position: fixed;            z-index: 1000;            width: 100%;            height: 45px;            line-height: 45px;            background-color: #ffffff;            bottom: 0;            left: 0;            box-shadow: 0px 0px 10px 0px rgba(26, 25, 26, 0.05);            display: table-cell;            vertical-align: middle;            text-align: center;        }        .footer-back a img{            width: 43px;            height: 43px;        }        .ga-time{            width: calc(100% - 40px);            height: 35px;            line-height: 35px;            margin: 0px 20px;            font-size: 15px;            border-bottom: 1px solid #c3c3c3;            font-weight: 400;            color: #666666;        }        .ga-remark{            width: calc(100% - 40px);            height: 35px;            line-height: 35px;            margin: 0px 20px;            font-size: 15px;            font-weight: 400;            color: #666666;        }        .ga-content-box{            width: 100%;            height: auto;            padding: 1vw;        }        .ga-content-box div{            width: calc(100% - 40px);            height: auto;            background: #F7F7F7;            border-radius: 10px;            margin: 0px 20px;            min-height: 20vw;            word-wrap:break-word;            padding: 5px;        }    </style></head><body><div class="container">    {if !empty($info['confirm_time'])}    <div class="order-time">        <div class="header">            <div class="header-left">                <div class="line-box"></div>                <div class="title">接单时间</div>            </div>            <span class="header-right">{$info['confirm_time']}</span>        </div>    </div>    {/if}    {if !empty($info['done_time'])}    <div class="complete-time">        <div class="header">            <div class="header-left">                <div class="line-box"></div>                <div class="title">完成时间</div>            </div>            <span class="header-right">{$info['done_time']}</span>        </div>    </div>    {/if}    {if $info['pause'] > 0}    <div class="public-info-content">        <div class="header">            <div class="header-left">                <div class="line-box"></div>                <div class="title">挂起信息</div>            </div>        </div>        <div class="ga-time">            挂起时间 <text class="pull-right">{$info['pause_time']}</text>        </div>        <div class="ga-remark">            挂起原因        </div>        <div class="ga-content-box">            <div>{$info['pause_reason']}</div>        </div>    </div>    {/if}    {if !empty($info['nodo_reason'])}    <div class="public-info-content">        <div class="header">            <div class="header-left">                <div class="line-box"></div>                <div class="title">汇报内容</div>            </div>        </div>        <div class="content-box">            <div>{$info['nodo_reason']}</div>        </div>    </div>    {/if}    {if !empty($info['sign'])}    <div class="sign-box">        <div class="header">            <div class="header-left">                <div class="line-box"></div>                <div class="title">签名图片</div>            </div>        </div>        <div class="img-box">            <div class="img-all-box">                {foreach $info['sign'] as $k=>$v}                <div class="img">                    <img src="{$v}" onclick="open_img(this)" alt="">                </div>                {/foreach}            </div>        </div>    </div>    {/if}    {if($info['cons'])}    <div class="item-box">        <div class="header">            <div class="header-left">                <div class="line-box"></div>                <div class="title">使用耗材</div>            </div>        </div>        {foreach $info['cons'] as $k=>$v}        <div class="repairs-type">            <text class="title">{$v['title']}({$v['money']}元)</text>            <text class="content">数量:{$v['total']}</text>        </div>        {/foreach}    </div>    {/if}        <div class="footer-back">            <a href="javascript:;" onclick="javascript:history.back(-1);"><img src="/img/back.png"></a>        </div></div></body></html><script></script>
 |