jingxiaoshang.blade.php 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html class="ui-mobile">
  3. <head>
  4. <meta charset="UTF-8"/>
  5. <meta name="viewport" content="user-scalable=yes, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
  6. <title>种子追溯系统</title>
  7. <link href="/css/style.css" rel="stylesheet" type="text/css"/>
  8. <link rel="stylesheet" type="text/css" href="/css/rk1126.css"/>
  9. <script type="text/javascript" src="/js/jquery-1.8.0.min.js"></script>
  10. <style type="text/css">
  11. .top,.prolisthome .claname .cls{
  12. background-color: #0d4a38;
  13. }
  14. .prolisthome .claname{
  15. border-top: solid 1px #0d4a38;
  16. }
  17. </style>
  18. </head>
  19. <body class="ui-mobile-viewport ui-overlay-a" style="zoom: 1;background-color: #eeeeee;">
  20. <div class="top">
  21. <div class="log_btb" >种子追溯系统</div>
  22. </div>
  23. <img src="/uploads/yumi.jpg" style="width:100%;"/>
  24. <div class="prolisthome" style="width: 97%; margin-top:10px;margin-right:auto; margin-left:auto; " >
  25. <!-- 二维码信息 -->
  26. <div class="claname bor_4" ><div class="cls colo_4"><a class="key-click"> 二维码信息</a></div></div>
  27. <div class="proinfo" id="sub4" style="display:block">
  28. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  29. <tbody>
  30. <tr style="border: 0px;color: #000;">
  31. <td width="30%" class="td" style="border-color:#cccccc; height: 30px; border-bottom: 0px;border-top: 0px;border-left: 0px;">品种名称:</td>
  32. <td width="70%" class="td" id="product1" style="height: 30px;border: 0px;">{{ $good->name }}</td>
  33. </tr>
  34. </tbody>
  35. </table>
  36. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  37. <tbody>
  38. <tr style="border: 0px;color: #000;">
  39. <td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">生产经营者:</td>
  40. <td width="70%" class="td" id="companyname" style="height: 30px;border: 0px;">{{ $good->operator }}</td>
  41. </tr>
  42. </tbody>
  43. </table>
  44. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  45. <tbody>
  46. <tr style="border: 0px;color: #000;">
  47. <td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">单元识别码:</td>
  48. <td width="70%" class="td" id="barcode" style="height: 30px;border: 0px;">{{ $trace->key }}</td>
  49. </tr>
  50. </tbody>
  51. </table>
  52. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  53. <tbody>
  54. <tr style="border: 0px;color: #000;">
  55. <td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">追溯网址:</td>
  56. <td width="70%" class="td" id="address" style="height: 30px;border: 0px;"> <a style="text-decoration: underline;">{{ $trace->slug }}</a></td>
  57. </tr>
  58. </tbody>
  59. </table>
  60. </div>
  61. <!--产品信息-->
  62. {{--<div class="claname bor_1" id="cpxx" ><div class="cls colo_1"><a class="key-click"> 产品信息</a></div></div>--}}
  63. {{--<div class="proinfo" id="sub1" style="display:none">--}}
  64. {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  65. {{--<tbody>--}}
  66. {{--<tr style="border: 0px;color: #000;">--}}
  67. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">产品名称:</td>--}}
  68. {{--<td width="70%" class="td" id="pname" style="height: 30px;border: 0px;">{{ $good->product_name }}</td>--}}
  69. {{--</tr>--}}
  70. {{--</tbody>--}}
  71. {{--</table>--}}
  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="batchno" style="height: 30px;border: 0px;">{{ $good->product_pici }}</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="select1" style="height: 30px;border: 0px;">{{ $trace->look_count }}</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="first1" style="height: 30px;border: 0px;">{{ $trace->look_time }}</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="codelevel1" style="height: 30px;border: 0px;">{{ $good->product_baozhuang }}</td>--}}
  101. {{--</tr>--}}
  102. {{--</tbody>--}}
  103. {{--</table>--}}
  104. {{--<!-- 种子附属信息 -->--}}
  105. {{--<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; ">--}}
  106. {{--<tbody>--}}
  107. {{--<tr style="border: 0px;color: #000;">--}}
  108. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">种子类别:</td>--}}
  109. {{--<td width="70%" class="td" id="pmtype" style="height: 30px;border: 0px;">{{ $good->product_baozhuang }}</td>--}}
  110. {{--</tr>--}}
  111. {{--</tbody>--}}
  112. {{--</table>--}}
  113. {{--<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; ">--}}
  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="ptype" style="height: 30px;border: 0px;"></td>--}}
  118. {{--</tr>--}}
  119. {{--</tbody>--}}
  120. {{--</table>--}}
  121. {{--<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; ">--}}
  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="Managementcid" style="height: 30px;border: 0px;">查询中请稍后...</td>--}}
  126. {{--</tr>--}}
  127. {{--</tbody>--}}
  128. {{--</table>--}}
  129. {{--<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; ">--}}
  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="Producecid" style="height: 30px;border: 0px;">查询中请稍后...</td>--}}
  134. {{--</tr>--}}
  135. {{--</tbody>--}}
  136. {{--</table>--}}
  137. {{--<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; ">--}}
  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="Reviewedcid" style="height: 30px;border: 0px;">查询中请稍后...</td>--}}
  142. {{--</tr>--}}
  143. {{--</tbody>--}}
  144. {{--</table>--}}
  145. {{--<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; ">--}}
  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="Quarantinecid" style="height: 30px;border: 0px;">查询中请稍后...</td>--}}
  150. {{--</tr>--}}
  151. {{--</tbody>--}}
  152. {{--</table>--}}
  153. {{--<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; ">--}}
  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="cd" style="height: 30px;border: 0px;">查询中请稍后...</td>--}}
  158. {{--</tr>--}}
  159. {{--</tbody>--}}
  160. {{--</table>--}}
  161. {{--<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; ">--}}
  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="producetime" style="height: 30px;border: 0px;">查询中请稍后...</td>--}}
  166. {{--</tr>--}}
  167. {{--</tbody>--}}
  168. {{--</table>--}}
  169. {{--</div>--}}
  170. <!--追溯信息-->
  171. <div class="claname bor_3" id="zsxx"><div class="cls colo_3"><a class="key-click"> 追溯信息</a></div></div>
  172. <div class="proinfo" id="sub3" style="display:none">
  173. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  174. <tbody>
  175. <tr style="border: 0px;color: #000;">
  176. <td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">发货商:</td>
  177. <td width="70%" class="td" id="fhs" style="height: 30px;border: 0px;">{{ $good->consignor }}</td>
  178. </tr>
  179. </tbody>
  180. </table>
  181. <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; ">
  182. <tbody>
  183. <tr style="border: 0px;color: #000;">
  184. <td width="30%" class="td"
  185. style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">产地:
  186. </td>
  187. <td width="70%" class="td" id="cd" style="height: 30px;border: 0px;">{{$good->product_area}}</td>
  188. </tr>
  189. </tbody>
  190. </table>
  191. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  192. <tbody>
  193. <tr style="border: 0px;color: #000;">
  194. <td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">发货时间:</td>
  195. <td width="70%" class="td" id="fhsj" style="height: 30px;border: 0px;">{{ $good->delivery_time }}</td>
  196. </tr>
  197. </tbody>
  198. </table>
  199. <table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">
  200. <tbody>
  201. <tr style="border: 0px;color: #000;">
  202. <td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">经销商:</td>
  203. <td width="70%" class="td" id="jxs" style="height: 30px;border: 0px;">{{ $dealer ? $dealer->name : $good->dealer }}</td>
  204. </tr>
  205. </tbody>
  206. </table>
  207. </div>
  208. <!--生产信息-->
  209. {{--<div class="claname bor_2" id="scxx"><div class="cls colo_2"><a class="key-click"> 生产信息</a></div></div>--}}
  210. {{--<div class="proinfo" id="sub2" style="display:none">--}}
  211. {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  212. {{--<tbody>--}}
  213. {{--<tr style="border: 0px;color: #000;">--}}
  214. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">制种产地:</td>--}}
  215. {{--<td width="70%" class="td" id="place" style="height: 30px;border: 0px;">{{ $good->product_area }}</td>--}}
  216. {{--</tr>--}}
  217. {{--</tbody>--}}
  218. {{--</table>--}}
  219. {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  220. {{--<tbody>--}}
  221. {{--<tr style="border: 0px;color: #000;">--}}
  222. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">加工批次:</td>--}}
  223. {{--<td width="70%" class="td" id="jgbatch" style="height: 30px;border: 0px;">{{ $good->process_pici }}</td>--}}
  224. {{--</tr>--}}
  225. {{--</tbody>--}}
  226. {{--</table>--}}
  227. {{--<table style="font-size:16px; width: 97%; margin-top:10px;margin-right:auto; margin-left:auto;border-radius: 8px 8px 8px 8px;border: 0px; ">--}}
  228. {{--<tbody>--}}
  229. {{--<tr style="border: 0px;color: #000;">--}}
  230. {{--<td width="30%" class="td" style="border-color:#cccccc; height: 30px;border-bottom: 0px;border-top: 0px;border-left: 0px;">上级码:</td>--}}
  231. {{--<td width="70%" class="td" id="pcode" style="height: 30px;border: 0px;">{{ $good->higher_key }}</td>--}}
  232. {{--</tr>--}}
  233. {{--</tbody>--}}
  234. {{--</table>--}}
  235. {{--</div>--}}
  236. </div>
  237. <table style="width: 97%;margin-right:auto; margin-left:auto;">
  238. </table>
  239. <p style="text-align:center">&copy;技术支持:希梦耐康网络科技</p>
  240. <script type="text/javascript">
  241. $(function () {
  242. $('.claname').click(function(){
  243. var index = $(this).index('.claname');
  244. $('.proinfo').eq(index).fadeIn().siblings('.proinfo').hide();
  245. });
  246. });
  247. </script>
  248. </body>
  249. </html>