|
@@ -233,8 +233,8 @@
|
|
|
<span>{{ row.code }}</span>
|
|
|
</template>
|
|
|
<template slot="storageId" slot-scope="{ row }">
|
|
|
-
|
|
|
- <el-select v-if="row.$cellEdit" v-model="row.storageId" allow-create filterable v-input-limit="2"
|
|
|
+ <!--v-input-limit="2" 代表可以输入2位小数的数字 -->
|
|
|
+ <el-select v-if="row.$cellEdit" v-model="row.storageId" allow-create filterable
|
|
|
default-first-option @change="handleStorageNameChange(row)">
|
|
|
<el-option v-for="(item, index) in row.storageQuantityList" :key="index" :label="item.storageName"
|
|
|
:value="item.storageId"></el-option>
|