fix(入库计划): 选择库位方法修复

This commit is contained in:
Kelvin 2025-01-02 14:34:18 +08:00
parent aa918b58bb
commit 20cc48124c

View File

@ -204,7 +204,7 @@
<el-table-column label="库位" prop="cellId" width="190">
<template slot-scope="scope">
<el-select v-model="scope.row.cellId" placeholder="请选择库位" filterable remote
:remote-method="getMdItemList" clearable>
:remote-method="getAreaList" clearable>
<el-option :label="item.areaName" :value="item.areaId.toString()" v-for="item in areaList"
:key="item.areaId">
<span style="float: left">{{ item.areaName }}</span>