去除批次号正则

master
wangwei 2 years ago
parent e0c3c48e80
commit 2e40d4ed7b

@ -36,9 +36,9 @@
<template slot-scope="scope"> <template slot-scope="scope">
<el-input v-model="scope.row.batchNo" <el-input v-model="scope.row.batchNo"
:disabled="scope.row.index !== selectedIndex" :disabled="scope.row.index !== selectedIndex"
<!--@input="scope.row.batchNo =scope.row.batchNo.replace(/[\W]/g, '')"-->
ref='inputBatchNoRef' ref='inputBatchNoRef'
placeholder="请输入批次号"></el-input> placeholder="请输入批次号"></el-input>
<!--@input="scope.row.batchNo =scope.row.batchNo.replace(/[\W]/g, '')"-->
</template> </template>
</el-table-column> </el-table-column>
<el-table-column width="120" label="生产日期"> <el-table-column width="120" label="生产日期">

Loading…
Cancel
Save