仓库收货模式变动导致报关和清关模式发生改变
This commit is contained in:
parent
50147d1aed
commit
9bf3eed711
@ -433,24 +433,18 @@
|
||||
|
||||
this.submitParam.sendSiteCode = item.code;
|
||||
this.submitParam.sendSiteName = item.name
|
||||
|
||||
// 重新计算产品
|
||||
// this.handleWayChange()
|
||||
},
|
||||
handlePickupMethodChange(val){
|
||||
this.submitParam.pickupMethod=val;
|
||||
console.log("==>val==>",val);
|
||||
console.log("==>this.submitParam.pickupMethod==>",this.submitParam.pickupMethod);
|
||||
// 上门取件方式
|
||||
if(this.submitParam.pickupMethod==2){
|
||||
this.submitParam.intoWarehouseCode=null;
|
||||
this.submitParam.intoWarehouseName=null;
|
||||
// 重新选择寄件网点
|
||||
this.updateDltSendSite({ lineCode: this.submitParam.transLine })
|
||||
this.handleWayChange()
|
||||
}
|
||||
// 仓库收货,整柜提货
|
||||
else if(this.submitParam.pickupMethod==1 || this.submitParam.pickupMethod==3){
|
||||
// 重新计算产品
|
||||
this.handleWayChange()
|
||||
}
|
||||
},
|
||||
handleCstClrChange(val){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user