|
@@ -431,7 +431,7 @@ export default {
|
|
|
this.reduceStock = this.option.reduceStock?this.option.reduceStock:0
|
|
this.reduceStock = this.option.reduceStock?this.option.reduceStock:0
|
|
|
//如果扣除库存方法,付款方式默认选择赊账,这样方便提交
|
|
//如果扣除库存方法,付款方式默认选择赊账,这样方便提交
|
|
|
if(this.reduceStock == 1){
|
|
if(this.reduceStock == 1){
|
|
|
- this.form.hasPay = 2
|
|
|
|
|
|
|
+ this.form.hasPay = 0
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
},
|
|
},
|