소스 검색

禅道bug 2635 2633 修复:同质性检查对话框下发采购计划按钮显示条件优化

yusheng 9 달 전
부모
커밋
eb5f342e3d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/productionPlan/components/homogeneityInspectDialog.vue

+ 1 - 1
src/views/productionPlan/components/homogeneityInspectDialog.vue

@@ -166,7 +166,7 @@
                         >下发采购计划</el-button
                       >
                       <el-button
-                        v-if="produceType == 1"
+                        v-if="produceType == 1&&formInline.bomType!=1"
                         type="primary"
                         @click="issuePlan"
                         size="medium"