|
@@ -80,7 +80,7 @@ export default class BatchbyOneModal extends Vue {
|
|
|
}
|
|
|
editResult(v:any){
|
|
|
this.data[this.currentOrder] = v;
|
|
|
- this.getStoreCount(v);
|
|
|
+ // this.getStoreCount(v);
|
|
|
this.getPriceInfo(v);
|
|
|
}
|
|
|
prichChange(index:number){
|
|
@@ -164,10 +164,10 @@ export default class BatchbyOneModal extends Vue {
|
|
|
this.$message('没有需要发货的订单!')
|
|
|
return
|
|
|
}
|
|
|
- if(this.stopHandle){
|
|
|
- this.$message('库存不足!')
|
|
|
- return
|
|
|
- }
|
|
|
+ // if(this.stopHandle){
|
|
|
+ // this.$message('库存不足!')
|
|
|
+ // return
|
|
|
+ // }
|
|
|
if(!this.checked){
|
|
|
this.$message('请阅读并同意运单协议!')
|
|
|
return
|
|
@@ -331,8 +331,10 @@ export default class BatchbyOneModal extends Vue {
|
|
|
}else{
|
|
|
if(this.currentPrice[_item.omsOrderIds]){
|
|
|
this.sendGoods(_item);
|
|
|
- }else{
|
|
|
- this.getStoreCount(_item,this.getPriceInfo);
|
|
|
+ }
|
|
|
+ else{
|
|
|
+ this.getPriceInfo(_item,this.sendGoods)
|
|
|
+ // this.getStoreCount(_item,this.getPriceInfo);
|
|
|
}
|
|
|
}
|
|
|
}else{
|