|
|
@ -173,6 +173,7 @@
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
v-if="addManufacturerDialogVisible"
|
|
|
|
v-if="addManufacturerDialogVisible"
|
|
|
|
|
|
|
|
:isShow="false"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
<el-form :model="currentManufacturer" :rules="formManufactureRules" ref="dataManufacturerForm">
|
|
|
|
<el-form :model="currentManufacturer" :rules="formManufactureRules" ref="dataManufacturerForm">
|
|
|
@ -206,12 +207,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :span="3">
|
|
|
|
<el-col :span="3" v-if="isShow">
|
|
|
|
<div class="ao-text">
|
|
|
|
<div class="ao-text">
|
|
|
|
<span>是否禁用:</span>
|
|
|
|
<span>是否禁用:</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-col :span="8" v-if="isShow">
|
|
|
|
<el-form-item prop="need">
|
|
|
|
<el-form-item prop="need">
|
|
|
|
<el-select v-model="currentManufacturer.need" style="width: 100%">
|
|
|
|
<el-select v-model="currentManufacturer.need" style="width: 100%">
|
|
|
|
<el-option label="是" :value=true></el-option>
|
|
|
|
<el-option label="是" :value=true></el-option>
|
|
|
@ -319,6 +320,7 @@
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
:close-on-click-modal="false"
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
:close-on-press-escape="false"
|
|
|
|
v-if="addProductDialogVisible"
|
|
|
|
v-if="addProductDialogVisible"
|
|
|
|
|
|
|
|
:isShow="false"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
<el-form :model="currentProduct" :rules="formRules" ref="dataForm">
|
|
|
|
<el-form :model="currentProduct" :rules="formRules" ref="dataForm">
|
|
|
@ -335,12 +337,12 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-col :span="3">
|
|
|
|
<el-col :span="3" v-if="isShow">
|
|
|
|
<div class="ao-text">
|
|
|
|
<div class="ao-text">
|
|
|
|
<span>是否禁用:</span>
|
|
|
|
<span>是否禁用:</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="8">
|
|
|
|
<el-col :span="8" v-if="isShow" >
|
|
|
|
<el-form-item prop="need">
|
|
|
|
<el-form-item prop="need">
|
|
|
|
<el-select v-model="currentProduct.need" style="width: 100%">
|
|
|
|
<el-select v-model="currentProduct.need" style="width: 100%">
|
|
|
|
<el-option label="禁用" :value=true></el-option>
|
|
|
|
<el-option label="禁用" :value=true></el-option>
|
|
|
|