|
|
@@ -168,20 +168,16 @@ export default {
|
|
|
},
|
|
|
firstGetRequestUrl(){
|
|
|
if(getCookie("orgCode") == "chengyunshang"){
|
|
|
- console.log("enter",getCookie('userId'))
|
|
|
this.first.requestUrl = "/api/v1/ams/getPCDispatchSaleOrderList?apiId=242&dispatchType=0&carrierSsoId="+ getCookie('userId');
|
|
|
}else{
|
|
|
- console.log("out",this.ssoId)
|
|
|
this.first.requestUrl = "/api/v1/ams/getPCDispatchSaleOrderList?apiId=242&dispatchType=0&carrierSsoId=" + this.ssoId;
|
|
|
}
|
|
|
|
|
|
},
|
|
|
secondGetRequestUrl(){
|
|
|
if(getCookie("orgCode") == "chengyunshang"){
|
|
|
- console.log("enter",getCookie('userId'))
|
|
|
this.second.requestUrl = "/api/v1/ams/selectDispatchSaleOrderList?apiId=233&carrierSsoId="+ getCookie('userId');
|
|
|
}else{
|
|
|
- console.log("out",this.ssoId)
|
|
|
this.second.requestUrl = "/api/v1/ams/selectDispatchSaleOrderList?apiId=233&carrierSsoId=" + this.ssoId;
|
|
|
}
|
|
|
|