From 839957125186876493ceb3b96c553384cb1a76fe Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期三, 19 三月 2025 16:50:11 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/YiWuProject

---
 UI-Project/src/views/largescreendisplay/screendisplay.vue |   64 +++++++++++++++++++-------------
 1 files changed, 38 insertions(+), 26 deletions(-)

diff --git a/UI-Project/src/views/largescreendisplay/screendisplay.vue b/UI-Project/src/views/largescreendisplay/screendisplay.vue
index f308d1b..427749a 100644
--- a/UI-Project/src/views/largescreendisplay/screendisplay.vue
+++ b/UI-Project/src/views/largescreendisplay/screendisplay.vue
@@ -225,7 +225,7 @@
       style: {
         width: '15px',
         height: '15px',
-        backgroundColor: i % 2 === 0 ? '#911005' : 'blue',
+        backgroundColor: i % 2 === 0 ? '#911005' : '#911005',
         position: 'absolute',
         transform: `translate(0px, 0px)`
       }
@@ -243,7 +243,7 @@
       style: {
         width: '15px',
         height: '15px',
-        backgroundColor: i % 2 === 0 ? '#911005' : 'blue',
+        backgroundColor: i % 2 === 0 ? '#911005' : '#911005',
         position: 'absolute',
         transform: `translate(0px, 0px)`
       }
@@ -261,7 +261,7 @@
       style: {
         width: '15px',
         height: '15px',
-        backgroundColor: i % 2 === 0 ? '#911005' : 'blue',
+        backgroundColor: i % 2 === 0 ? '#911005' : '#911005',
         position: 'absolute',
         transform: `translate(0px, 0px)`
       }
@@ -385,27 +385,25 @@
 const iframe4 = ref(false);
 const handlehistorical4 = () => {
   iframe4.value = true;
-  
-  iframeUrl4.value =`${window.location.origin}/#/StockBasicData/stockhistory`;;
+  iframeUrl4.value =`${window.location.origin}/#/Caching/cachingbeforehistory`;
 };
 const iframeUrl5 = ref('');
 const iframe5 = ref(false);
 const handlehistorical5 = () => {
   iframe5.value = true;
-  iframeUrl5.value = `${window.location.origin}/#/hollow/hellowslicecagehistory`;
-  iframeUrl5.value = `${window.location.origin}/#/hollow/hellowslicecagehistory`;
+  iframeUrl5.value = `${window.location.origin}/#/Caching/cachingunhistory`;
 };
 const iframeUrl6 = ref('');
 const iframe6 = ref(false);
 const handlehistorical6 = () => {
   iframe6.value = true;
-  iframeUrl6.value =  `${window.location.origin}/#/Slicecage/slicecagehistory`;
+  iframeUrl6.value = `${window.location.origin}/#/Slicecage/slicecagehistory`;
 };
 const iframeUrl7 = ref('');
 const iframe7 = ref(false);
 const handlehistorical7 = () => {
   iframe7.value = true;
-  iframeUrl7.value = `${window.location.origin}/#/hollow/hellowquiptwohistory`;
+  iframeUrl7.value = `${window.location.origin}/#/hollow/hellowquiphistory`;
 };
 const iframeUrl8 = ref('');
 const iframe8 = ref(false);
@@ -417,7 +415,13 @@
 const iframe9 = ref(false);
 const handlehistorical9 = () => {
   iframe9.value = true;
-  iframeUrl9.value = `${window.location.origin}/#/largescreendisplay/statistics`;
+  iframeUrl9.value = `${window.location.origin}/#/hollow/hellowslicecagehistory`;
+};
+const iframeUrl10 = ref('');
+const iframe10 = ref(false);
+const handlehistorical10 = () => {
+  iframe10.value = true;
+  iframeUrl10.value = `${window.location.origin}/#/largescreendisplay/statistics`;
 };
 </script>
 <template>
@@ -443,12 +447,18 @@
     <el-dialog v-model="iframe7" top="10vh" width="95%">
       <iframe :src="iframeUrl7" marginwidth="2000px" marginheight="2000px" width="100%" height="750px" frameborder="0"></iframe>
     </el-dialog>
+    <el-dialog v-model="iframe8" top="10vh" width="95%">
+      <iframe :src="iframeUrl8" marginwidth="2000px" marginheight="2000px" width="100%" height="750px" frameborder="0"></iframe>
+    </el-dialog>
     <el-dialog v-model="iframe9" top="10vh" width="95%">
       <iframe :src="iframeUrl9" marginwidth="2000px" marginheight="2000px" width="100%" height="750px" frameborder="0"></iframe>
     </el-dialog>
+    <el-dialog v-model="iframe10" top="10vh" width="95%">
+      <iframe :src="iframeUrl10" marginwidth="2000px" marginheight="2000px" width="100%" height="750px" frameborder="0"></iframe>
+    </el-dialog>
     <!-- 鐢熶骇缁熻 -->
