Commit 7b5ab29c authored by zhengke's avatar zhengke

修改

parent 41ba27e4
...@@ -1679,19 +1679,19 @@ ...@@ -1679,19 +1679,19 @@
this.addMsg.SpecificationList = this.SpecificationList; this.addMsg.SpecificationList = this.SpecificationList;
for(var i=0;i<this.addMsg.SpecificationPriceList.length;i++){ for(var i=0;i<this.addMsg.SpecificationPriceList.length;i++){
if(this.addMsg.SpecificationPriceList[i].SellingPrice===''){ if(this.addMsg.SpecificationPriceList[i].SellingPrice===''){
this.Error('请输入'+(i+1)+'行价格'); this.Error('请输入商品规格第'+(i+1)+'行价格');
return return
} }
if(this.addMsg.SpecificationPriceList[i].InventoryNum===''){ if(this.addMsg.SpecificationPriceList[i].InventoryNum===''){
this.Error('请输入'+(i+1)+'行库存'); this.Error('请输入商品规格第'+(i+1)+'行库存');
return return
} }
if(this.addMsg.SpecificationPriceList[i].CostMoney===''){ if(this.addMsg.SpecificationPriceList[i].CostMoney===''){
this.Error('请输入'+(i+1)+'行成本价'); this.Error('请输入商品规格第'+(i+1)+'行成本价');
return return
} }
if(this.addMsg.SpecificationPriceList[i].Commission===''){ if(this.addMsg.SpecificationPriceList[i].Commission===''){
this.Error('请输入'+(i+1)+'行返佣总金额'); this.Error('请输入商品规格第'+(i+1)+'行返佣总金额');
return return
} }
} }
......
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