Commit a7480613 authored by haitao's avatar haitao

fd

parent 8bc5dbe0
...@@ -415,7 +415,9 @@ ...@@ -415,7 +415,9 @@
let checked=this.storeNumber[1].checked; let checked=this.storeNumber[1].checked;
if(checked==1){ if(checked==1){
if(stock-stock_number < 0 ){ if(stock-stock_number < 0 ){
//this.$set(this,'stock_number',0);
this.stock_number=0; this.stock_number=0;
this.$api.msg('库存不足') this.$api.msg('库存不足')
} }
} }
......
...@@ -5,8 +5,8 @@ module.exports = { ...@@ -5,8 +5,8 @@ module.exports = {
//isdebug:false,//正式 isdebug:false,//正式
isdebug:true,//测试 // isdebug:true,//测试
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment