From 5725c89e4bfe7f91e9cf2cce9c2cd1734b02ec57 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期四, 13 三月 2025 17:05:37 +0800
Subject: [PATCH] 所有模块历史任务

---
 UI-Project/src/views/Returns/upreturns.vue            |   59 +---
 UI-Project/src/views/Caching/cachingbeforehistory.vue |    1 
 UI-Project/src/views/Returns/upreturnhistory.vue      |   92 ++++---
 UI-Project/src/views/Returns/upreturnhistory2.vue     |  470 +++++++++++++++++++++---------------------
 UI-Project/src/views/Caching/cachingunhistory.vue     |    1 
 UI-Project/src/views/StockBasicData/stockhistory.vue  |   12 
 6 files changed, 313 insertions(+), 322 deletions(-)

diff --git a/UI-Project/src/views/Caching/cachingbeforehistory.vue b/UI-Project/src/views/Caching/cachingbeforehistory.vue
index 8fe05a9..793ecbe 100644
--- a/UI-Project/src/views/Caching/cachingbeforehistory.vue
+++ b/UI-Project/src/views/Caching/cachingbeforehistory.vue
@@ -173,6 +173,7 @@
       endTime: (timeRange.value && timeRange.value[1]) || '',
     })
       if (response.code == 200) {
+        currentPage2.value = 1;
         ElMessage.success(response.message);
         tableDatax.value = response.data.records;
         totalRecords.value = response.data.total/2 || 0
diff --git a/UI-Project/src/views/Caching/cachingunhistory.vue b/UI-Project/src/views/Caching/cachingunhistory.vue
index 7231a9b..3714311 100644
--- a/UI-Project/src/views/Caching/cachingunhistory.vue
+++ b/UI-Project/src/views/Caching/cachingunhistory.vue
@@ -174,6 +174,7 @@
         endTime: (timeRange.value && timeRange.value[1]) || '',
     })
       if (response.code == 200) {
+        currentPage2.value = 1;
         ElMessage.success(response.message);
         tableDatax.value = response.data.records;
         totalRecords.value = response.data.total/2 || 0
diff --git a/UI-Project/src/views/Returns/upreturnhistory.vue b/UI-Project/src/views/Returns/upreturnhistory.vue
index 4641812..4977bc6 100644
--- a/UI-Project/src/views/Returns/upreturnhistory.vue
+++ b/UI-Project/src/views/Returns/upreturnhistory.vue
@@ -6,18 +6,12 @@
     <el-input v-model="rawGlassThickness" clearable style="margin-left: 10px;margin-bottom: 10px;width: 200px;" :placeholder="$t('Mounting.thickness')" />
     <el-input v-model="rawGlassfilmsId" clearable style="margin-left: 10px;margin-bottom: 10px;width: 200px;" :placeholder="$t('workOrder.coatingtypesbe')" />
     <el-input v-model="slot" clearable style="margin-left: 10px;margin-bottom: 10px;width: 200px;" :placeholder="$t('workOrder.upnumber')" />
-    <el-select 
-            :placeholder="$t('searchOrder.taskstatus')"
-             clearable
-             style="width: 270px;margin-left: 10px;"  
-             v-model="taskStateList">
-               <el-option
-                v-for="item in optionsa"
-                :key="item.value"
-                :label="item.label"
-                :value="item.value"
-              />
-          </el-select>
+    <el-select v-model="selectValuesa[0]" filterable :placeholder="$t('searchOrder.taskstatus')" clearable
+        style="width: 200px;margin-left: 10px;">
+        <el-option :label="$t('searchOrder.empty')" value="0"></el-option>
+        <el-option :label="$t('film.execution')" value="1"></el-option>
+        <el-option :label="$t('searchOrder.endtask')" value="2"></el-option>
+      </el-select>
             <el-date-picker v-model="timeRange" type="datetimerange" range-separator="鑷�" :start-placeholder="$t('reportmanage.starttime')" 
              style="margin-left: 15px;" value-format = "YYYY-MM-DD hh:mm:ss"
               :end-placeholder="$t('reportmanage.endtime')">
@@ -28,7 +22,8 @@
       <el-table-column prop="rawGlassWidth" align="center" :label="$t('Mounting.width')" min-width="80" />
       <el-table-column prop="rawGlassHeight" align="center" :label="$t('Mounting.height')" min-width="80" />
       <el-table-column prop="rawGlassThickness" align="center" :label="$t('Mounting.thickness')" min-width="80" />
-      <el-table-column prop="slot" align="center" :label="$t('workOrder.upnumber')" min-width="80" />
+    <el-table-column prop="rawGlassFilmsId" align="center" :label="$t('basicData.coatingtypes')" min-width="80" />
+    <el-table-column prop="slot" align="center" :label="$t('workOrder.upnumber')" min-width="80" />
       <el-table-column prop="totalCount" align="center" :label="$t('basicData.tonumber')" min-width="80" />
       <el-table-column prop="finishCount" align="center" :label="$t('basicData.finishnumber')" min-width="80" />
       <el-table-column prop="damageCount" align="center" :label="$t('hellow.damagenumber')" min-width="80" />
@@ -44,7 +39,7 @@
         </el-tag>  
       </template> 
           </el-table-column>
-          <el-table-column
+          <!-- <el-table-column
             align="center"
             :label="$t('sorter.taskRunning')"
             min-width="80"
@@ -55,7 +50,7 @@
           {{ getStatusTexta(scope.row.taskRunning) }}  
         </el-tag>  
       </template> 
-          </el-table-column>
+          </el-table-column> -->
           <el-table-column prop="formattedCreateTime" align="center" :label="$t('reportmanage.starttime')" min-width="100" />
           <el-table-column prop="formattedUpdateTime" align="center" :label="$t('reportmanage.endtime')" min-width="100" />
         </el-table>
@@ -87,7 +82,7 @@
 const globalDate = inject('globalDate');
 const router = useRouter()
 const timeRange = ref([])
-const taskStateList = reactive([]);
+const selectValuesa = reactive([]);
 const tableDatax = ref([])
 const currentPage2 = ref(1)
 const totalRecords = ref(0)
@@ -107,9 +102,9 @@
         rawGlassThickness: '',
         rawGlassWidth: '',
         rawGlassfilmsId: '',
-        slot: '',
+        slot: 0,
         station: 1,
-        taskStateList: '',
+        taskStateList: [],
         beginDate: startTime,
         endDate: getglobalDate
     })
