fix(入库计划): rfid 为空
This commit is contained in:
parent
e273d0636a
commit
f58b827866
@ -61,6 +61,7 @@ export default {
|
|||||||
selectBaseKnifeChange(e) {
|
selectBaseKnifeChange(e) {
|
||||||
if (this.selectIndex !== -1) {
|
if (this.selectIndex !== -1) {
|
||||||
this.localEntityList[this.selectIndex].knifeId = e.baseKnifeId
|
this.localEntityList[this.selectIndex].knifeId = e.baseKnifeId
|
||||||
|
this.localEntityList[this.selectIndex].rfid = e.rfid
|
||||||
this.localEntityList[this.selectIndex].baseKnifeInfo = e
|
this.localEntityList[this.selectIndex].baseKnifeInfo = e
|
||||||
// 获取物料信息
|
// 获取物料信息
|
||||||
listMdItem({itemCode: e.knifeCode}).then(res => {
|
listMdItem({itemCode: e.knifeCode}).then(res => {
|
||||||
|
Loading…
Reference in New Issue
Block a user