From 452c6813b5bb90bf4f3bf4e3cc774ff4eebf30bf Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期五, 05 七月 2024 15:45:38 +0800
Subject: [PATCH] 原片仓储静态数据

---
 hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/impl/GlassInfoServiceImpl.java             |    3 
 hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java                      |   13 ++
 hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java |    1 
 UI-Project/src/stores/tableData.js                                                                                      |  225 +++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 242 insertions(+), 0 deletions(-)

diff --git a/UI-Project/src/stores/tableData.js b/UI-Project/src/stores/tableData.js
new file mode 100644
index 0000000..3d21d2f
--- /dev/null
+++ b/UI-Project/src/stores/tableData.js
@@ -0,0 +1,225 @@
+// tableData.js
+
+import { ref } from 'vue';
+
+export const tableData = ref([
+  {
+    location: '1',
+    type: 'Type A',
+    length: '100',
+    height: '50',
+    thickness: '10',
+    quantity: '5',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 1
+  },
+  {
+    location: '2',
+    type: 'Type B',
+    length: '120',
+    height: '60',
+    thickness: '12',
+    quantity: '10',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 0
+  },
+  {
+    location: '3',
+    type: 'Type B',
+    length: '120',
+    height: '60',
+    thickness: '12',
+    quantity: '10',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 1
+  },
+  {
+    location: '4',
+    type: 'Type B',
+    length: '120',
+    height: '60',
+    thickness: '12',
+    quantity: '10',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 1
+  },
+  {
+    location: '5',
+    type: 'Type B',
+    length: '120',
+    height: '60',
+    thickness: '12',
+    quantity: '10',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 1
+  },
+  {
+    location: '1',
+    type: 'Type A',
+    length: '100',
+    height: '50',
+    thickness: '10',
+    quantity: '5',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 1
+  },
+  {
+    location: '2',
+    type: 'Type B',
+    length: '120',
+    height: '60',
+    thickness: '12',
+    quantity: '10',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 0
+  },
+  {
+    location: '3',
+    type: 'Type B',
+    length: '120',
+    height: '60',
+    thickness: '12',
+    quantity: '10',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 1
+  },
+  {
+    location: '4',
+    type: 'Type B',
+    length: '120',
+    height: '60',
+    thickness: '12',
+    quantity: '10',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 1
+  },
+  {
+    location: '5',
+    type: 'Type B',
+    length: '120',
+    height: '60',
+    thickness: '12',
+    quantity: '10',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 1
+  },{
+    location: '1',
+    type: 'Type A',
+    length: '100',
+    height: '50',
+    thickness: '10',
+    quantity: '5',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 1
+  },
+  {
+    location: '2',
+    type: 'Type B',
+    length: '120',
+    height: '60',
+    thickness: '12',
+    quantity: '10',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 0
+  },
+  {
+    location: '3',
+    type: 'Type B',
+    length: '120',
+    height: '60',
+    thickness: '12',
+    quantity: '10',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 1
+  },
+  {
+    location: '4',
+    type: 'Type B',
+    length: '120',
+    height: '60',
+    thickness: '12',
+    quantity: '10',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 1
+  },
+  {
+    location: '5',
+    type: 'Type B',
+    length: '120',
+    height: '60',
+    thickness: '12',
+    quantity: '10',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 1
+  },{
+    location: '1',
+    type: 'Type A',
+    length: '100',
+    height: '50',
+    thickness: '10',
+    quantity: '5',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 1
+  },
+  {
+    location: '2',
+    type: 'Type B',
+    length: '120',
+    height: '60',
+    thickness: '12',
+    quantity: '10',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 0
+  },
+  {
+    location: '3',
+    type: 'Type B',
+    length: '120',
+    height: '60',
+    thickness: '12',
+    quantity: '10',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 1
+  },
+  {
+    location: '4',
+    type: 'Type B',
+    length: '120',
+    height: '60',
+    thickness: '12',
+    quantity: '10',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 1
+  },
+  {
+    location: '5',
+    type: 'Type B',
+    length: '120',
+    height: '60',
+    thickness: '12',
+    quantity: '10',
+    entry_time: '2024-06-19 10:00:00',
+    batchnumber: '444',
+    shelf_status: 1
+  }
+  // Add more data as needed
+]);
diff --git a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java
index f85f7f8..710d964 100644
--- a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java
+++ b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/GlassInfoService.java
@@ -3,6 +3,7 @@
 import com.mes.glassinfo.entity.GlassInfo;
 import com.github.yulichang.base.MPJBaseService;
 import java.util.List;
+import java.util.Map;
 
 /**
  * <p>
@@ -22,5 +23,17 @@
        * 淇濆瓨灏忕墖琛�
        */
       void saveGlassInfo(List<GlassInfo> glassinfo);
+
+      int getGlassInfoCountByFlowCardId(String flowCardId);
+
+      /**
+       * @return
+       * 鏌ヨ鎵�鏈夊伐绋嬬姸鎬佷笉涓�300涓嶅悓娴佺▼鍗″彿
+       */
+      List<Map<String, Object>> getFlowCardId();
+
+
+
+
 }
 
diff --git a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/impl/GlassInfoServiceImpl.java b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/impl/GlassInfoServiceImpl.java
index 6e35509..41b9ddc 100644
--- a/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/impl/GlassInfoServiceImpl.java
+++ b/hangzhoumesParent/common/servicebase/src/main/java/com/mes/glassinfo/service/impl/GlassInfoServiceImpl.java
@@ -128,4 +128,7 @@
     }
 
 
+
+
+
 }
diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java
index aaaebcc..5281217 100644
--- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java
+++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java
@@ -52,6 +52,7 @@
      */
     List<Map<String, Object>> selectDownStorageCages();
 
+    List<DownStorageCageDetails> selectCacheMax();
 }
 
 

--
Gitblit v1.8.0