|
@@ -478,7 +478,7 @@ export default {
|
|
return this.$errorMsg('请添加引用');
|
|
return this.$errorMsg('请添加引用');
|
|
}
|
|
}
|
|
for(let i=0; i<this.goodsList.length; i++) {
|
|
for(let i=0; i<this.goodsList.length; i++) {
|
|
- if(!this.goodsList[i].invoiceNum) {
|
|
|
|
|
|
+ if(!Number(this.goodsList[i].invoiceNum)) {
|
|
this.$errorMsg('请输入申请数量');
|
|
this.$errorMsg('请输入申请数量');
|
|
return;
|
|
return;
|
|
}
|
|
}
|