123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html class="ui-mobile">
- <head>
- <meta charset="UTF-8"/>
- <meta name="viewport" content="user-scalable=yes, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
- <title>产品二维码追溯查询系统</title>
- <link href="/css/style.css" rel="stylesheet" type="text/css"/>
- <link rel="stylesheet" type="text/css" href="/css/rk1126.css"/>
- <script type="text/javascript" src="/js/jquery-1.8.0.min.js"></script>
- <style type="text/css">
- .top, .prolisthome .claname .cls {
- background-color: #0d4a38;
- }
- .prolisthome .claname {
- border-top: solid 1px #0d4a38;
- }
- </style>
- </head>
- <body class="ui-mobile-viewport ui-overlay-a" style="zoom: 1;background-color: #eeeeee;">
- <div class="top">
- <div class="log_btb">种子二维码追溯查询系统</div>
- </div>
- <img src="/uploads/top.jpg" style="width:100%;"/>
- <div class="prolisthome" style="width: 97%; margin-top:10px;margin-right:auto; margin-left:auto; ">
- <!-- 二维码信息 -->
- <div class="claname bor_4">
- <div class="cls colo_4"><a class="key-click"> 二维码信息</a></div>
- </div>
- <div class="proinfo" id="sub4" style="display:block">
- <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
- <tbody>
- <tr style="border: 0px;color: #000;">
- <td width="30%" class="td"
- style="border-color:#cccccc; height: 30px; border-bottom: 0px;border-top: 0px;border-left: 0px;">
- 品种名称:
- </td>
- <td width="70%" class="td" id="product1" style="height: 30px;border: 0px;">{{ $good->name }}</td>
- </tr>
- </tbody>
- </table>
- <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
- <tbody>
- <tr style="border: 0px;color: #000;">
- <td width="30%" class="td"
- style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
- 生产经营者:
- </td>
- <td width="70%" class="td" id="companyname" style="height: 30px;border: 0px;">{{ $good->operator }}</td>
- </tr>
- </tbody>
- </table>
- <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
- <tbody>
- <tr style="border: 0px;color: #000;">
- <td width="30%" class="td"
- style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
- 单元识别码:
- </td>
- <td width="70%" class="td" id="barcode"
- style="height: 30px;border: 0px;">{{ $trace->key }}</td>
- </tr>
- </tbody>
- </table>
- <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
- <tbody>
- <tr style="border: 0px;color: #000;">
- <td width="30%" class="td"
- style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
- 追溯网址:
- </td>
- <td width="70%" class="td" id="address" style="height: 30px;border: 0px;"><a
- href="{{ $trace->slug }}?description=1"
- style="text-decoration: underline;">{{$trace->slug }}</a></td>
- </tr>
- </tbody>
- </table>
- </div>
- @if(request('description'))
- <!--产品信息-->
- <div class="claname bor_1" id="cpxx">
- <div class="cls colo_1"><a class="key-click"> 产品信息</a></div>
- </div>
- <div class="proinfo" id="sub1" style="display:none">
- <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
- <tbody>
- <tr style="border: 0px;color: #000;">
- <td width="30%" class="td"
- style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
- 产品名称:
- </td>
- <td width="70%" class="td" id="pname"
- style="height: 30px;border: 0px;">{{ $good->name }}</td>
- </tr>
- </tbody>
- </table>
- <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
- <tbody>
- <tr style="border: 0px;color: #000;">
- <td width="30%" class="td"
- style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
- 产品批次:
- </td>
- <td width="70%" class="td" id="batchno"
- style="height: 30px;border: 0px;">{{ $good->product_pici }}</td>
- </tr>
- </tbody>
- </table>
- <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
- <tbody>
- <tr style="border: 0px;color: #000;">
- <td width="30%" class="td"
- style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
- 产品产地:
- </td>
- <td width="70%" class="td" id="batchno"
- style="height: 30px;border: 0px;">{{ $good->product_area }}</td>
- </tr>
- </tbody>
- </table>
- <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
- <tbody>
- <tr style="border: 0px;color: #000;">
- <td width="30%" class="td"
- style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
- 查询次数:
- </td>
- <td width="70%" class="td" id="select1"
- style="height: 30px;border: 0px;">{{ $trace->look_count }}</td>
- </tr>
- </tbody>
- </table>
- <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
- <tbody>
- <tr style="border: 0px;color: #000;">
- <td width="30%" class="td"
- style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
- 首次时间:
- </td>
- <td width="70%" class="td" id="first1"
- style="height: 30px;border: 0px;">{{ $trace->look_time }}</td>
- </tr>
- </tbody>
- </table>
- <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
- <tbody>
- <tr style="border: 0px;color: #000;">
- <td width="30%" class="td"
- style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
- 包装规格:
- </td>
- <td width="70%" class="td" id="codelevel1"
- style="height: 30px;border: 0px;">{{ $good->package }}</td>
- </tr>
- </tbody>
- </table>
- </div>
- <!--追溯信息-->
- <div class="claname bor_3" id="zsxx">
- <div class="cls colo_3"><a class="key-click"> 物流信息</a></div>
- </div>
- <div class="proinfo" id="sub3" style="display:none">
- {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
- {{--<tbody>--}}
- {{--<tr style="border: 0px;color: #000;">--}}
- {{--<td width="30%" class="td"--}}
- {{--style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">--}}
- {{--经销商:--}}
- {{--</td>--}}
- {{--<td width="70%" class="td" id="fhs" style="height: 30px;border: 0px;">{{ $trace->dealer->name??'' }}</td>--}}
- {{--</tr>--}}
- {{--</tbody>--}}
- {{--</table>--}}
- <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
- <tbody>
- <tr style="border: 0px;color: #000;">
- <td width="30%" class="td"
- style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
- 发货商:
- </td>
- <td width="70%" class="td" id="fhs" style="height: 30px;border: 0px;">{{ $good->consignor }}</td>
- </tr>
- </tbody>
- </table>
- <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
- <tbody>
- <tr style="border: 0px;color: #000;">
- <td width="30%" class="td"
- style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
- 发货时间:
- </td>
- <td width="70%" class="td" id="fhsj"
- style="height: 30px;border: 0px;">{{ $good->delivery_time }}</td>
- </tr>
- </tbody>
- </table>
- <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
- <tbody>
- <tr style="border: 0px;color: #000;">
- <td width="30%" class="td"
- style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
- 经销商:
- </td>
- <td width="70%" class="td" id="jxs" style="height: 30px;border: 0px;">{{ $good->dealer }}</td>
- </tr>
- </tbody>
- </table>
- </div>
- <!--生产信息-->
- {{--<div class="claname bor_2" id="scxx">--}}
- {{--<div class="cls colo_2"><a class="key-click"> 生产信息</a></div>--}}
- {{--</div>--}}
- {{--<div class="proinfo" id="sub2" style="display:none">--}}
- {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
- {{--<tbody>--}}
- {{--<tr style="border: 0px;color: #000;">--}}
- {{--<td width="30%" class="td"--}}
- {{--style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">--}}
- {{--制种产地:--}}
- {{--</td>--}}
- {{--<td width="70%" class="td" id="place"--}}
- {{--style="height: 30px;border: 0px;">{{ $good->product_area }}</td>--}}
- {{--</tr>--}}
- {{--</tbody>--}}
- {{--</table>--}}
- {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
- {{--<tbody>--}}
- {{--<tr style="border: 0px;color: #000;">--}}
- {{--<td width="30%" class="td"--}}
- {{--style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">--}}
- {{--加工批次:--}}
- {{--</td>--}}
- {{--<td width="70%" class="td" id="jgbatch"--}}
- {{--style="height: 30px;border: 0px;">{{ $good->process_pici }}</td>--}}
- {{--</tr>--}}
- {{--</tbody>--}}
- {{--</table>--}}
- {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
- {{--<tbody>--}}
- {{--<tr style="border: 0px;color: #000;">--}}
- {{--<td width="30%" class="td"--}}
- {{--style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">--}}
- {{--上级码:--}}
- {{--</td>--}}
- {{--<td width="70%" class="td" id="pcode" style="height: 30px;border: 0px;">{{ $good->higher_key }}</td>--}}
- {{--</tr>--}}
- {{--</tbody>--}}
- {{--</table>--}}
- {{--</div>--}}
- <!--生产信息-->
- <div class="claname bor_5" id="scxx">
- <div class="cls colo_5"><a class="key-click"> 公司信息</a></div>
- </div>
- <div class="proinfo" id="sub5" style="display:none">
- <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
- <tbody>
- <tr style="border: 0px;color: #000;">
- <td width="30%" class="td"
- style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
- 公司名称:
- </td>
- <td width="70%" class="td" id="place"
- style="height: 30px;border: 0px;">{{ $good->consignor }}</td>
- </tr>
- </tbody>
- </table>
- <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
- <tbody>
- <tr style="border: 0px;color: #000;">
- <td width="30%" class="td"
- style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
- 公司网站:
- </td>
- <td width="70%" class="td" id="jgbatch"
- style="height: 30px;border: 0px;">
- <a href="http://www.hnhemeile.com/">http://www.hnhemeile.com/</a></td>
- </tr>
- </tbody>
- </table>
- </div>
- @endif
- </div>
- <p style="text-align: center;color: red;font-size: 16px;margin: 0 0 15px;">查询结果:您查询的是正牌产品,请放心购买</p>
- <p style="text-align:center">©技术支持:希梦耐康网络科技</p>
- <script type="text/javascript">
- $(function () {
- $('.claname').click(function () {
- var index = $(this).index('.claname');
- $('.proinfo').eq(index).fadeIn().siblings('.proinfo').hide();
- });
- });
- </script>
- </body>
- </html>
|