Commit 8dfee2d8 authored by Marcus's avatar Marcus

http://zentao.jdshangmen.com/bug-view-1768.html

 入仓添加新品名需要支持小数点
parent 14d2fe4e
......@@ -315,7 +315,7 @@
<template v-slot="{r,c,$index}">
<el-form-item :rules="tableFormRules.quantityAll" :prop="$index + '.quantityAll'">
<span v-if="tableData1[$index].id">{{ tableData1[$index].quantityAll }}</span>
<el-input v-else type="number" v-model="tableData1[$index].quantityAll" placeholder="">
<el-input v-else v-model.number="tableData1[$index].quantityAll" placeholder="">
<template slot="append"></template>
</el-input>
</el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment