key.blade.php 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  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. </head>
  12. <body class="ui-mobile-viewport ui-overlay-a" style="zoom: 1;background-color: #eeeeee;">
  13. <div class="top">
  14. <div class="log_btb">河南泰禾种业二维码追溯系统</div>
  15. </div>
  16. <img src="/uploads/banner.jpg" style="width:100%;"/>
  17. <div class="prolisthome" style="width: 97%; margin-top:10px;margin-right:auto; margin-left:auto; ">
  18. <!-- 二维码信息 -->
  19. <div class="claname bor_4">
  20. <div class="cls colo_4"><a class="key-click"> 二维码信息</a></div>
  21. </div>
  22. <div class="proinfo" id="sub4" style="display:block">
  23. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  24. <tbody>
  25. <tr style="border: 0px;color: #000;">
  26. <td width="30%" class="td"
  27. style="border-color:#cccccc; height: 30px; border-bottom: 0px;border-top: 0px;border-left: 0px;">
  28. 品种名称:
  29. </td>
  30. <td width="70%" class="td" id="product1" style="height: 30px;border: 0px;">{{ $good->name }}</td>
  31. </tr>
  32. </tbody>
  33. </table>
  34. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  35. <tbody>
  36. <tr style="border: 0px;color: #000;">
  37. <td width="30%" class="td"
  38. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  39. 生产经营者:
  40. </td>
  41. <td width="70%" class="td" id="companyname" style="height: 30px;border: 0px;">{{ $good->operator }}</td>
  42. </tr>
  43. </tbody>
  44. </table>
  45. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  46. <tbody>
  47. <tr style="border: 0px;color: #000;">
  48. <td width="30%" class="td"
  49. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  50. 单元识别码:
  51. </td>
  52. <td width="70%" class="td" id="barcode" style="height: 30px;border: 0px;">{{ $trace->key }}</td>
  53. </tr>
  54. </tbody>
  55. </table>
  56. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  57. <tbody>
  58. <tr style="border: 0px;color: #000;">
  59. <td width="30%" class="td"
  60. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  61. 追溯网址:
  62. </td>
  63. <td width="70%" class="td" id="address" style="height: 30px;border: 0px;"><a
  64. style="text-decoration: underline;">{{ $trace->slug }}</a></td>
  65. </tr>
  66. </tbody>
  67. </table>
  68. </div>
  69. <!--产品信息-->
  70. {{--<div class="claname bor_1" id="cpxx" ><div class="cls colo_1"><a class="key-click"> 产品信息</a></div></div>--}}
  71. {{--<div class="proinfo" id="sub1" style="display:none">--}}
  72. {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  73. {{--<tbody>--}}
  74. {{--<tr style="border: 0px;color: #000;">--}}
  75. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">产品名称:</td>--}}
  76. {{--<td width="70%" class="td" id="pname" style="height: 30px;border: 0px;">{{ $good->product_name }}</td>--}}
  77. {{--</tr>--}}
  78. {{--</tbody>--}}
  79. {{--</table>--}}
  80. {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  81. {{--<tbody>--}}
  82. {{--<tr style="border: 0px;color: #000;">--}}
  83. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">产品批次:</td>--}}
  84. {{--<td width="70%" class="td" id="batchno" style="height: 30px;border: 0px;">{{ $good->product_pici }}</td>--}}
  85. {{--</tr>--}}
  86. {{--</tbody>--}}
  87. {{--</table>--}}
  88. {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  89. {{--<tbody>--}}
  90. {{--<tr style="border: 0px;color: #000;">--}}
  91. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">查询次数:</td>--}}
  92. {{--<td width="70%" class="td" id="select1" style="height: 30px;border: 0px;">{{ $trace->look_count }}</td>--}}
  93. {{--</tr>--}}
  94. {{--</tbody>--}}
  95. {{--</table>--}}
  96. {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  97. {{--<tbody>--}}
  98. {{--<tr style="border: 0px;color: #000;">--}}
  99. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">首次时间:</td>--}}
  100. {{--<td width="70%" class="td" id="first1" style="height: 30px;border: 0px;">{{ $trace->look_time }}</td>--}}
  101. {{--</tr>--}}
  102. {{--</tbody>--}}
  103. {{--</table>--}}
  104. {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  105. {{--<tbody>--}}
  106. {{--<tr style="border: 0px;color: #000;">--}}
  107. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">包装级别:</td>--}}
  108. {{--<td width="70%" class="td" id="codelevel1" style="height: 30px;border: 0px;">{{ $good->product_baozhuang }}</td>--}}
  109. {{--</tr>--}}
  110. {{--</tbody>--}}
  111. {{--</table>--}}
  112. {{--<!-- 种子附属信息 -->--}}
  113. {{--<table id="tb_pmtype"; style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  114. {{--<tbody>--}}
  115. {{--<tr style="border: 0px;color: #000;">--}}
  116. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">种子类别:</td>--}}
  117. {{--<td width="70%" class="td" id="pmtype" style="height: 30px;border: 0px;">{{ $good->product_baozhuang }}</td>--}}
  118. {{--</tr>--}}
  119. {{--</tbody>--}}
  120. {{--</table>--}}
  121. {{--<table id="tb_ptype"; 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" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">产品类别:</td>--}}
  125. {{--<td width="70%" class="td" id="ptype" style="height: 30px;border: 0px;"></td>--}}
  126. {{--</tr>--}}
  127. {{--</tbody>--}}
  128. {{--</table>--}}
  129. {{--<table id="tb_Managementcid"; style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  130. {{--<tbody>--}}
  131. {{--<tr style="border: 0px;color: #000;">--}}
  132. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">经营许可证:</td>--}}
  133. {{--<td width="70%" class="td" id="Managementcid" style="height: 30px;border: 0px;">查询中请稍后...</td>--}}
  134. {{--</tr>--}}
  135. {{--</tbody>--}}
  136. {{--</table>--}}
  137. {{--<table id="tb_Producecid"; style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  138. {{--<tbody>--}}
  139. {{--<tr style="border: 0px;color: #000;">--}}
  140. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">生产许可证:</td>--}}
  141. {{--<td width="70%" class="td" id="Producecid" style="height: 30px;border: 0px;">查询中请稍后...</td>--}}
  142. {{--</tr>--}}
  143. {{--</tbody>--}}
  144. {{--</table>--}}
  145. {{--<table id="tb_Reviewedcid"; 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" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">品种审定编号:</td>--}}
  149. {{--<td width="70%" class="td" id="Reviewedcid" style="height: 30px;border: 0px;">查询中请稍后...</td>--}}
  150. {{--</tr>--}}
  151. {{--</tbody>--}}
  152. {{--</table>--}}
  153. {{--<table id="tb_Quarantinecid"; style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  154. {{--<tbody>--}}
  155. {{--<tr style="border: 0px;color: #000;">--}}
  156. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">植物检疫编号:</td>--}}
  157. {{--<td width="70%" class="td" id="Quarantinecid" style="height: 30px;border: 0px;">查询中请稍后...</td>--}}
  158. {{--</tr>--}}
  159. {{--</tbody>--}}
  160. {{--</table>--}}
  161. {{--<table id="tb_cd"; style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  162. {{--<tbody>--}}
  163. {{--<tr style="border: 0px;color: #000;">--}}
  164. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">产地:</td>--}}
  165. {{--<td width="70%" class="td" id="cd" style="height: 30px;border: 0px;">查询中请稍后...</td>--}}
  166. {{--</tr>--}}
  167. {{--</tbody>--}}
  168. {{--</table>--}}
  169. {{--<table id="tb_producetime"; style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  170. {{--<tbody>--}}
  171. {{--<tr style="border: 0px;color: #000;">--}}
  172. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">生产年月:</td>--}}
  173. {{--<td width="70%" class="td" id="producetime" style="height: 30px;border: 0px;">查询中请稍后...</td>--}}
  174. {{--</tr>--}}
  175. {{--</tbody>--}}
  176. {{--</table>--}}
  177. {{--</div>--}}
  178. <!--追溯信息-->
  179. <div class="claname bor_3" id="zsxx">
  180. <div class="cls colo_3"><a class="key-click"> 追溯信息</a></div>
  181. </div>
  182. <div class="proinfo" id="sub3" style="display:none">
  183. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  184. <tbody>
  185. <tr style="border: 0px;color: #000;">
  186. <td width="30%" class="td"
  187. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">发货商:
  188. </td>
  189. <td width="70%" class="td" id="fhs" style="height: 30px;border: 0px;">{{ $good->consignor }}</td>
  190. </tr>
  191. </tbody>
  192. </table>
  193. <table id="tb_cd" style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  194. <tbody>
  195. <tr style="border: 0px;color: #000;">
  196. <td width="30%" class="td"
  197. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">产地:
  198. </td>
  199. <td width="70%" class="td" id="cd" style="height: 30px;border: 0px;">{{$good->product_area}}</td>
  200. </tr>
  201. </tbody>
  202. </table>
  203. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  204. <tbody>
  205. <tr style="border: 0px;color: #000;">
  206. <td width="30%" class="td"
  207. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">
  208. 发货时间:
  209. </td>
  210. <td width="70%" class="td" id="fhsj" style="height: 30px;border: 0px;">{{ $good->delivery_time }}</td>
  211. </tr>
  212. </tbody>
  213. </table>
  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. </td>
  220. <td width="70%" class="td" id="jxs" style="height: 30px;border: 0px;">{{ $dealer ? $dealer->name : $good->dealer }}</td>
  221. </tr>
  222. </tbody>
  223. </table>
  224. </div>
  225. <!--生产信息-->
  226. {{--<div class="claname bor_2" id="scxx">--}}
  227. {{--<div class="cls colo_2"><a class="key-click"> 生产信息</a></div>--}}
  228. {{--</div>--}}
  229. {{--<div class="proinfo" id="sub2" style="display:none">--}}
  230. {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  231. {{--<tbody>--}}
  232. {{--<tr style="border: 0px;color: #000;">--}}
  233. {{--<td width="30%" class="td"--}}
  234. {{--style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">--}}
  235. {{--制种产地:--}}
  236. {{--</td>--}}
  237. {{--<td width="70%" class="td" id="place" style="height: 30px;border: 0px;">{{ $good->product_area }}</td>--}}
  238. {{--</tr>--}}
  239. {{--</tbody>--}}
  240. {{--</table>--}}
  241. {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  242. {{--<tbody>--}}
  243. {{--<tr style="border: 0px;color: #000;">--}}
  244. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">加工批次:</td>--}}
  245. {{--<td width="70%" class="td" id="jgbatch" style="height: 30px;border: 0px;">{{ $good->process_pici }}</td>--}}
  246. {{--</tr>--}}
  247. {{--</tbody>--}}
  248. {{--</table>--}}
  249. {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  250. {{--<tbody>--}}
  251. {{--<tr style="border: 0px;color: #000;">--}}
  252. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">上级码:</td>--}}
  253. {{--<td width="70%" class="td" id="pcode" style="height: 30px;border: 0px;">{{ $good->higher_key }}</td>--}}
  254. {{--</tr>--}}
  255. {{--</tbody>--}}
  256. {{--</table>--}}
  257. {{--</div>--}}
  258. </div>
  259. <table style="width: 97%;margin-right:auto; margin-left:auto;">
  260. </table>
  261. <p style="text-align:center">&copy;技术支持:希梦耐康网络科技</p>
  262. <script type="text/javascript">
  263. $(function () {
  264. $('.claname').click(function () {
  265. var index = $(this).index('.claname');
  266. $('.proinfo').eq(index).fadeIn().siblings('.proinfo').hide();
  267. });
  268. });
  269. </script>
  270. </body>
  271. </html>