From bb1b4579482abc4b2bc5ba244f68bc5d0ab87f2e Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期五, 23 五月 2025 10:24:53 +0800
Subject: [PATCH] 电子货位卡-嵌入气体检测和虫害检测

---
 igds-dzhwk-web/src/main/resources/templates/dzhwk/grain-check1.html |  326 ++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 245 insertions(+), 81 deletions(-)

diff --git a/igds-dzhwk-web/src/main/resources/templates/dzhwk/grain-check1.html b/igds-dzhwk-web/src/main/resources/templates/dzhwk/grain-check1.html
index 06aca88..90ee81a 100644
--- a/igds-dzhwk-web/src/main/resources/templates/dzhwk/grain-check1.html
+++ b/igds-dzhwk-web/src/main/resources/templates/dzhwk/grain-check1.html
@@ -1,99 +1,98 @@
 <!DOCTYPE html>
 <html lang="zh_CN" xmlns:th="http://www.thymeleaf.org">
 <head>
-    <head>
-        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
-        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <meta name="renderer" content="webkit">
-        <title>鏅烘収绮簱绠$悊骞冲彴-绮儏妫�娴�</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta name="renderer" content="webkit">
+    <title>绮俯妫�娴�</title>
 
-		<link rel="stylesheet" th:href="@{/ajax/libs/layui/css/layui.css}"/>
-        <link rel="stylesheet" th:href="@{/dzhwk/lqStyle.css}"/>
+    <link rel="stylesheet" th:href="@{/ajax/libs/layui/css/layui.css}"/>
+    <link rel="stylesheet" th:href="@{/dzhwk/grain/lqStyle.css}"/>
 
-        <style>
-            .layui-checkbox-disbaled span {
-                background-color: #ed5565 !important;
-            }
+    <style>
+        .layui-checkbox-disbaled span {
+            background-color: #ed5565 !important;
+        }
 
-            #lq-left2 {
-                min-width: 295px;
-            }
+        #lq-left2 {
+            min-width: 295px;
+        }
 
-            .lq-left2-list li h3 {
-                float: left;
-                /*color: rgb(108, 119, 129);*/
-                color: #000;
-                font-size: 16px;
-                font-style: italic;
-            }
+        .lq-left2-list li h3 {
+            float: left;
+            /*color: rgb(108, 119, 129);*/
+            color: #000;
+            font-size: 16px;
+            font-style: italic;
+        }
 
