|
@@ -707,9 +707,11 @@ export default {
|
|
this.$errorMsg('请输入申请数量')
|
|
this.$errorMsg('请输入申请数量')
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- if (Number(this.goodsList[i].invoiceNum) > 0) {
|
|
|
|
- this.$errorMsg('申请数量需为负数')
|
|
|
|
- return
|
|
|
|
|
|
+ if (this.goodsList[i].type == 2) {
|
|
|
|
+ if (Number(this.goodsList[i].invoiceNum) > 0) {
|
|
|
|
+ this.$errorMsg('申请数量需为负数')
|
|
|
|
+ return
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// if(!this.screenForm.warehouse) {
|
|
// if(!this.screenForm.warehouse) {
|