From 43d86830f4696c3ba2250a961d26377e1ff6cc32 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期三, 17 十二月 2025 10:39:43 +0800
Subject: [PATCH] 1、 查询是否除膜优化

---
 UI-Project/src/views/Slicecage/slicecage.vue |  168 +++++++++++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 149 insertions(+), 19 deletions(-)

diff --git a/UI-Project/src/views/Slicecage/slicecage.vue b/UI-Project/src/views/Slicecage/slicecage.vue
index 84d93f7..9a49a1c 100644
--- a/UI-Project/src/views/Slicecage/slicecage.vue
+++ b/UI-Project/src/views/Slicecage/slicecage.vue
@@ -51,10 +51,14 @@
 const adjustedRectsa = ref([]);
 const adjustedRectsb = ref([]);
 const adjustedRectsc = ref([]);
+const adjustedRectsd = ref([]);
+const adjustedRectse = ref([]);
 const subRectsCounts = ref([]);
 const subRectsCountsa = ref([]);
 const subRectsCountsb = ref([]);
 const subRectsCountsc = ref([]);
+const subRectsCountsd = ref([]);
+const subRectsCountse = ref([]);
 const currentRow = reactive({}); // 褰撳墠琛岀殑鏁版嵁 
 const showAlert = ref(false)
 const alertMessage = ref('')
@@ -81,6 +85,8 @@
 const cell2=ref(true);
 const cell3=ref(true);
 const cell4=ref(true);
+const cell5=ref(true);
+const cell6=ref(true);
 const canEdit = ref(true);
 const selectedRow = ref(null);
 const temperingtotal = ref(0);
@@ -780,7 +786,7 @@
   }
 };
 let socket = null;
-const socketUrl = `ws://${WebSocketHost}:${host}/api/cacheVerticalGlass/api/talk/slicecage`;
+const socketUrl = `ws://${window.ipConfig.serverUrl}/api/cacheVerticalGlass/api/talk/slicecage`;
 const handleMessage = (data) => {
   // 鎶ヨ淇℃伅
 if (data.alarmInfo[0] != null && data.alarmInfo[0].length > 0) {
@@ -916,11 +922,25 @@
     top: 53/55,
   }));
 subRectsCountsc.value = data.bigStorageCageInfos[0][4].map(rect => rect.count);
+adjustedRectsd.value = data.bigStorageCageInfos[0][5].map((rect, index) => ({
+    id: index + 1,
+    height: 20/55,
+    top: 53/55,
+  }));
+subRectsCountsd.value = data.bigStorageCageInfos[0][5].map(rect => rect.count);
+adjustedRectse.value = data.bigStorageCageInfos[0][6].map((rect, index) => ({
+    id: index + 1,
+    height: 20/55,
+    top: 53/55,
+  }));
+subRectsCountse.value = data.bigStorageCageInfos[0][6].map(rect => rect.count);
   }else{
     adjustedRects.value = '',
     adjustedRectsa.value = '',
     adjustedRectsb.value = '',
-    adjustedRectsc.value = ''
+    adjustedRectsc.value = '',
+    adjustedRectsd.value = '',
+    adjustedRectse.value = ''
   }
 };
 // 璁$畻姣忎釜澶х煩褰㈢殑鏍峰紡
@@ -1039,8 +1059,74 @@
   }
   return subRects;
 };
