Explorar o código

fix:生产准备的刷新按钮去除限制

liziliang hai 2 meses
pai
achega
836765a2cb
Modificáronse 1 ficheiros con 1 adicións e 7 borrados
  1. 1 7
      src/views/plan/prepare/index.vue

+ 1 - 7
src/views/plan/prepare/index.vue

@@ -70,12 +70,6 @@
         <el-button
           type="primary"
           link
-          v-if="
-            row.deviceState === '0' ||
-            row.bom === '-' ||
-            row.craftFile === '-' ||
-            row.materialState === '0'
-          "
           size="small"
           @click="handleRefresh(row.workOrderCode)"
           ><i-ep-edit />刷新
@@ -379,7 +373,7 @@ option.value = Object.assign(option.value, {
             "</b>"
           );
         }
-        return '<b class="el-tag el-tag--danger el-tag--light">-</b>';
+        return '<b class="el-tag el-tag--danger el-tag--light">工艺路线内未配置物料采集</b>';
       },
     },
     {