Bug修改
This commit is contained in:
parent
597ae9277c
commit
4bee0c3580
|
|
@ -100,7 +100,7 @@
|
|||
</el-table-column> -->
|
||||
<el-table-column label="实盘数量" align="center" prop="actualNum" :show-overflow-tooltip="true" width="120">
|
||||
<template slot-scope="scope">
|
||||
<el-input v-model.number="scope.row.actualNum" placeholder="请输入" maxlength="10" clearable @input="(v)=>(scope.row.actualNum=v.replace(/[^\d]/g,''))"/>
|
||||
<el-input v-model.number="scope.row.actualNum" placeholder="请输入" maxlength="10" clearable @input="(v)=>(rowData.actualNum=v.replace(/[^\d.]/g, '').replace(/^(\d*\.\d{2}).*$/, '$1'))"/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="差异原因" align="center" prop="differReason" :show-overflow-tooltip="true" width="120">
|
||||
|
|
|
|||
Loading…
Reference in New Issue