-    <div style="height: 190px;width: 88%;float: right;position: absolute;" @click="handlehistorical9">
-      <el-table height="700" ref="table" :data="productionVO"
+    <div style="height: 100px;width: 88%;float: right;position: absolute;" @click="handlehistorical10">
+      <el-table height="100" ref="table" :data="productionVO"
         :header-cell-style="{ background: '#F2F3F5 ', color: '#1D2129' }">
         <el-table-column prop="date" align="center" :label="$t('large.date')" min-width="70" />
         <el-table-column prop="countOutOne" align="center" :label="$t('large.countOutOne')" min-width="40" />
@@ -562,17 +572,19 @@
         style="position: relative;width: 110px;height: 100px;top: 603px;left: 297px;"></div>
     </div>
     <!-- 璁㈠崟鎯呭喌 -->
-    <div style="height: 190px;width: 48%;float: right;">
-      <!-- <div>
-        <el-button style="margin-top: 5px;margin-left: 50px;" id="searchButton" type="info" @click="handlehistorical1">{{ $t('large.historicaltasks1') }}</el-button>
-        <el-button style="margin-top: 5px;margin-left: 20px;" id="searchButton" type="info" @click="handlehistorical2">{{ $t('large.historicaltasks2') }}</el-button>
-        <el-button style="margin-top: 5px;margin-left: 20px;" id="searchButton" type="info" @click="handlehistorical3">{{ $t('large.historicaltasks3') }}</el-button>
-        <el-button style="margin-top: 5px;margin-left: 20px;" id="searchButton" type="info" @click="handlehistorical4">{{ $t('large.historicaltasks4') }}</el-button>
-        <el-button style="margin-top: 5px;margin-left: 20px;" id="searchButton" type="info" @click="handlehistorical5">{{ $t('large.historicaltasks5') }}</el-button>
-        <el-button style="margin-top: 5px;margin-left: 20px;" id="searchButton" type="info" @click="handlehistorical7">{{ $t('large.historicaltasks7') }}</el-button>
-        <el-button style="margin-top: 5px;margin-left: 20px;" id="searchButton" type="info" @click="handlehistorical6">{{ $t('large.historicaltasks6') }}</el-button>
-        <el-button style="margin-top: 5px;margin-left: 20px;" id="searchButton" type="info" @click="handlehistorical8">{{ $t('large.historicaltasks8') }}</el-button>
-      </div> -->
+    <div style="height: 190px;width: 52%;float: right;">
+      <div>
+        <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info" @click="handlehistorical1">{{ $t('large.historicaltasks1') }}</el-button>
+        <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info" @click="handlehistorical2">{{ $t('large.historicaltasks2') }}</el-button>
+        <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info" @click="handlehistorical3">{{ $t('large.historicaltasks3') }}</el-button>
+        <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info" @click="handlehistorical4">{{ $t('large.historicaltasks4') }}</el-button>
+        <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info" @click="handlehistorical5">{{ $t('large.historicaltasks5') }}</el-button>
+        <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info" @click="handlehistorical6">{{ $t('large.historicaltasks6') }}</el-button>
+        <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info" @click="handlehistorical7">{{ $t('large.historicaltasks7') }}</el-button>
+        <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info" @click="handlehistorical8">{{ $t('large.historicaltasks8') }}</el-button>
+        <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info" @click="handlehistorical9">{{ $t('large.historicaltasks9') }}</el-button>
+        
+      </div>
       <el-table height="700" ref="table" :data="orderDTOS"
         :header-cell-style="{ background: '#F2F3F5 ', color: '#1D2129' }">
         <el-table-column prop="orderId" align="center" :label="$t('large.orderId')" min-width="50" />
@@ -584,7 +596,7 @@
         <el-table-column prop="percent" align="center" :label="$t('large.percent')" min-width="50" />
         <el-table-column align="center" :label="$t('large.operate')" min-width="50">
           <template #default="scope">
-            <el-button type="primary" style="margin-left: 10px;margin-bottom: 10px;"
+            <el-button type="text" style="margin-left: 10px;margin-bottom: 10px;"
               @click="flowCardDetail(scope.row.orderId)">{{ $t('large.mes') }}</el-button>
           </template>
         </el-table-column>
@@ -622,8 +634,8 @@
   <el-dialog v-model="blinda" top="5vh" width="85%">
     <el-table height="650" ref="table" :data="tableData"
       :header-cell-style="{ background: '#F2F3F5 ', color: '#1D2129' }">
-      <el-table-column prop="processId" fixed align="center" :label="$t('large.processId')" min-width="110" />
-      <el-table-column prop="glassChild" align="center" :label="$t('large.productname')" min-width="110" />
+      <el-table-column prop="processId" fixed align="center" :label="$t('large.processId')" min-width="150" />
+      <el-table-column prop="glassChild" align="center" :label="$t('large.productname')" min-width="150" />
       <el-table-column prop="orderNumber" align="center" :label="$t('large.serialnumber')" min-width="110" />
       <el-table-column prop="technologyNumber" align="center" :label="$t('large.slicemarker')" min-width="110" />
       <el-table-column prop="width" align="center" :label="$t('large.width')" min-width="110" />

--
Gitblit v1.8.0