fix(入库计划): rfid 为空

This commit is contained in:
Kelvin 2024-12-05 11:40:26 +08:00
parent e273d0636a
commit f58b827866

View File

@ -61,6 +61,7 @@ export default {
selectBaseKnifeChange(e) {
if (this.selectIndex !== -1) {
this.localEntityList[this.selectIndex].knifeId = e.baseKnifeId
this.localEntityList[this.selectIndex].rfid = e.rfid
this.localEntityList[this.selectIndex].baseKnifeInfo = e
//
listMdItem({itemCode: e.knifeCode}).then(res => {
@ -150,7 +151,7 @@ export default {
</el-table-column>
</el-table>
<!--拆刀回库-->
<el-table :data="localEntityList" v-if=" planTypeId==15" @selection-change="handleSelectionChange">
<el-table :data="localEntityList" v-if="planTypeId==15" @selection-change="handleSelectionChange">
<el-table-column label="台账ID" align="center" prop="knifeId">
<template slot-scope="scope">
<el-input v-model="scope.row.knifeId" @change="updateEntityList">