|
|
@ -36,7 +36,7 @@
|
|
|
|
<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, '')"
|
|
|
|
<!--@input="scope.row.batchNo =scope.row.batchNo.replace(/[\W]/g, '')"-->
|
|
|
|
ref='inputBatchNoRef'
|
|
|
|
ref='inputBatchNoRef'
|
|
|
|
placeholder="请输入批次号"></el-input>
|
|
|
|
placeholder="请输入批次号"></el-input>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|