|
|
|
|
@ -242,8 +242,8 @@
|
|
|
|
|
width="30%"
|
|
|
|
|
@before-close="blueprintModel = false">
|
|
|
|
|
<el-form ref="form">
|
|
|
|
|
<el-form-item label="选择BOM图纸">
|
|
|
|
|
<el-select v-model="materialBomAttachIdList" placeholder="请选择选择BOM图纸" multiple filterable :clearable="false"
|
|
|
|
|
<el-form-item label="激光切割图纸">
|
|
|
|
|
<el-select v-model="materialBomAttachIdList" placeholder="请选择图纸" multiple filterable :clearable="false"
|
|
|
|
|
:disabled="(addProductPlanObject.planStatus !== PLAN_STATUS.DISPATCHED)">
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in attachInfoList"
|
|
|
|
|
@ -309,12 +309,12 @@
|
|
|
|
|
|
|
|
|
|
<el-dialog
|
|
|
|
|
:visible.sync="sopViewModel"
|
|
|
|
|
title="选择SOP"
|
|
|
|
|
title="查看SOP"
|
|
|
|
|
width="30%"
|
|
|
|
|
@before-close="sopViewModel = false">
|
|
|
|
|
<el-form ref="form">
|
|
|
|
|
<el-form-item label="选择BOM的SOP">
|
|
|
|
|
<el-select v-model="materialBomAttachIdList" placeholder="请选择选择BOM的SOP" multiple filterable :clearable="false"
|
|
|
|
|
<el-form-item label="选择BOM的SOP" v-if="false">
|
|
|
|
|
<el-select v-model="materialBomAttachIdList" placeholder="请选择BOM的SOP" multiple filterable :clearable="false"
|
|
|
|
|
:disabled="(addProductPlanObject.planStatus !== PLAN_STATUS.DISPATCHED)">
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in attachInfoList"
|
|
|
|
|
|