|
|
@@ -78,9 +78,9 @@
|
|
|
</header-title>
|
|
|
<div class="form_table">
|
|
|
<el-form ref="productListRef" :model="{ productList: productList }" :show-message="false">
|
|
|
- <!-- <el-button v-if="productList.length != 0" type="success" plain
|
|
|
+ <el-button v-if="productList.length != 0" type="success" plain
|
|
|
style="margin-bottom: 20px; float: right; margin-right: 20px" size="mini"
|
|
|
- @click="batchSave">批量保存</el-button> -->
|
|
|
+ @click="batchSave">批量保存</el-button>
|
|
|
<el-button v-if="productList.length != 0" type="success" plain
|
|
|
style="margin-bottom: 20px; float: right; margin-right: 20px" size="mini"
|
|
|
@click="handleWareHouse(productList, '', 'batch')">批量选择仓库</el-button>
|