xby-y
2026-04-09 b3ff80e45d24a821ca0731983b1546b48570cdf1
ÏîÄ¿´úÂë/´óÆÁ/src/views/indexs/sc01-task-info.vue
@@ -28,7 +28,7 @@
    // èŽ·å–ä»»åŠ¡æ•°æ®
    getTaskData() {
      import('@/api/api').then(({ WCS_GET }) => {
        WCS_GET('/api/Task/GetRoadwayTaskProgress', { roadway: 'SC01' })
        WCS_GET("/api/Task/GetRoadwayTaskProgress", { roadway: 'SC01' })
          .then((response) => {
            console.log("SC01任务数据响应:", response);
@@ -202,7 +202,7 @@
    startAutoRefresh() {
      this.refreshInterval = setInterval(() => {
        this.getTaskData();
      }, 10000);
      }, 30000);
    },
    // åœæ­¢è‡ªåŠ¨åˆ·æ–°
@@ -237,7 +237,7 @@
        return '入库';
      } else if (status >= 100 && status < 200) {
        return '出库';
      } else if (status >= 300 && status < 400) {
      } else if (status >= 300 && status <= 410) {
        return '移库';
      }
      
@@ -273,7 +273,7 @@
          199: '异常'
        };
        return outStatusMap[status] || '出库';
      } else if (status >= 300 && status < 400) {
      } else if (status >= 300 && status <= 400) {
        const relocationStatusMap = {
          300: '新建',
          315: '移库执行中',
@@ -283,7 +283,7 @@
        return relocationStatusMap[status] || '移库';
      }
      
      return '未知';
      return '移库';
    },
    // èŽ·å–çŠ¶æ€å¯¹åº”çš„CSSç±»