+// 璁$畻姣忎釜澶х煩褰㈢殑鏍峰紡
+const rectStyled = (rect, index) => ({
+  position: 'absolute',
+  width: '170px',
+  right: '0px',
+  top: `${index*rect.top}px`,
+  height: `${rect.height}px`,
+});
+// 璁$畻姣忎釜灏忕煩褰㈢殑鏍峰紡鍜屾暟閲�
+const getSubRectsd = (rectIndex) => {
+  const count = subRectsCountsd.value[rectIndex];
+  const subRects = [];
+  for (let i = 0; i < count; i++) {
+    subRects.push({});
+  }
+  return subRects;
+};
+// 璁$畻姣忎釜澶х煩褰㈢殑鏍峰紡
+const rectStylee = (rect, index) => ({
+  position: 'absolute',
+  width: '170px',
+  right: '0px',
+  top: `${index*rect.top}px`,
+  height: `${rect.height}px`,
+});
+// 璁$畻姣忎釜灏忕煩褰㈢殑鏍峰紡鍜屾暟閲�
+const getSubRectse = (rectIndex) => {
+  const count = subRectsCountse.value[rectIndex];
+  const subRects = [];
+  for (let i = 0; i < count; i++) {
+    subRects.push({});
+  }
+  return subRects;
+};
 // 璁$畻姣忎釜灏忕煩褰㈢殑鏍峰紡
 const subRectStylec = (rectIndex, subIndex) => {
+  const width = '18px';
+  const marginRight = '8px';
+  const totalWidth = 6 * (parseInt(width) + parseInt(marginRight));
+  const right = `${(subIndex * (parseInt(width) + parseInt(marginRight))) / totalWidth * 100}%`;
+  return {
+    position: 'absolute',
+    width,
+    height: '100%',
+    marginRight,
+    top: '0px',
+    backgroundColor: '#911005',
+    right,
+  };
+};
+// 璁$畻姣忎釜灏忕煩褰㈢殑鏍峰紡
+const subRectStyled = (rectIndex, subIndex) => {
+  const width = '18px';
+  const marginRight = '8px';
+  const totalWidth = 6 * (parseInt(width) + parseInt(marginRight));
+  const right = `${(subIndex * (parseInt(width) + parseInt(marginRight))) / totalWidth * 100}%`;
+  return {
+    position: 'absolute',
+    width,
+    height: '100%',
+    marginRight,
+    top: '0px',
+    backgroundColor: '#911005',
+    right,
+  };
+};
+// 璁$畻姣忎釜灏忕煩褰㈢殑鏍峰紡
+const subRectStylee = (rectIndex, subIndex) => {
   const width = '18px';
   const marginRight = '8px';
   const totalWidth = 6 * (parseInt(width) + parseInt(marginRight));
@@ -1162,6 +1248,7 @@
       <el-icon><WarnTriangleFilled /></el-icon>
       <span class="alert-text">
         {{ alertText }} (id:{{ alertMessage }})
+        <span class="confirm-text">{{ $t('hellow.pleaseConfirm') }}</span>
       </span>
     </div>
     <button @click="showAlert = false" class="close-btn">脳</button>
@@ -1179,7 +1266,7 @@
       style="width: 100%;"
     >
       <el-table-column prop="formattedCreateTime" align="center" :label="$t('film.createtime')" min-width="100" />
-      <el-table-column 
+      <el-table-column
        :label="$t('hellow.content')" 
        align="center" 
        min-width="220"
@@ -1258,7 +1345,7 @@
     ></div>
     </div>
     </div>
- <div v-show="cell2" style="width: 170px;height: 53px;position: relative;top:72px;left: 445px;">
+ <div v-show="cell2" style="width: 170px;height: 53px;position: relative;top:70px;left: 445px;">
     <div v-for="(rect, rectIndex) in adjustedRectsa" :key="rect.id" :style="rectStylea(rect, rectIndex)">
     <div
       v-for="(subRect, subIndex) in getSubRectsa(rectIndex)"
@@ -1267,7 +1354,7 @@
     ></div>
     </div>
     </div>
-  <div v-show="cell3" style="width: 170px;height: 53px;position: relative;top:81px;left: 445px;">
+  <div v-show="cell3" style="width: 170px;height: 53px;position: relative;top:76px;left: 445px;">
     <div v-for="(rect, rectIndex) in adjustedRectsb" :key="rect.id" :style="rectStyleb(rect, rectIndex)">
     <div
       v-for="(subRect, subIndex) in getSubRectsb(rectIndex)"
@@ -1276,12 +1363,30 @@
     ></div>
     </div>
     </div>
-  <div v-show="cell4" style="width: 170px;height: 53px;position: relative;top:89px;left: 445px;">
+  <div v-show="cell4" style="width: 170px;height: 53px;position: relative;top:84px;left: 445px;">
     <div v-for="(rect, rectIndex) in adjustedRectsc" :key="rect.id" :style="rectStylec(rect, rectIndex)">
     <div
       v-for="(subRect, subIndex) in getSubRectsc(rectIndex)"
       :key="subIndex"
       :style="subRectStylec(rectIndex, subIndex)"
+    ></div>
+    </div>
+    </div>
+  <div v-show="cell5" style="width: 170px;height: 53px;position: relative;top:-16px;left: 45px;">
+    <div v-for="(rect, rectIndex) in adjustedRectsd" :key="rect.id" :style="rectStyled(rect, rectIndex)">
+    <div
+      v-for="(subRect, subIndex) in getSubRectsd(rectIndex)"
+      :key="subIndex"
+      :style="subRectStyled(rectIndex, subIndex)"
+    ></div>
+    </div>
+    </div>
+  <div v-show="cell6" style="width: 170px;height: 53px;position: relative;top:-6px;left: 45px;">
+    <div v-for="(rect, rectIndex) in adjustedRectse" :key="rect.id" :style="rectStylee(rect, rectIndex)">
+    <div
+      v-for="(subRect, subIndex) in getSubRectse(rectIndex)"
+      :key="subIndex"
+      :style="subRectStylee(rectIndex, subIndex)"
     ></div>
     </div>
     </div>
@@ -1426,8 +1531,25 @@
     <el-button type="primary" style="margin-left: 10px;margin-bottom: 10px;" @click="fetchxianga">
       {{$t('reportmanage.inquire')}}</el-button>
   </div>
-    <el-table ref="table" style="margin-top: 20px;height: 700px;width: 1770px;" :data="tableDataa" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}">
-          <el-table-column prop="deviceId" align="center" :label="$t('searchOrder.cagenumber')" min-width="100" />
+<el-table 
+  ref="table" 
+  style="margin-top: 20px; height: 700px; width: 1770px; overflow-y: auto;"  
+  :data="tableDataa" 
+  :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}"
+  virtual-scroll 
+  :virtual-scroll-item-size="50" 
+  :virtual-scroll-offset="100"   
+  :row-height="50"  
+   :border="false"  
+  :lazy="true"     
+  :cell-style="{padding: '8px 0'}"  
+  :show-header-overflow="false"  
+  :show-overflow="false"         
+  :stripe="false"               
+  :selectable="false"           
+  :tooltip-effect="null"         
+>
+  <el-table-column prop="deviceId" align="center" :label="$t('searchOrder.cagenumber')" min-width="100" />
           <el-table-column prop="engineerId" align="center" :label="$t('searchOrder.projectnumber')" min-width="100" />
           <el-table-column prop="layer" align="center" :label="$t('processCard.layer')" min-width="50" />
           <el-table-column prop="slot" align="center" :label="$t('searchOrder.gridnumber')" min-width="150" />