@@ -140,20 +135,32 @@
 };
 const historicala = async (page) => {
   try { 
+let pslot= ''
+let celllist=[]
+if(selectValuesa[0]!=null&&selectValuesa[0]!='undefined'){
+  if(selectValuesa[0]!=""){
+    celllist=[selectValuesa[0]];
+  }
+}
+if(slot.value != ""){
+  pslot = slot.value
+}else{
+  pslot = '0'
+}
   let page = window.localStorage.getItem('pagenumber')
   let startTime = window.localStorage.getItem('startTime')
       const response = await request.post("/loadGlass/loadglassdevicetaskhistory/queryLoadGlassHistoryTask", {
         pageNo: page,
         pageSize: 20,
-        rawGlassHeight: '',
-        rawGlassThickness: '',
-        rawGlassWidth: '',
-        rawGlassfilmsId: '',
-        slot: '',
+        rawGlassHeight: rawGlassHeight.value,
+        rawGlassThickness: rawGlassThickness.value,
+        rawGlassWidth: rawGlassWidth.value,
+        rawGlassfilmsId: rawGlassfilmsId.value,
+        slot: pslot,
         station: 1,
-        taskStateList: '',
-        beginDate: startTime,
-        endDate: getglobalDate
+        taskStateList: celllist,
+        beginDate: (timeRange.value && timeRange.value[0]) || '',
+        endDate: (timeRange.value && timeRange.value[1]) || '',
     })
       if (response.code == 200) {
         ElMessage.success(response.message);
@@ -176,6 +183,18 @@
 // 鍘嗗彶鏌ヨ鐐瑰嚮
 const sethistorical = async () => {
   try { 
+let pslot= ''
+let celllist=[]
+if(selectValuesa[0]!=null&&selectValuesa[0]!='undefined'){
+  if(selectValuesa[0]!=""){
+    celllist=[selectValuesa[0]];
+  }
+}
+if(slot.value != ""){
+  pslot = slot.value
+}else{
+  pslot = '0'
+}
   let startTime = window.localStorage.getItem('startTime')
   let page = window.localStorage.getItem('pagenumber')
   console.log(page);
@@ -186,13 +205,14 @@
         rawGlassThickness: rawGlassThickness.value,
         rawGlassWidth: rawGlassWidth.value,
         rawGlassfilmsId: rawGlassfilmsId.value,
-        slot: slot.value,
+        slot: pslot,
         station: 1,
-        taskStateList: '',
+        taskStateList: celllist,
         beginDate: (timeRange.value && timeRange.value[0]) || '',
         endDate: (timeRange.value && timeRange.value[1]) || '',
     })
       if (response.code == 200) {
+        currentPage2.value = 1
         ElMessage.success(response.message);
         const formattedData = response.data.records.map(record => ({
         ...record,
@@ -238,7 +258,7 @@
     case 1: 
       return 'success';  
     case 2: 
-      return 'success';  
+      return 'info';  
   }  
 }
 function getStatusTextb(taskState: number) {
@@ -267,20 +287,6 @@
     return t('basicData.up');
   }  
 }
-const optionsa = [
-  {
-    value: 0,
-    label: t('searchOrder.empty'),
-  },
-  {
-    value: 1,
-    label: t('film.execution'),
-  },
-  {
-    value: 2,
-    label: t('searchOrder.endtask'),
-  }
-]
 onMounted(() => {
   parseAndSetTime();
   historical();
diff --git a/UI-Project/src/views/Returns/upreturnhistory2.vue b/UI-Project/src/views/Returns/upreturnhistory2.vue
index ae762e4..c41b466 100644
--- a/UI-Project/src/views/Returns/upreturnhistory2.vue
+++ b/UI-Project/src/views/Returns/upreturnhistory2.vue
@@ -1,78 +1,73 @@
 <template>  
-    <div>  
-  <div style="display: flex;width: 1770px;">
-    <el-input v-model="rawGlassWidth" clearable style="margin-left: 10px;margin-bottom: 10px;width: 200px;" :placeholder="$t('Mounting.width')" />
-    <el-input v-model="rawGlassHeight" clearable style="margin-left: 10px;margin-bottom: 10px;width: 200px;" :placeholder="$t('Mounting.height')" />
-    <el-input v-model="rawGlassThickness" clearable style="margin-left: 10px;margin-bottom: 10px;width: 200px;" :placeholder="$t('Mounting.thickness')" />
-    <el-input v-model="rawGlassfilmsId" clearable style="margin-left: 10px;margin-bottom: 10px;width: 200px;" :placeholder="$t('workOrder.coatingtypesbe')" />
-    <el-input v-model="slot" clearable style="margin-left: 10px;margin-bottom: 10px;width: 200px;" :placeholder="$t('workOrder.upnumber')" />
-    <el-select 
-            :placeholder="$t('searchOrder.taskstatus')"
-             clearable
-             style="width: 270px;margin-left: 10px;"  
-             v-model="taskStateList">
-               <el-option
-                v-for="item in optionsa"
-                :key="item.value"
-                :label="item.label"
-                :value="item.value"
-              />
-          </el-select>
-            <el-date-picker v-model="timeRange" type="datetimerange" range-separator="鑷�" :start-placeholder="$t('reportmanage.starttime')" 
-             style="margin-left: 15px;" value-format = "YYYY-MM-DD hh:mm:ss"
-              :end-placeholder="$t('reportmanage.endtime')">
-            </el-date-picker>
-          <el-button type="primary" style="margin-left: 10px;margin-bottom: 10px;" @click="sethistorical()">{{$t('reportmanage.inquire')}}</el-button>
-     </div>
-        <el-table ref="table" style="margin-top: 20px;height: 580px;width: 1770px;" :data="tableDatax" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}">
-      <el-table-column prop="rawGlassWidth" align="center" :label="$t('Mounting.width')" min-width="80" />
-      <el-table-column prop="rawGlassHeight" align="center" :label="$t('Mounting.height')" min-width="80" />
-      <el-table-column prop="rawGlassThickness" align="center" :label="$t('Mounting.thickness')" min-width="80" />
-      <el-table-column prop="slot" align="center" :label="$t('workOrder.upnumber')" min-width="80" />
-      <el-table-column prop="totalCount" align="center" :label="$t('basicData.tonumber')" min-width="80" />
-      <el-table-column prop="finishCount" align="center" :label="$t('basicData.finishnumber')" min-width="80" />
-      <el-table-column prop="damageCount" align="center" :label="$t('hellow.damagenumber')" min-width="80" />
-          <el-table-column
-            align="center"
-            :label="$t('film.taskstatus')"
-            min-width="80"
-            prop="taskState"
-          >
-          <template #default="scope">  
-        <el-tag :type="getStatusTypeb(scope.row.taskState)">  
-          {{ getStatusTextb(scope.row.taskState) }}  
-        </el-tag>  
-      </template> 
-          </el-table-column>
-          <el-table-column
-            align="center"
-            :label="$t('sorter.taskRunning')"
-            min-width="80"
-            prop="taskRunning"
-          >
-          <template #default="scope">  
-        <el-tag :type="getStatusTypea(scope.row.taskRunning)">  
-          {{ getStatusTexta(scope.row.taskRunning) }}  
-        </el-tag>  
-      </template> 
-          </el-table-column>
-          <el-table-column prop="formattedCreateTime" align="center" :label="$t('reportmanage.starttime')" min-width="100" />
-          <el-table-column prop="formattedUpdateTime" align="center" :label="$t('reportmanage.endtime')" min-width="100" />
-        </el-table>
-  <div style="margin-top: 20px;margin-left: 40%;">
-        <el-pagination
-          v-model:current-page="currentPage2"
-          :page-size="pageSize"
-          :size="large"
-          :disabled="disabled"
-          layout="prev, pager, next, jumper"
-          :total="totalRecords"
-          @current-change="handlePageChange2"
-          style="margin-top: 10px;"
-      />
-    </div>
+  <div>  
+<div style="display: flex;width: 1770px;">
+  <el-input v-model="rawGlassWidth" clearable style="margin-left: 10px;margin-bottom: 10px;width: 200px;" :placeholder="$t('Mounting.width')" />
+  <el-input v-model="rawGlassHeight" clearable style="margin-left: 10px;margin-bottom: 10px;width: 200px;" :placeholder="$t('Mounting.height')" />
+  <el-input v-model="rawGlassThickness" clearable style="margin-left: 10px;margin-bottom: 10px;width: 200px;" :placeholder="$t('Mounting.thickness')" />
+  <el-input v-model="rawGlassfilmsId" clearable style="margin-left: 10px;margin-bottom: 10px;width: 200px;" :placeholder="$t('workOrder.coatingtypesbe')" />
+  <el-input v-model="slot" clearable style="margin-left: 10px;margin-bottom: 10px;width: 200px;" :placeholder="$t('workOrder.upnumber')" />
+  <el-select v-model="selectValuesa[0]" filterable :placeholder="$t('searchOrder.taskstatus')" clearable
+      style="width: 200px;margin-left: 10px;">
+      <el-option :label="$t('searchOrder.empty')" value="0"></el-option>
+      <el-option :label="$t('film.execution')" value="1"></el-option>
+      <el-option :label="$t('searchOrder.endtask')" value="2"></el-option>
+    </el-select>
+          <el-date-picker v-model="timeRange" type="datetimerange" range-separator="鑷�" :start-placeholder="$t('reportmanage.starttime')" 
+           style="margin-left: 15px;" value-format = "YYYY-MM-DD hh:mm:ss"
+            :end-placeholder="$t('reportmanage.endtime')">
+          </el-date-picker>
+        <el-button type="primary" style="margin-left: 10px;margin-bottom: 10px;" @click="sethistorical()">{{$t('reportmanage.inquire')}}</el-button>
+   </div>
+      <el-table ref="table" style="margin-top: 20px;height: 580px;width: 1770px;" :data="tableDatax" :header-cell-style="{background:'#F2F3F5 ',color:'#1D2129'}">
+    <el-table-column prop="rawGlassWidth" align="center" :label="$t('Mounting.width')" min-width="80" />
+    <el-table-column prop="rawGlassHeight" align="center" :label="$t('Mounting.height')" min-width="80" />
+    <el-table-column prop="rawGlassThickness" align="center" :label="$t('Mounting.thickness')" min-width="80" />
+    <el-table-column prop="rawGlassFilmsId" align="center" :label="$t('basicData.coatingtypes')" min-width="80" />
+    <el-table-column prop="slot" align="center" :label="$t('workOrder.upnumber')" min-width="80" />
+    <el-table-column prop="totalCount" align="center" :label="$t('basicData.tonumber')" min-width="80" />
+    <el-table-column prop="finishCount" align="center" :label="$t('basicData.finishnumber')" min-width="80" />
+    <el-table-column prop="damageCount" align="center" :label="$t('hellow.damagenumber')" min-width="80" />
+        <el-table-column
+          align="center"
+          :label="$t('film.taskstatus')"
+          min-width="80"
+          prop="taskState"
+        >
+        <template #default="scope">  
+      <el-tag :type="getStatusTypeb(scope.row.taskState)">  
+        {{ getStatusTextb(scope.row.taskState) }}  
+      </el-tag>  
+    </template> 
+        </el-table-column>
+        <!-- <el-table-column
+          align="center"
+          :label="$t('sorter.taskRunning')"
+          min-width="80"
+          prop="taskRunning"
+        >
+        <template #default="scope">  
+      <el-tag :type="getStatusTypea(scope.row.taskRunning)">  
+        {{ getStatusTexta(scope.row.taskRunning) }}  
+      </el-tag>  
+    </template> 
+        </el-table-column> -->
+        <el-table-column prop="formattedCreateTime" align="center" :label="$t('reportmanage.starttime')" min-width="100" />
+        <el-table-column prop="formattedUpdateTime" align="center" :label="$t('reportmanage.endtime')" min-width="100" />
+      </el-table>
+<div style="margin-top: 20px;margin-left: 40%;">
+      <el-pagination
+        v-model:current-page="currentPage2"
+        :page-size="pageSize"
+        :size="large"
+        :disabled="disabled"
+        layout="prev, pager, next, jumper"
+        :total="totalRecords"
+        @current-change="handlePageChange2"
+        style="margin-top: 10px;"
+    />
   </div>
-  </template>  
+</div>
+</template>  
 <script lang="ts" setup>
 import {useI18n} from 'vue-i18n'
 import {useRouter} from "vue-router"
@@ -87,7 +82,7 @@
 const globalDate = inject('globalDate');
 const router = useRouter()
 const timeRange = ref([])
-const taskStateList = reactive([]);
+const selectValuesa = reactive([]);
 const tableDatax = ref([])
 const currentPage2 = ref(1)
 const totalRecords = ref(0)
@@ -98,193 +93,204 @@
 const slot = ref('');
 let getglobalDate = window.localStorage.getItem('getglobalDate')
 const historical = async () => {
-  try {
-  let startTime = window.localStorage.getItem('startTime')
-      const response = await request.post("/loadGlass/loadglassdevicetaskhistory/queryLoadGlassHistoryTask", {
-        pageNo: 1,
-        pageSize: 20,
-        rawGlassHeight: '',
-        rawGlassThickness: '',
-        rawGlassWidth: '',
-        rawGlassfilmsId: '',
-        slot: '',
-        station: 2,
-        taskStateList: '',
-        beginDate: startTime,
-        endDate: getglobalDate
-    })
-      if (response.code == 200) {
+try {
+let startTime = window.localStorage.getItem('startTime')
+    const response = await request.post("/loadGlass/loadglassdevicetaskhistory/queryLoadGlassHistoryTask", {
+      pageNo: 1,
+      pageSize: 20,
+      rawGlassHeight: '',
+      rawGlassThickness: '',
+      rawGlassWidth: '',
+      rawGlassfilmsId: '',
+      slot: 0,
+      station: 2,
+      taskStateList: [],
+      beginDate: startTime,
+      endDate: getglobalDate
+  })
+    if (response.code == 200) {
+        currentPage2.value = 1
         ElMessage.success(response.message);
-        const formattedData = response.data.records.map(record => ({
-        ...record,
-        formattedCreateTime: formatTimestamp(record.createTime),
-        formattedUpdateTime: formatTimestamp(record.updateTime),
-      }));
-        // tableDatax.value = response.data.records;
-        tableDatax.value = formattedData;
-        console.log(response.data.pages);
-        totalRecords.value = response.data.total/2 || 0
-      } else {
-        ElMessage.error(response.message);
-    }
+      const formattedData = response.data.records.map(record => ({
+      ...record,
+      formattedCreateTime: formatTimestamp(record.createTime),
+      formattedUpdateTime: formatTimestamp(record.updateTime),
+    }));
+      // tableDatax.value = response.data.records;
+      tableDatax.value = formattedData;
+      console.log(response.data.pages);
+      totalRecords.value = response.data.total/2 || 0
+    } else {
+      ElMessage.error(response.message);
+  }
 }
 catch (error) {
-    console.error(error);
-  }
+  console.error(error);
+}
 }
 const handlePageChange2 = (newPage) => {
-  currentPage2.value = newPage;
-  console.log(currentPage2.value);
-  window.localStorage.setItem('pagenumber', currentPage2.value)
-  historicala(currentPage2.value);
+currentPage2.value = newPage;
+console.log(currentPage2.value);
+window.localStorage.setItem('pagenumber', currentPage2.value)
+historicala(currentPage2.value);
 };
 const historicala = async (page) => {
-  try { 
-  let page = window.localStorage.getItem('pagenumber')
-  let startTime = window.localStorage.getItem('startTime')
-      const response = await request.post("/loadGlass/loadglassdevicetaskhistory/queryLoadGlassHistoryTask", {
-        pageNo: page,
-        pageSize: 20,
-        rawGlassHeight: '',
-        rawGlassThickness: '',
-        rawGlassWidth: '',
-        rawGlassfilmsId: '',
-        slot: '',
-        station: 2,
-        taskStateList: '',
-        beginDate: startTime,
-        endDate: getglobalDate
-    })
-      if (response.code == 200) {
-        ElMessage.success(response.message);
-        const formattedData = response.data.records.map(record => ({
-        ...record,
-        formattedCreateTime: formatTimestamp(record.createTime),
-        formattedUpdateTime: formatTimestamp(record.updateTime),
-      }));
-        // tableDatax.value = response.data.records;
-        tableDatax.value = formattedData;
-        totalRecords.value = response.data.total/2 || 0
-      } else {
-        ElMessage.error(response.message);
-    }
+try { 
+let pslot= ''
+let celllist=[]
+if(selectValuesa[0]!=null&&selectValuesa[0]!='undefined'){
+if(selectValuesa[0]!=""){
+  celllist=[selectValuesa[0]];
+}
+}
+if(slot.value != ""){
+pslot = slot.value
+}else{
+pslot = '0'
+}
+let page = window.localStorage.getItem('pagenumber')
+let startTime = window.localStorage.getItem('startTime')
+    const response = await request.post("/loadGlass/loadglassdevicetaskhistory/queryLoadGlassHistoryTask", {
+      pageNo: page,
+      pageSize: 20,
+      rawGlassHeight: rawGlassHeight.value,
+      rawGlassThickness: rawGlassThickness.value,
+      rawGlassWidth: rawGlassWidth.value,
+      rawGlassfilmsId: rawGlassfilmsId.value,
+      slot: pslot,
+      station: 2,
+      taskStateList: celllist,
+      beginDate: (timeRange.value && timeRange.value[0]) || '',
+      endDate: (timeRange.value && timeRange.value[1]) || '',
+  })
+    if (response.code == 200) {
+      ElMessage.success(response.message);
+      const formattedData = response.data.records.map(record => ({
+      ...record,
+      formattedCreateTime: formatTimestamp(record.createTime),
+      formattedUpdateTime: formatTimestamp(record.updateTime),
+    }));
+      // tableDatax.value = response.data.records;
+      tableDatax.value = formattedData;
+      totalRecords.value = response.data.total/2 || 0
+    } else {
+      ElMessage.error(response.message);
+  }
 }
 catch (error) {
-    console.error(error);
-  }
+  console.error(error);
+}
 }
 // 鍘嗗彶鏌ヨ鐐瑰嚮
 const sethistorical = async () => {
-  try { 
-  let startTime = window.localStorage.getItem('startTime')
-  let page = window.localStorage.getItem('pagenumber')
-  console.log(page);
-  const response = await request.post("/loadGlass/loadglassdevicetaskhistory/queryLoadGlassHistoryTask", {
-        pageNo: 1,
-        pageSize: 20,
-        rawGlassHeight: rawGlassHeight.value,
-        rawGlassThickness: rawGlassThickness.value,
-        rawGlassWidth: rawGlassWidth.value,
-        rawGlassfilmsId: rawGlassfilmsId.value,
-        slot: slot.value,
-        station: 2,
-        taskStateList: '',
-        beginDate: (timeRange.value && timeRange.value[0]) || '',
-        endDate: (timeRange.value && timeRange.value[1]) || '',
-    })
-      if (response.code == 200) {
-        ElMessage.success(response.message);
-        const formattedData = response.data.records.map(record => ({
-        ...record,
-        formattedCreateTime: formatTimestamp(record.createTime),
-        formattedUpdateTime: formatTimestamp(record.updateTime),
-      }));
-        // tableDatax.value = response.data.records;
-        tableDatax.value = formattedData;
-        totalRecords.value = response.data.total/2 || 0
-      } else {
-        ElMessage.error(response.message);
-    }
+try { 
+let pslot= ''
+let celllist=[]
+if(selectValuesa[0]!=null&&selectValuesa[0]!='undefined'){
+if(selectValuesa[0]!=""){
+  celllist=[selectValuesa[0]];
+}
+}
+if(slot.value != ""){
+pslot = slot.value
+}else{
+pslot = '0'
+}
+let startTime = window.localStorage.getItem('startTime')
+let page = window.localStorage.getItem('pagenumber')
+console.log(page);
+const response = await request.post("/loadGlass/loadglassdevicetaskhistory/queryLoadGlassHistoryTask", {
+      pageNo: 1,
+      pageSize: 20,
+      rawGlassHeight: rawGlassHeight.value,
+      rawGlassThickness: rawGlassThickness.value,
+      rawGlassWidth: rawGlassWidth.value,
+      rawGlassfilmsId: rawGlassfilmsId.value,
+      slot: pslot,
+      station: 2,
+      taskStateList: celllist,
+      beginDate: (timeRange.value && timeRange.value[0]) || '',
+      endDate: (timeRange.value && timeRange.value[1]) || '',
+  })
+    if (response.code == 200) {
+      ElMessage.success(response.message);
+      const formattedData = response.data.records.map(record => ({
+      ...record,
+      formattedCreateTime: formatTimestamp(record.createTime),
+      formattedUpdateTime: formatTimestamp(record.updateTime),
+    }));
+      // tableDatax.value = response.data.records;
+      tableDatax.value = formattedData;
+      totalRecords.value = response.data.total/2 || 0
+    } else {
+      ElMessage.error(response.message);
+  }
 }
 catch (error) {
-    console.error(error);
-  }
+  console.error(error);
+}
 }
 // 鏍煎紡鍖栨椂闂存埑涓哄勾鏈堟棩鏃堕棿瀛楃涓茬殑鍑芥暟
 function formatTimestamp(timestamp) {
-  const date = new Date(timestamp);
-  const year = date.getFullYear();
-  const month = String(date.getMonth() + 1).padStart(2, '0'); // 鏈堜唤浠�0寮�濮嬶紝闇�瑕佸姞1锛屽苟琛ラ浂
-  const day = String(date.getDate()).padStart(2, '0'); // 琛ラ浂
-  const hours = String(date.getHours()).padStart(2, '0'); // 琛ラ浂锛堝鏋滈渶瑕佹樉绀烘椂闂达級
-  const minutes = String(date.getMinutes()).padStart(2, '0'); // 琛ラ浂锛堝鏋滈渶瑕佹樉绀烘椂闂达級
-  const seconds = String(date.getSeconds()).padStart(2, '0'); // 琛ラ浂锛堝鏋滈渶瑕佹樉绀烘椂闂达級
-  return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
+const date = new Date(timestamp);
+const year = date.getFullYear();
+const month = String(date.getMonth() + 1).padStart(2, '0'); // 鏈堜唤浠�0寮�濮嬶紝闇�瑕佸姞1锛屽苟琛ラ浂
+const day = String(date.getDate()).padStart(2, '0'); // 琛ラ浂
+const hours = String(date.getHours()).padStart(2, '0'); // 琛ラ浂锛堝鏋滈渶瑕佹樉绀烘椂闂达級
+const minutes = String(date.getMinutes()).padStart(2, '0'); // 琛ラ浂锛堝鏋滈渶瑕佹樉绀烘椂闂达級
+const seconds = String(date.getSeconds()).padStart(2, '0'); // 琛ラ浂锛堝鏋滈渶瑕佹樉绀烘椂闂达級
+return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
 }
 // 鏍煎紡鍖栧悗绔椂闂村苟璁$畻涓�鍛ㄥ墠鐨勬椂闂�
 const defaultTime = ref<[Date, Date]>([new Date(), new Date()]);
 function parseAndSetTime() {
-  const backendTime = new Date(getglobalDate);
-  const oneWeekAgo = new Date(backendTime.getTime() - 7 * 24 * 60 * 60 * 1000); // 鍑忓幓7澶�
-  console.log(formatTimestamp(oneWeekAgo));
-  console.log(oneWeekAgo);
-  timeRange.value = [formatTimestamp(oneWeekAgo), formatTimestamp(backendTime)];
-  window.localStorage.setItem('startTime', formatTimestamp(oneWeekAgo))
+const backendTime = new Date(getglobalDate);
+const oneWeekAgo = new Date(backendTime.getTime() - 7 * 24 * 60 * 60 * 1000); // 鍑忓幓7澶�
+console.log(formatTimestamp(oneWeekAgo));
+console.log(oneWeekAgo);
+timeRange.value = [formatTimestamp(oneWeekAgo), formatTimestamp(backendTime)];
+window.localStorage.setItem('startTime', formatTimestamp(oneWeekAgo))
 }
 function getStatusTypeb(taskState: number) {  
-  switch (taskState) {  
-    case 0:
-      return 'primary';  
-    case 1: 
-      return 'success';  
-    case 2: 
-      return 'success';  
-  }  
+switch (taskState) {  
+  case 0:
+    return 'primary';  
+  case 1: 
+    return 'success';  
+  case 2: 
+    return 'info';  
+}  
 }
 function getStatusTextb(taskState: number) {
-  switch (taskState) {
-    case 0:  
-      return t('searchOrder.empty');
-    case 1:  
-      return t('film.execution');
-    case 2:  
-      return t('searchOrder.endtask');
-  }  
+switch (taskState) {
+  case 0:  
+    return t('searchOrder.empty');
+  case 1:  
+    return t('film.execution');
+  case 2:  
+    return t('searchOrder.endtask');
+}  
 }
 function getStatusTypea(taskRunning: number) {  
-  switch (taskRunning) {  
-    case 0: 
-      return 'primary';  
-    case 1: 
-      return 'success';  
-  }  
+switch (taskRunning) {  
+  case 0: 
+    return 'primary';  
+  case 1: 
+    return 'success';  
+}  
 }  
 function getStatusTexta(taskRunning: number) {
-  switch (taskRunning) {
-    case 0:  
-      return t('basicData.untask');
-    case 1:  
-    return t('basicData.up');
-  }  
+switch (taskRunning) {
+  case 0:  
+    return t('basicData.untask');
+  case 1:  
+  return t('basicData.up');
+}  
 }
-const optionsa = [
-  {
-    value: 0,
-    label: t('searchOrder.empty'),
-  },
-  {
-    value: 1,
-    label: t('film.execution'),
-  },
-  {
-    value: 2,
-    label: t('searchOrder.endtask'),
-  }
-]
 onMounted(() => {
-  parseAndSetTime();
-  historical();
+parseAndSetTime();
+historical();
 });
-  </script>
-  <style scoped>  
-  </style>
\ No newline at end of file
+</script>
+<style scoped>  
+</style>
\ No newline at end of file
diff --git a/UI-Project/src/views/Returns/upreturns.vue b/UI-Project/src/views/Returns/upreturns.vue
index 87b14cc..5e9904d 100644
--- a/UI-Project/src/views/Returns/upreturns.vue
+++ b/UI-Project/src/views/Returns/upreturns.vue
@@ -31,6 +31,7 @@
 const buttonEnabledStatus = ref({});
 const globalDate = inject('globalDate');
 import { inject } from 'vue';
+import { tr } from "element-plus/es/locale";
 const tableData = ref([])
 const titleSelectJson = ref({
   engineerId: [],
@@ -83,42 +84,25 @@
   if (data.LoadOneState != null) {
     cuttingMachineStatusColor.value = data.LoadOneState[0] == 1 ? 'green' : '#911005';
   }
-  if (data.list!=null) {
-  tableDataa.value = data.list[0].slice(0, 2);
-  }else {
-    tableDataa.value = ''
-  }
   if (data.stationOne != null) {
-    // data.stationOne[0].forEach(station => {
-    //   stationInfos[station.slot] = {
-    //     hasValidDimension: station.patternHeight !== null && station.patternHeight !== '' ||
-    //                        station.patternThickness !== null && station.patternThickness !== ''
-    //   };
-    //   console.log(station);
-    //   console.log(stationInfos[station.slot]);
-      
-    // });
     data.stationOne[0].forEach((station) => {
-  stationInfos[station.patternHeight] = {
-    hasPatternHeight: station.patternHeight !== null && station.patternHeight !== '',
-  };
-  // buttonEnabledStatus.value[workstationId] = hasValidDimension;
-      console.log(station);
-      console.log(stationInfos[station.patternHeight]);
-});
+      if(station.patternThickness !== undefined){
+        station.haspatternThickness=false;
+      }else{
+        station.haspatternThickness=true;
+      }
+      // stationInfos[station.patternThickness] = {
+      //   haspatternThickness: station.patternThickness !== undefined,
+      // };
+    });
+    
+    console.log(data.stationOne);
+    if (data.list != null) {
+      tableDataa.value = data.list[0].slice(0, 2);
+    } else {
+      tableDataa.value = [];
+    }
   }
-  // if (data.stationOne != null) {
-  //   // 鍒濆鍖栨寜閽姸鎬佸璞�
-  //   buttonEnabledStatus.value = {};
-  //   data.stationOne[0].forEach((station, index) => {
-  //     const workstationId = station.workstationId;
-  //     const hasValidDimension = station.patternHeight !== null && station.patternHeight !== '' ||
-  //                               station.patternThickness !== null && station.patternThickness !== '';
-  //     buttonEnabledStatus.value[workstationId] = hasValidDimension;
-  //     console.log(station.workstationId);
-      
-  //   });
-  // }
   if(data.loadTask1!=null){
   tableData.value = data.loadTask1[0]
   window.localStorage.setItem('engineeringIda', tableData.value[0].engineeringId)
@@ -132,13 +116,6 @@
   canSelectProjectc.value = false;
   tableData.value = '';
 }
-};
-// 妫�鏌ユ寜閽槸鍚﹀彲鐢�
-// const isButtonEnabled = (slot: string) => {
-//   return buttonEnabledStatus.value[slot] || false;
-// };
-const isButtonEnabled = (patternHeight: string) => {
-  return stationInfos[patternHeight]?.hasValidDimension ?? false;
 };
 onBeforeUnmount(() => {
   closeWebSocket();
@@ -529,7 +506,7 @@
             <el-table-column prop="number" align="center" :label="$t('basicData.quantity')" min-width="80"/>
             <el-table-column fixed="right" :label="$t('film.operate')" align="center">
             <template #default="scope">
-          <el-button size="mini" :disabled="!isButtonEnabled(scope.row.patternHeight)" type="text" plain @click="handleptask(scope.row.workstationId)">{{ $t('basicData.rackreset') }}</el-button>
+          <el-button size="mini" :disabled="(!stationInfos[scope.row.patternThickness])" type="text" plain @click="handleptask(scope.row.workstationId)">{{ $t('basicData.rackreset') }}{{ scope.row.haspatternThickness}}</el-button>
             </template>
         </el-table-column>
           </el-table>
diff --git a/UI-Project/src/views/StockBasicData/stockhistory.vue b/UI-Project/src/views/StockBasicData/stockhistory.vue
index 2885ba6..d015892 100644
--- a/UI-Project/src/views/StockBasicData/stockhistory.vue
+++ b/UI-Project/src/views/StockBasicData/stockhistory.vue
@@ -139,10 +139,10 @@
         pageNo: page,
         pageSize: 20,
         glassId: glassId.value,
-        taskState: '',
-        taskType: '',
-        startTime: startTime,
-        endTime: getglobalDate
+        taskState: taskState.value,
+        taskType: taskType.value,
+        startTime: (timeRange.value && timeRange.value[0]) || '',
+        endTime: (timeRange.value && timeRange.value[1]) || '',
     })
       if (response.code == 200) {
         ElMessage.success(response.message);
@@ -168,8 +168,8 @@
         glassId: glassId.value,
         taskState: taskState.value,
         taskType: taskType.value,
-      startTime: (timeRange.value && timeRange.value[0]) || '',
-      endTime: (timeRange.value && timeRange.value[1]) || '',
+        startTime: (timeRange.value && timeRange.value[0]) || '',
+        endTime: (timeRange.value && timeRange.value[1]) || '',
     })
       if (response.code == 200) {
         ElMessage.success(response.message);

--
Gitblit v1.8.0