Explorar el Código

采购计划修改

yusheng hace 1 año
padre
commit
661f7957ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/purchasingManage/purchasePlanManage/index.vue

+ 1 - 1
src/views/purchasingManage/purchasePlanManage/index.vue

@@ -209,7 +209,7 @@
                 icon="el-icon-edit"
                 v-if="
                   [2].includes(row.status) &&
-                  !row.isCut &&row.parentId==0&&
+                  !row.isCut &&!row.parentId&&
                   [0, 100, 101, 103].includes(row.progress)&&!orderSourceType.includes(row.sourceType)
                 "
                 @click="handleSplit(row)"