hemeile.blade.php 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html class="ui-mobile">
  4. <head>
  5. <meta charset="UTF-8"/>
  6. <meta name="viewport" content="user-scalable=yes, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
  7. <title>产品二维码追溯查询系统</title>
  8. <link href="/css/style.css" rel="stylesheet" type="text/css"/>
  9. <link rel="stylesheet" type="text/css" href="/css/rk1126.css"/>
  10. <script type="text/javascript" src="/js/jquery-1.8.0.min.js"></script>
  11. <style type="text/css">
  12. .top, .prolisthome .claname .cls {
  13. background-color: #0d4a38;
  14. }
  15. .prolisthome .claname {
  16. border-top: solid 1px #0d4a38;
  17. }
  18. </style>
  19. </head>
  20. <body class="ui-mobile-viewport ui-overlay-a" style="zoom: 1;background-color: #eeeeee;">
  21. <div class="top">
  22. <div class="log_btb">种子二维码追溯查询系统</div>
  23. </div>
  24. <img src="/uploads/top.jpg" style="width:100%;"/>
  25. <div class="prolisthome" style="width: 97%; margin-top:10px;margin-right:auto; margin-left:auto; ">
  26. <!-- 二维码信息 -->
  27. <div class="claname bor_4">
  28. <div class="cls colo_4"><a class="key-click"> 二维码信息</a></div>
  29. </div>
  30. <div class="proinfo" id="sub4" style="display:block">
  31. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  32. <tbody>
  33. <tr style="border: 0px;color: #000;">
  34. <td width="30%" class="td"
  35. style="border-color:#cccccc; height: 30px; border-bottom: 0px;border-top: 0px;border-left: 0px;">
  36. 品种名称:
  37. </td>
  38. <td width="70%" class="td" id="product1" style="height: 30px;border: 0px;">{{ $good->name }}</td>
  39. </tr>
  40. </tbody>
  41. </table>
  42. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  43. <tbody>
  44. <tr style="border: 0px;color: #000;">
  45. <td width="30%" class="td"
  46. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  47. 生产经营者:
  48. </td>
  49. <td width="70%" class="td" id="companyname" style="height: 30px;border: 0px;">{{ $good->operator }}</td>
  50. </tr>
  51. </tbody>
  52. </table>
  53. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  54. <tbody>
  55. <tr style="border: 0px;color: #000;">
  56. <td width="30%" class="td"
  57. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  58. 单元识别码:
  59. </td>
  60. <td width="70%" class="td" id="barcode"
  61. style="height: 30px;border: 0px;">{{ $trace->key }}</td>
  62. </tr>
  63. </tbody>
  64. </table>
  65. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  66. <tbody>
  67. <tr style="border: 0px;color: #000;">
  68. <td width="30%" class="td"
  69. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  70. 追溯网址:
  71. </td>
  72. <td width="70%" class="td" id="address" style="height: 30px;border: 0px;"><a
  73. href="{{ $trace->slug }}?description=1"
  74. style="text-decoration: underline;">{{$trace->slug }}</a></td>
  75. </tr>
  76. </tbody>
  77. </table>
  78. </div>
  79. @if(request('description'))
  80. <!--产品信息-->
  81. <div class="claname bor_1" id="cpxx">
  82. <div class="cls colo_1"><a class="key-click"> 产品信息</a></div>
  83. </div>
  84. <div class="proinfo" id="sub1" style="display:none">
  85. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  86. <tbody>
  87. <tr style="border: 0px;color: #000;">
  88. <td width="30%" class="td"
  89. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  90. 产品名称:
  91. </td>
  92. <td width="70%" class="td" id="pname"
  93. style="height: 30px;border: 0px;">{{ $good->name }}</td>
  94. </tr>
  95. </tbody>
  96. </table>
  97. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  98. <tbody>
  99. <tr style="border: 0px;color: #000;">
  100. <td width="30%" class="td"
  101. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  102. 产品批次:
  103. </td>
  104. <td width="70%" class="td" id="batchno"
  105. style="height: 30px;border: 0px;">{{ $good->product_pici }}</td>
  106. </tr>
  107. </tbody>
  108. </table>
  109. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  110. <tbody>
  111. <tr style="border: 0px;color: #000;">
  112. <td width="30%" class="td"
  113. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  114. 产品产地:
  115. </td>
  116. <td width="70%" class="td" id="batchno"
  117. style="height: 30px;border: 0px;">{{ $good->product_area }}</td>
  118. </tr>
  119. </tbody>
  120. </table>
  121. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  122. <tbody>
  123. <tr style="border: 0px;color: #000;">
  124. <td width="30%" class="td"
  125. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  126. 查询次数:
  127. </td>
  128. <td width="70%" class="td" id="select1"
  129. style="height: 30px;border: 0px;">{{ $trace->look_count }}</td>
  130. </tr>
  131. </tbody>
  132. </table>
  133. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  134. <tbody>
  135. <tr style="border: 0px;color: #000;">
  136. <td width="30%" class="td"
  137. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  138. 首次时间:
  139. </td>
  140. <td width="70%" class="td" id="first1"
  141. style="height: 30px;border: 0px;">{{ $trace->look_time }}</td>
  142. </tr>
  143. </tbody>
  144. </table>
  145. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  146. <tbody>
  147. <tr style="border: 0px;color: #000;">
  148. <td width="30%" class="td"
  149. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  150. 包装规格:
  151. </td>
  152. <td width="70%" class="td" id="codelevel1"
  153. style="height: 30px;border: 0px;">{{ $good->package }}</td>
  154. </tr>
  155. </tbody>
  156. </table>
  157. </div>
  158. <!--追溯信息-->
  159. <div class="claname bor_3" id="zsxx">
  160. <div class="cls colo_3"><a class="key-click"> 物流信息</a></div>
  161. </div>
  162. <div class="proinfo" id="sub3" style="display:none">
  163. {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  164. {{--<tbody>--}}
  165. {{--<tr style="border: 0px;color: #000;">--}}
  166. {{--<td width="30%" class="td"--}}
  167. {{--style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">--}}
  168. {{--经销商:--}}
  169. {{--</td>--}}
  170. {{--<td width="70%" class="td" id="fhs" style="height: 30px;border: 0px;">{{ $trace->dealer->name??'' }}</td>--}}
  171. {{--</tr>--}}
  172. {{--</tbody>--}}
  173. {{--</table>--}}
  174. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  175. <tbody>
  176. <tr style="border: 0px;color: #000;">
  177. <td width="30%" class="td"
  178. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  179. 发货商:
  180. </td>
  181. <td width="70%" class="td" id="fhs" style="height: 30px;border: 0px;">{{ $good->consignor }}</td>
  182. </tr>
  183. </tbody>
  184. </table>
  185. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  186. <tbody>
  187. <tr style="border: 0px;color: #000;">
  188. <td width="30%" class="td"
  189. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  190. 发货时间:
  191. </td>
  192. <td width="70%" class="td" id="fhsj"
  193. style="height: 30px;border: 0px;">{{ $good->delivery_time }}</td>
  194. </tr>
  195. </tbody>
  196. </table>
  197. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  198. <tbody>
  199. <tr style="border: 0px;color: #000;">
  200. <td width="30%" class="td"
  201. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  202. 经销商:
  203. </td>
  204. <td width="70%" class="td" id="jxs" style="height: 30px;border: 0px;">{{ $good->dealer }}</td>
  205. </tr>
  206. </tbody>
  207. </table>
  208. </div>
  209. <!--生产信息-->
  210. {{--<div class="claname bor_2" id="scxx">--}}
  211. {{--<div class="cls colo_2"><a class="key-click"> 生产信息</a></div>--}}
  212. {{--</div>--}}
  213. {{--<div class="proinfo" id="sub2" style="display:none">--}}
  214. {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  215. {{--<tbody>--}}
  216. {{--<tr style="border: 0px;color: #000;">--}}
  217. {{--<td width="30%" class="td"--}}
  218. {{--style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">--}}
  219. {{--制种产地:--}}
  220. {{--</td>--}}
  221. {{--<td width="70%" class="td" id="place"--}}
  222. {{--style="height: 30px;border: 0px;">{{ $good->product_area }}</td>--}}
  223. {{--</tr>--}}
  224. {{--</tbody>--}}
  225. {{--</table>--}}
  226. {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  227. {{--<tbody>--}}
  228. {{--<tr style="border: 0px;color: #000;">--}}
  229. {{--<td width="30%" class="td"--}}
  230. {{--style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">--}}
  231. {{--加工批次:--}}
  232. {{--</td>--}}
  233. {{--<td width="70%" class="td" id="jgbatch"--}}
  234. {{--style="height: 30px;border: 0px;">{{ $good->process_pici }}</td>--}}
  235. {{--</tr>--}}
  236. {{--</tbody>--}}
  237. {{--</table>--}}
  238. {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  239. {{--<tbody>--}}
  240. {{--<tr style="border: 0px;color: #000;">--}}
  241. {{--<td width="30%" class="td"--}}
  242. {{--style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">--}}
  243. {{--上级码:--}}
  244. {{--</td>--}}
  245. {{--<td width="70%" class="td" id="pcode" style="height: 30px;border: 0px;">{{ $good->higher_key }}</td>--}}
  246. {{--</tr>--}}
  247. {{--</tbody>--}}
  248. {{--</table>--}}
  249. {{--</div>--}}
  250. <!--生产信息-->
  251. <div class="claname bor_5" id="scxx">
  252. <div class="cls colo_5"><a class="key-click"> 公司信息</a></div>
  253. </div>
  254. <div class="proinfo" id="sub5" style="display:none">
  255. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  256. <tbody>
  257. <tr style="border: 0px;color: #000;">
  258. <td width="30%" class="td"
  259. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  260. 公司名称:
  261. </td>
  262. <td width="70%" class="td" id="place"
  263. style="height: 30px;border: 0px;">{{ $good->consignor }}</td>
  264. </tr>
  265. </tbody>
  266. </table>
  267. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  268. <tbody>
  269. <tr style="border: 0px;color: #000;">
  270. <td width="30%" class="td"
  271. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  272. 公司网站:
  273. </td>
  274. <td width="70%" class="td" id="jgbatch"
  275. style="height: 30px;border: 0px;">
  276. <a href="http://www.hnhemeile.com/">http://www.hnhemeile.com/</a></td>
  277. </tr>
  278. </tbody>
  279. </table>
  280. </div>
  281. @endif
  282. </div>
  283. <p style="text-align: center;color: red;font-size: 16px;margin: 0 0 15px;">查询结果:您查询的是正牌产品,请放心购买</p>
  284. <p style="text-align:center">&copy;技术支持:希梦耐康网络科技</p>
  285. <script type="text/javascript">
  286. $(function () {
  287. $('.claname').click(function () {
  288. var index = $(this).index('.claname');
  289. $('.proinfo').eq(index).fadeIn().siblings('.proinfo').hide();
  290. });
  291. });
  292. </script>
  293. </body>
  294. </html>