xby-y
7 天以前 b3ff80e45d24a821ca0731983b1546b48570cdf1
ÏîÄ¿´úÂë/´óÆÁ/src/views/indexs/sc01-task-info.vue
@@ -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ç±»