wangfei
2025-10-30 b3a4243739344b92af9339171e72829001b56fdf
上片模块、钢化前大理片笼新增进页面接口,隐藏中空线预览任务按钮
5个文件已修改
45 ■■■■■ 已修改文件
UI-Project/src/views/Returns/upreturns.vue 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
UI-Project/src/views/Returns/upreturns2.vue 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
UI-Project/src/views/Slicecage/slicecage.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
UI-Project/src/views/hollow/hollowequipment.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
UI-Project/src/views/hollow/hollowequipmenttwo.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
UI-Project/src/views/Returns/upreturns.vue
@@ -37,6 +37,19 @@
const titleSelectJson = ref({
  engineerId: [],
})
const selectGong = async () => {
  try {
    const response = await request.post('/loadGlass/loadglassdevicetaskhistory/queryAllMessage',{
  redisRequest: 'loadGlassRequestOne',
  stationCell: 5,
  tableName: 'LOAD_GLASS_DEVICE_ONE_TASK',
  webSocketName: 'loadGlassOne'
});
    if (response.code == 200) {
    }
  } catch (error) {
  }
};
request.post("/loadGlass/up-patten-usage/setUpPattenRequest", {
  state: null,
  stationCell: 5
@@ -60,6 +73,7 @@
};
onMounted(() => {
  socket = initializeWebSocket(socketUrl, handleMessage);
  selectGong()
});
onUnmounted(() => {
  if (socket) {
UI-Project/src/views/Returns/upreturns2.vue
@@ -31,6 +31,19 @@
const titleSelectJson = ref({
  engineerId: [],
})
const selectGong = async () => {
  try {
    const response = await request.post('/loadGlass/loadglassdevicetaskhistory/queryAllMessage',{
  redisRequest: 'loadGlassRequestTwo',
  stationCell: 6,
  tableName: 'LOAD_GLASS_DEVICE_TWO_TASK',
  webSocketName: 'loadGlassTwo'
});
    if (response.code == 200) {
    }
  } catch (error) {
  }
};
request.post("/loadGlass/up-patten-usage/setUpPattenRequest",{
  state: null,
  stationCell: 6
@@ -54,6 +67,7 @@
};
onMounted(() => {
  socket = initializeWebSocket(socketUrl, handleMessage);
  selectGong()
});
onUnmounted(() => {
  if (socket) {
UI-Project/src/views/Slicecage/slicecage.vue
@@ -94,6 +94,14 @@
printLayer.value = row.layer
printGlassId.value = row.glassId
}
const selectGong = async () => {
  try {
    const response = await request.get('/cacheVerticalGlass/bigStorageCageHistoryTask/queryAllMessage');
    if (response.code == 200) {
    }
  } catch (error) {
  }
};
//     setInterval(() => {  
//     localStorage.clear(); // 清除所有localStorage数据  
// }, 60000);
@@ -1040,6 +1048,7 @@
  onMounted(() => {
  socket = initializeWebSocket(socketUrl, handleMessage);
  parseAndSetTime();
  selectGong()
});
  onUnmounted(() => {
    if (socket) {
UI-Project/src/views/hollow/hollowequipment.vue
@@ -8,9 +8,9 @@
        <el-button id="searchButton" type="primary" @click="handlezhiban">
          {{ $t('hellow.createtask') }}
        </el-button>
        <el-button type="primary" @click="selectproject">
        <!-- <el-button type="primary" @click="selectproject">
          {{ $t('hellow.reviewproject') }}
        </el-button>
        </el-button> -->
        <el-button style="margin-left: 10px;" id="searchButton" type="primary" @click="handlehistorical">{{
          $t('searchOrder.historicaltasks') }}</el-button>
        <el-button style="margin-left: 10px;" id="searchButton" type="success" @click="handleBinda">
UI-Project/src/views/hollow/hollowequipmenttwo.vue
@@ -8,9 +8,9 @@
        <el-button id="searchButton" type="primary" @click="handlezhiban">
          {{ $t('hellow.createtask') }}
        </el-button>
        <el-button type="primary" @click="selectproject">
        <!-- <el-button type="primary" @click="selectproject">
          {{ $t('hellow.reviewproject') }}
        </el-button>
        </el-button> -->
        <el-button style="margin-left: 10px;" id="searchButton" type="primary" @click="handlehistorical">{{
          $t('searchOrder.historicaltasks') }}</el-button>
        <el-button style="margin-left: 10px;" id="searchButton" type="success" @click="handleBinda">