-            @media all and (max-width: 1650px) {
-                .lq-cPic-box {
-                    margin: 5% auto 0 auto;
-                }
-
-                .lq-center {
-                    /*padding-bottom: 50px;*/
-                    padding-bottom: 5px;
-                }
-
-                .lq-left2-list li {
-                    padding: 3% 6%;
-                }
-
-                .lq-cTop-item p span {
-                    font-size: 24px;
-                }
-            }
-
-            .lq-wendu {
-                width: 90px;
-                height: 200px;
-                position: absolute;
-                bottom: 0;
-                z-index: 99;
-                left: 5px;
-                margin-bottom: 55px;
+        @media all and (max-width: 1650px) {
+            .lq-cPic-box {
+                margin: 5% auto 0 auto;
             }
 
             .lq-center {
-                width: 75%;
-                position: relative;
+                /*padding-bottom: 50px;*/
                 padding-bottom: 5px;
-                overflow: hidden;
             }
 
-            .lq-center2 {
-                position: relative;
-                padding-bottom: 5px;
-                overflow-y: hidden;
+            .lq-left2-list li {
+                padding: 3% 6%;
             }
 
-            .lq-cLow-1 {
-                width: 50px;
-                border-right: 1px solid #333;
+            .lq-cTop-item p span {
+                font-size: 24px;
             }
+        }
 
-            .lq-cLow {
-                width: 900px;
-            }
+        .lq-wendu {
+            width: 90px;
+            height: 200px;
+            position: absolute;
+            bottom: 0;
+            z-index: 99;
+            left: 5px;
+            margin-bottom: 55px;
+        }
 
-            .lq-cLow-3 {
-                width: 15px;
-                border-right: 1px solid #333;
-            }
+        .lq-center {
+            width: 75%;
+            position: relative;
+            padding-bottom: 5px;
+            overflow: hidden;
+        }
 
-            .lq-rMenu li {
-                height: 80px;
-            }
+        .lq-center2 {
+            position: relative;
+            padding-bottom: 5px;
+            overflow-y: hidden;
+        }
 
-            .layui-form-checkbox {
-                min-width: 100px;
-            }
-        </style>
+        .lq-cLow-1 {
+            width: 50px;
+            border-right: 1px solid #333;
+        }
 
-    </head>
+        .lq-cLow {
+            width: 900px;
+        }
+
+        .lq-cLow-3 {
+            width: 15px;
+            border-right: 1px solid #333;
+        }
+
+        .lq-rMenu li {
+            height: 80px;
+        }
+
+        .layui-form-checkbox {
+            min-width: 100px;
+        }
+    </style>
+
+</head>
 
 <body>
 <div class="l-container">
@@ -433,7 +432,172 @@
 
 <script th:inline="javascript">
     //浠撳簱鍒楄〃
-    var listDepot = [{"bhId":"1","buildingId":"91310114703439394M0010001","checkDate":1605542400000,"companyId":"5303","depotStatus":"4","depotStatusName":"鍑哄簱涓�","depotType":"02","depotTypeName":"娴呭渾浠�","deptId":"5303_001","foodLevel":"01","foodLevelName":"涓�绛�","foodLocation":"涓婃捣甯�","foodType":"122","foodTypeName":"鍖虹骇鍦版柟鍌ㄥ绮�","foodVariety":"1130000","foodVarietyName":"绋昏胺","foodYear":"2022","id":"P0101","name":"P01-01","perImpurity":0.36,"perWet":13.7,"storageMax":3000000,"storageReal":0,"storeDate":1668700800000,"storeKeeper":"wmf","storeKeeperLevel":"楂樼骇淇濈鍛�","storeKeeperName":"鐜嬬編绂�","storeKeeperPhone":"####","storeType":"1"},{"bhId":"2","buildingId":"91310114703439394M0010001","companyId":"5303","depotStatus":"4","depotStatusName":"鍑哄簱涓�","depotType":"01","depotTypeName":"骞虫埧浠�","deptId":"5303_001","foodLevel":"01","foodLevelName":"涓�绛�","foodLocation":"涓婃捣甯�","foodType":"122","foodTypeName":"鍖虹骇鍦版柟鍌ㄥ绮�","foodVariety":"1130000","foodVarietyName":"绋昏胺","foodYear":"2022","id":"P0102","name":"P01-02","storageMax":3000000,"storageReal":0,"storeDate":1667836800000,"storeKeeper":"wmf","storeKeeperLevel":"楂樼骇淇濈鍛�","storeKeeperName":"鐜嬬編绂�","storeKeeperPhone":"####","storeType":"1"},{"bhId":"3","buildingId":"91310114703439394M0010002","companyId":"5303","depotStatus":"34","depotStatusName":"灏佷粨-娓╂帶涓�","depotType":"01","depotTypeName":"骞虫埧浠�","deptId":"5303_001","foodLevel":"01","foodLevelName":"涓�绛�","foodLocation":"涓婃捣甯�","foodType":"122","foodTypeName":"鍖虹骇鍦版柟鍌ㄥ绮�","foodVariety":"1130000","foodVarietyName":"绋昏胺","foodYear":"2023","id":"P0103","name":"P01-03","storageMax":3000000,"storageReal":2164420,"storeDate":1635696000000,"storeKeeper":"xjh","storeKeeperLevel":"楂樼骇淇濈鍛�","storeKeeperName":"寰愪匠鏄�","storeKeeperPhone":"####","storeType":"1"},{"bhId":"4","buildingId":"91310114703439394M0010002","companyId":"5303","depotStatus":"32","depotStatusName":"灏佷粨-鐔忚捀涓�","depotType":"01","depotTypeName":"骞虫埧浠�","deptId":"5303_001","foodLevel":"01","foodLevelName":"涓�绛�","foodLocation":"涓婃捣甯�","foodType":"122","foodTypeName":"鍖虹骇鍦版柟鍌ㄥ绮�","foodVariety":"1110000","foodVarietyName":"灏忛害","foodYear":"2024","id":"P0104","name":"P01-04","storageMax":3000000,"storageReal":3000000,"storeDate":1720454400000,"storeKeeper":"xjh","storeKeeperLevel":"楂樼骇淇濈鍛�","storeKeeperName":"寰愪匠鏄�","storeKeeperPhone":"####","storeType":"1"},{"bhId":"5","buildingId":"91310114703439394M0010003","companyId":"5303","depotStatus":"4","depotStatusName":"鍑哄簱涓�","depotType":"01","depotTypeName":"骞虫埧浠�","deptId":"5303_001","foodLevel":"02","foodLevelName":"浜岀瓑","foodLocation":"涓婃捣甯�","foodType":"122","foodTypeName":"鍖虹骇鍦版柟鍌ㄥ绮�","foodVariety":"1130000","foodVarietyName":"绋昏胺","foodYear":"2022","id":"P0105","name":"P01-05","storageMax":3000000,"storageReal":0,"storeDate":1604160000000,"storeKeeper":"wmf","storeKeeperLevel":"楂樼骇淇濈鍛�","storeKeeperName":"鐜嬬編绂�","storeKeeperPhone":"####","storeType":"1"},{"bhId":"6","buildingId":"91310114703439394M0010003","companyId":"5303","depotStatus":"4","depotStatusName":"鍑哄簱涓�","depotType":"01","depotTypeName":"骞虫埧浠�","deptId":"5303_001","foodLevel":"01","foodLevelName":"涓�绛�","foodLocation":"涓婃捣甯�","foodType":"122","foodTypeName":"鍖虹骇鍦版柟鍌ㄥ绮�","foodVariety":"1130000","foodVarietyName":"绋昏胺","foodYear":"2022","id":"P0106","name":"P01-06","storageMax":3000000,"storageReal":0,"storeDate":1604160000000,"storeKeeper":"wmf","storeKeeperLevel":"楂樼骇淇濈鍛�","storeKeeperName":"鐜嬬編绂�","storeKeeperPhone":"####","storeType":"1"}];
+    var listDepot = [{
+        "bhId": "1",
+        "buildingId": "91310114703439394M0010001",
+        "checkDate": 1605542400000,
+        "companyId": "5303",
+        "depotStatus": "4",
+        "depotStatusName": "鍑哄簱涓�",
+        "depotType": "02",
+        "depotTypeName": "娴呭渾浠�",
+        "deptId": "5303_001",
+        "foodLevel": "01",
+        "foodLevelName": "涓�绛�",
+        "foodLocation": "涓婃捣甯�",
+        "foodType": "122",
+        "foodTypeName": "鍖虹骇鍦版柟鍌ㄥ绮�",
+        "foodVariety": "1130000",
+        "foodVarietyName": "绋昏胺",
+        "foodYear": "2022",
+        "id": "P0101",
+        "name": "P01-01",
+        "perImpurity": 0.36,
+        "perWet": 13.7,
+        "storageMax": 3000000,
+        "storageReal": 0,
+        "storeDate": 1668700800000,
+        "storeKeeper": "wmf",
+        "storeKeeperLevel": "楂樼骇淇濈鍛�",
+        "storeKeeperName": "鐜嬬編绂�",
+        "storeKeeperPhone": "####",
+        "storeType": "1"
+    }, {
+        "bhId": "2",
+        "buildingId": "91310114703439394M0010001",
+        "companyId": "5303",
+        "depotStatus": "4",
+        "depotStatusName": "鍑哄簱涓�",
+        "depotType": "01",
+        "depotTypeName": "骞虫埧浠�",
+        "deptId": "5303_001",
+        "foodLevel": "01",
+        "foodLevelName": "涓�绛�",
+        "foodLocation": "涓婃捣甯�",
+        "foodType": "122",
+        "foodTypeName": "鍖虹骇鍦版柟鍌ㄥ绮�",
+        "foodVariety": "1130000",
+        "foodVarietyName": "绋昏胺",
+        "foodYear": "2022",
+        "id": "P0102",
+        "name": "P01-02",
+        "storageMax": 3000000,
+        "storageReal": 0,
+        "storeDate": 1667836800000,
+        "storeKeeper": "wmf",
+        "storeKeeperLevel": "楂樼骇淇濈鍛�",
+        "storeKeeperName": "鐜嬬編绂�",
+        "storeKeeperPhone": "####",
+        "storeType": "1"
+    }, {
+        "bhId": "3",
+        "buildingId": "91310114703439394M0010002",
+        "companyId": "5303",
+        "depotStatus": "34",
+        "depotStatusName": "灏佷粨-娓╂帶涓�",
+        "depotType": "01",
+        "depotTypeName": "骞虫埧浠�",
+        "deptId": "5303_001",
+        "foodLevel": "01",
+        "foodLevelName": "涓�绛�",
+        "foodLocation": "涓婃捣甯�",
+        "foodType": "122",
+        "foodTypeName": "鍖虹骇鍦版柟鍌ㄥ绮�",
+        "foodVariety": "1130000",
+        "foodVarietyName": "绋昏胺",
+        "foodYear": "2023",
+        "id": "P0103",
+        "name": "P01-03",
+        "storageMax": 3000000,
+        "storageReal": 2164420,
+        "storeDate": 1635696000000,
+        "storeKeeper": "xjh",
+        "storeKeeperLevel": "楂樼骇淇濈鍛�",
+        "storeKeeperName": "寰愪匠鏄�",
+        "storeKeeperPhone": "####",
+        "storeType": "1"
+    }, {
+        "bhId": "4",
+        "buildingId": "91310114703439394M0010002",
+        "companyId": "5303",
+        "depotStatus": "32",
+        "depotStatusName": "灏佷粨-鐔忚捀涓�",
+        "depotType": "01",
+        "depotTypeName": "骞虫埧浠�",
+        "deptId": "5303_001",
+        "foodLevel": "01",
+        "foodLevelName": "涓�绛�",
+        "foodLocation": "涓婃捣甯�",
+        "foodType": "122",
+        "foodTypeName": "鍖虹骇鍦版柟鍌ㄥ绮�",
+        "foodVariety": "1110000",
+        "foodVarietyName": "灏忛害",
+        "foodYear": "2024",
+        "id": "P0104",
+        "name": "P01-04",
+        "storageMax": 3000000,
+        "storageReal": 3000000,
+        "storeDate": 1720454400000,
+        "storeKeeper": "xjh",
+        "storeKeeperLevel": "楂樼骇淇濈鍛�",
+        "storeKeeperName": "寰愪匠鏄�",
+        "storeKeeperPhone": "####",
+        "storeType": "1"
+    }, {
+        "bhId": "5",
+        "buildingId": "91310114703439394M0010003",
+        "companyId": "5303",
+        "depotStatus": "4",
+        "depotStatusName": "鍑哄簱涓�",
+        "depotType": "01",
+        "depotTypeName": "骞虫埧浠�",
+        "deptId": "5303_001",
+        "foodLevel": "02",
+        "foodLevelName": "浜岀瓑",
+        "foodLocation": "涓婃捣甯�",
+        "foodType": "122",
+        "foodTypeName": "鍖虹骇鍦版柟鍌ㄥ绮�",
+        "foodVariety": "1130000",
+        "foodVarietyName": "绋昏胺",
+        "foodYear": "2022",
+        "id": "P0105",
+        "name": "P01-05",
+        "storageMax": 3000000,
+        "storageReal": 0,
+        "storeDate": 1604160000000,
+        "storeKeeper": "wmf",
+        "storeKeeperLevel": "楂樼骇淇濈鍛�",
+        "storeKeeperName": "鐜嬬編绂�",
+        "storeKeeperPhone": "####",
+        "storeType": "1"
+    }, {
+        "bhId": "6",
+        "buildingId": "91310114703439394M0010003",
+        "companyId": "5303",
+        "depotStatus": "4",
+        "depotStatusName": "鍑哄簱涓�",
+        "depotType": "01",
+        "depotTypeName": "骞虫埧浠�",
+        "deptId": "5303_001",
+        "foodLevel": "01",
+        "foodLevelName": "涓�绛�",
+        "foodLocation": "涓婃捣甯�",
+        "foodType": "122",
+        "foodTypeName": "鍖虹骇鍦版柟鍌ㄥ绮�",
+        "foodVariety": "1130000",
+        "foodVarietyName": "绋昏胺",
+        "foodYear": "2022",
+        "id": "P0106",
+        "name": "P01-06",
+        "storageMax": 3000000,
+        "storageReal": 0,
+        "storeDate": 1604160000000,
+        "storeKeeper": "wmf",
+        "storeKeeperLevel": "楂樼骇淇濈鍛�",
+        "storeKeeperName": "鐜嬬編绂�",
+        "storeKeeperPhone": "####",
+        "storeType": "1"
+    }];
     //涓氬姟绫诲瀷
     var bizType = null;
     //userId
@@ -447,12 +611,12 @@
 </script>
 <script th:src="@{/ajax/libs/layui/layui.js}"></script>
 <script th:src="@{/js/jquery.min.js}"></script>
-<script th:src="@{/dzhwk/constant.js}"></script>
-<script th:src="@{/dzhwk/igds-common.js}"></script>
-<script th:src="@{/dzhwk/PrintBuilder-lay.js}"></script>
-<script th:src="@{/dzhwk/grainPoint1.js}"></script>
-<script th:src="@{/dzhwk/grain-export.js}"></script>
-<script th:src="@{/dzhwk/grain-check1.js}"></script>
+<script th:src="@{/dzhwk/common/constant.js}"></script>
+<script th:src="@{/dzhwk/common/igds-common.js}"></script>
+<script th:src="@{/dzhwk/grain/PrintBuilder-lay.js}"></script>
+<script th:src="@{/dzhwk/grain/grainPoint1.js}"></script>
+<script th:src="@{/dzhwk/grain/grain-export.js}"></script>
+<script th:src="@{/dzhwk/grain/grain-check1.js}"></script>
 </body>
 
 <!-- 鏇村鎵规閫夋嫨 -->

--
Gitblit v1.9.3