领料数量问题修改2
This commit is contained in:
parent
69d95f2707
commit
dd1f966c1f
|
|
@ -466,7 +466,7 @@ export default {
|
||||||
}else{
|
}else{
|
||||||
this.deviceType=this.deviceType.splice(0,1)
|
this.deviceType=this.deviceType.splice(0,1)
|
||||||
}
|
}
|
||||||
this.$modal.msgError("所选物资规格类型库存量为空!");
|
this.$modal.msgError("所选物资规格类型暂时无库存,无法申请!");
|
||||||
}else{
|
}else{
|
||||||
tempList.push(obj);
|
tempList.push(obj);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue