@@ -373,7 +373,15 @@
prop="lackNum"
>
</el-table-column>
- <el-table-column label="批次号" align="center" prop="batchNo">
+ <el-table-column label="批次号" width="160" align="center" prop="batchNo">
+ <template slot-scope="scope">
+ <el-input
+ v-model.number="scope.row.batchNo"
+ size="small"
+ style="width: 100%"
+ placeholder="批次号"
+ ></el-input>
+ </template>
<el-table-column
:label="'计划生产数量' + (clientEnvironmentId == '4' ? '(方)' : '')"