Explorar el Código

fix:业务报备不能下单

snow hace 1 año
padre
commit
6e1b64d37a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/sellOut/zixunOrder/components/feedbackList.vue

+ 1 - 1
src/views/sellOut/zixunOrder/components/feedbackList.vue

@@ -109,7 +109,7 @@
         </el-tooltip>-->
         <el-tooltip
           v-if="
-            (is_project === '0' || is_project === '2') &&
+            (is_project === '0') &&
             ((status + '' === '2' && ppowers.some((i) => i == '2')) ||
               (status + '' === '7' && ppowers.some((i) => i == '7')) ||
               (status + '' === '3' && ppowers.some((i) => i == '3')))