|
@@ -1053,7 +1053,7 @@
|
|
|
<template v-slot:default="scope">
|
|
|
<el-input
|
|
|
v-if="scope.row.isEditing"
|
|
|
- :disabled="isDisabled"
|
|
|
+
|
|
|
v-model="scope.row.currentLotNumber"
|
|
|
:placeholder="$t('planTable.inputBatchNo')"
|
|
|
@blur.stop.prevent="handleInputBlur(scope.row)"
|
|
@@ -1378,7 +1378,6 @@
|
|
|
<template v-slot:default="scope">
|
|
|
<el-input
|
|
|
v-if="scope.row.isEditing"
|
|
|
- disabled="disabled"
|
|
|
v-model="scope.row.currentLotNumber"
|
|
|
placeholder="请输入批号"
|
|
|
@blur.stop.prevent="handleInputBlur(scope.row)"
|