Explorar o código

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

yusheng hai 9 meses
pai
achega
eb5f342e3d

+ 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"