|
@@ -1141,12 +1141,12 @@ export default {
|
|
this.$errorMsg('请选择现金钱包');
|
|
this.$errorMsg('请选择现金钱包');
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- if(type !=2){
|
|
|
|
- if(!this.goodsList[i].qty) {
|
|
|
|
|
|
+
|
|
|
|
+ if(!this.goodsList[i].qty) {
|
|
this.$errorMsg('金额不能为0');
|
|
this.$errorMsg('金额不能为0');
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|