@@ -1495,7 +1617,7 @@
      ></iframe>
   </el-dialog>
 <!-- 閽㈠寲鏌ヨ -->
-<el-dialog v-model="dialogFormVisiblec" top="5vh" width="85%" :title="$t('searchOrder.temperingqueries')">
+<el-dialog v-model="dialogFormVisiblec" top="5vh" width="90%" :title="$t('searchOrder.temperingqueries')">
   <div style="margin-bottom: 20px">
       <el-form>
         <el-row style="margin-top: -15px;margin-bottom: -2px;">
@@ -1535,16 +1657,17 @@
         </el-row>
       </el-form>
     </div>
-    <el-table  ref="table" style="margin-top: 20px;height: 500px;"
+    <el-table  ref="table" style="margin-top: 20px;height: 600px;"
         :data="tableDatagh" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}">
-          <el-table-column prop="engineerId" fixed align="center" :label="$t('searchOrder.projectnumber')" min-width="150"/>
-          <el-table-column prop="thickness" align="center" :label="$t('basicData.thickness')" min-width="150" />
-          <el-table-column prop="filmsId" align="center" :label="$t('basicData.coatingtypes')" min-width="150" />
-          <el-table-column prop="temperingLayoutId" align="center" :label="$t('searchOrder.layoutnumber')" min-width="120" />
-          <el-table-column prop="totalCount" align="center" :label="$t('searchOrder.allnumber')" min-width="150" />
-          <el-table-column prop="realCount" align="center" :label="$t('searchOrder.numbercages')" min-width="150" />
-          <el-table-column prop="lackCount" align="center" :label="$t('searchOrder.missingquantity')" min-width="150" />
-          <el-table-column prop="damageCount" align="center" :label="$t('searchOrder.breakquantity')" min-width="150" />
+          <el-table-column prop="engineerId" fixed align="center" :label="$t('searchOrder.projectnumber')" min-width="100"/>
+          <el-table-column prop="engineerName" fixed align="center" :label="$t('large.engineername')" min-width="120"/>
+          <el-table-column prop="thickness" align="center" :label="$t('basicData.thickness')" min-width="100" />
+          <el-table-column prop="filmsId" align="center" :label="$t('basicData.coatingtypes')" min-width="100" />
+          <el-table-column prop="temperingLayoutId" align="center" :label="$t('searchOrder.layoutnumber')" min-width="100" />
+          <el-table-column prop="totalCount" align="center" :label="$t('searchOrder.allnumber')" min-width="100" />
+          <el-table-column prop="realCount" align="center" :label="$t('searchOrder.numbercages')" min-width="100" />
+          <el-table-column prop="lackCount" align="center" :label="$t('searchOrder.missingquantity')" min-width="100" />
+          <el-table-column prop="damageCount" align="center" :label="$t('searchOrder.breakquantity')" min-width="120" />
           <el-table-column fixed="right" :label="$t('searchOrder.operate')" align="center" width="500">
             <template #default="scope">
               <el-button type="text" plain @click="brokee(scope.row,1)">{{ $t('searchOrder.specifytempering') }}</el-button>
@@ -1809,7 +1932,7 @@
 .img-dlpl{
   margin-left: 20px;
   margin-top: 0px;
-  background-image:url('/ganghuaqian.png');
+  background-image:url('/src/assets/ganghuaqian.png');
   background-repeat: no-repeat;
   background-attachment: local;
   min-height: 380px;
@@ -1913,4 +2036,11 @@
 .el-loading-mask {
   z-index: 2000 !important;
 }
+.confirm-text {
+  color: rgb(242, 121, 8);
+  display: block; /* 寮哄埗鎹㈣ */
+  text-align: center; /* 姘村钩灞呬腑 */
+  margin-top: 4px; /* 涓庝笂涓�琛屼繚鎸侀棿璺� */
+  font-weight: 500; /* 鍔犵矖绐佸嚭 */
+}
 </style>
\ No newline at end of file

--
Gitblit v1.8.0