Sfoglia il codice sorgente

峻合销售详情商品信息库区可输入中文

caojunjie 1 anno fa
parent
commit
53cbec6070

+ 2 - 2
src/views/businessManagement/salesOrder/detailsPageEdit.vue

@@ -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>