|
@@ -148,7 +148,7 @@
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
|
|
|
<el-dialog title="选择快递包装" v-if="openExpressPacking" v-model="openExpressPacking" width="90%">
|
|
<el-dialog title="选择快递包装" v-if="openExpressPacking" v-model="openExpressPacking" width="90%">
|
|
- <SelectBOM :selectStatus="true" :expressStatus="true" @selectBOM="selectExpressPacking"></SelectBOM>
|
|
|
|
|
|
+ <SelectBOM :selectStatus="true" :bomClassifyIdList="[2, 3]" @selectBOM="selectExpressPacking"></SelectBOM>
|
|
<template #footer>
|
|
<template #footer>
|
|
<el-button @click="openExpressPacking = false">关 闭</el-button>
|
|
<el-button @click="openExpressPacking = false">关 闭</el-button>
|
|
</template>
|
|
</template>
|