|
@@ -135,16 +135,16 @@
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
<div class="inbound_details">
|
|
<div class="inbound_details">
|
|
|
- <header-title title="产品信息">
|
|
|
|
|
|
|
+ <!-- <header-title title="产品信息">
|
|
|
<el-button type="primary" @click="addProduct">添加</el-button>
|
|
<el-button type="primary" @click="addProduct">添加</el-button>
|
|
|
- </header-title>
|
|
|
|
|
|
|
+ </header-title> -->
|
|
|
<div class="form_table">
|
|
<div class="form_table">
|
|
|
<el-form
|
|
<el-form
|
|
|
ref="productListRef"
|
|
ref="productListRef"
|
|
|
:model="{ productList: productList }"
|
|
:model="{ productList: productList }"
|
|
|
:show-message="false"
|
|
:show-message="false"
|
|
|
>
|
|
>
|
|
|
- <div style="text-align: right; margin-bottom: 10px">
|
|
|
|
|
|
|
+ <!-- <div style="text-align: right; margin-bottom: 10px">
|
|
|
<el-button
|
|
<el-button
|
|
|
v-if="productList.length != 0"
|
|
v-if="productList.length != 0"
|
|
|
type="success"
|
|
type="success"
|
|
@@ -161,7 +161,7 @@
|
|
|
@click="handleWareHouse(productList, '', 'batch')"
|
|
@click="handleWareHouse(productList, '', 'batch')"
|
|
|
>批量选择仓库</el-button
|
|
>批量选择仓库</el-button
|
|
|
>
|
|
>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div> -->
|
|
|
<ele-pro-table
|
|
<ele-pro-table
|
|
|
ref="productListTable"
|
|
ref="productListTable"
|
|
|
:needPage="false"
|
|
:needPage="false"
|
|
@@ -462,7 +462,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<!-- 操作 -->
|
|
<!-- 操作 -->
|
|
|
- <template v-slot:action="{ row, $index }">
|
|
|
|
|
|
|
+ <!-- <template v-slot:action="{ row, $index }">
|
|
|
<el-button
|
|
<el-button
|
|
|
type="text"
|
|
type="text"
|
|
|
v-show="!row.isSave"
|
|
v-show="!row.isSave"
|
|
@@ -478,7 +478,7 @@
|
|
|
<el-button type="text" @click="listDel(row, $index)"
|
|
<el-button type="text" @click="listDel(row, $index)"
|
|
|
>删除</el-button
|
|
>删除</el-button
|
|
|
>
|
|
>
|
|
|
- </template>
|
|
|
|
|
|
|
+ </template> -->
|
|
|
</ele-pro-table>
|
|
</ele-pro-table>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
</div>
|
|
</div>
|