|
|
@@ -105,10 +105,7 @@
|
|
|
<el-table-column label="生产编号" align="center" prop="productionCodes" width="140">
|
|
|
<template slot-scope="scope">
|
|
|
<el-form-item label-width="0px" :prop="'productInfoList.' + scope.$index + '.productionCodes'">
|
|
|
- <el-input style="width: 100%" size="small" v-model="scope.row.productionCodes" placeholder="请输入" @input="(value) =>
|
|
|
- (scope.row.productionCodes = value.replace(
|
|
|
- /[^a-zA-Z0-9_-]/g, ''
|
|
|
- ))">
|
|
|
+ <el-input style="width: 100%" size="small" v-model="scope.row.productionCodes" placeholder="请输入">
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
</template>
|