Эх сурвалжийг харах

sku选择bom不限制只能选择主材

lxf 1 жил өмнө
parent
commit
6a95ec1d47

+ 1 - 1
src/components/makeGroupProduct/index.vue

@@ -276,7 +276,7 @@
     </div>
 
     <el-dialog title="选择BOM" v-if="openBOM" v-model="openBOM" width="84%">
-      <SelectBOM :selectStatus="true" :bomClassifyIdList="[1]" @selectBOM="selectBOM"></SelectBOM>
+      <SelectBOM :selectStatus="true" @selectBOM="selectBOM"></SelectBOM>
       <template #footer>
         <el-button @click="openBOM = false" size="large">关 闭</el-button>
       </template>

+ 1 - 1
src/components/makeProduct/index.vue

@@ -273,7 +273,7 @@
     </div>
 
     <el-dialog title="选择BOM" v-if="openBOM" v-model="openBOM" width="84%">
-      <SelectBOM :selectStatus="true" :bomClassifyIdList="[1]" @selectBOM="selectBOM"></SelectBOM>
+      <SelectBOM :selectStatus="true" @selectBOM="selectBOM"></SelectBOM>
       <template #footer>
         <el-button @click="openBOM = false" size="large">关 闭</el-button>
       </template>

+ 1 - 1
src/components/makeProduct/modification/index.vue

@@ -59,7 +59,7 @@
     </el-row>
 
     <el-dialog title="选择BOM" v-if="openBOM" v-model="openBOM" width="84%">
-      <SelectBOM :selectStatus="true" :bomClassifyIdList="[1]" @selectBOM="selectBOM"></SelectBOM>
+      <SelectBOM :selectStatus="true" @selectBOM="selectBOM"></SelectBOM>
       <template #footer>
         <el-button @click="openBOM = false" size="large">关 闭</el-button>
       </template>