|
@@ -158,7 +158,12 @@ export default {
|
|
|
this.truck.requestUrl =
|
|
|
"/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" + null;
|
|
|
this.option.requestUrl = "/api/v1/ams/getSporadicOrdersList?apiId=439&issueStatus=1&orderType=12&dispatchStatus=0&sporadicStatus=0";
|
|
|
- } else{
|
|
|
+ }else if(getCookie("orgCode") == "biemeierchejian") {
|
|
|
+ this.truck.requestUrl =
|
|
|
+ "/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" + null + "&con=" + "铁专线精煤";
|
|
|
+ this.option.requestUrl = "/api/v1/ams/getSporadicOrdersList?apiId=439&issueStatus=1&orderType=12&dispatchStatus=0&sporadicStatus=0&userId=" + getCookie("orgCode");
|
|
|
+ }
|
|
|
+ else{
|
|
|
this.truck.requestUrl =
|
|
|
"/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" + null;
|
|
|
this.option.requestUrl = "/api/v1/ams/getSporadicOrdersList?apiId=439&issueStatus=1&orderType=12&dispatchStatus=0&sporadicStatus=0&userId=" + getCookie("orgCode");
|
|
@@ -216,7 +221,12 @@ export default {
|
|
|
this.truck.requestUrl =
|
|
|
"/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" +
|
|
|
getCookie("userId") + "&index="+this.truckText;
|
|
|
- } else {
|
|
|
+ }else if(getCookie("orgCode") == "biemeierchejian") {
|
|
|
+ this.truck.requestUrl =
|
|
|
+ "/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" + null + "&con=" + "铁专线精煤" + "&index="+this.truckText;;
|
|
|
+
|
|
|
+ }
|
|
|
+ else {
|
|
|
this.truck.requestUrl =
|
|
|
"/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" + null + "&index="+this.truckText;
|
|
|
}
|
|
@@ -226,7 +236,11 @@ export default {
|
|
|
this.truck.requestUrl =
|
|
|
"/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" +
|
|
|
getCookie("userId") + "&i=" + new Date()
|
|
|
- } else {
|
|
|
+ }else if(getCookie("orgCode") == "biemeierchejian") {
|
|
|
+ this.truck.requestUrl =
|
|
|
+ "/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" + null + "&con=" + "铁专线精煤" + + "&i=" + new Date();
|
|
|
+ }
|
|
|
+ else {
|
|
|
this.truck.requestUrl =
|
|
|
"/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" + null + "&i=" + new Date()
|
|
|
}
|
|
@@ -249,9 +263,13 @@ export default {
|
|
|
this.truck.requestUrl =
|
|
|
"/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" +
|
|
|
getCookie("userId") + "&t=" + new Date();
|
|
|
- } else {
|
|
|
+ }else if(getCookie("orgCode") == "biemeierchejian") {
|
|
|
+ this.truck.requestUrl =
|
|
|
+ "/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" + null + "&con=" + "铁专线精煤" + "&t=" + new Date();
|
|
|
+ }
|
|
|
+ else {
|
|
|
this.truck.requestUrl =
|
|
|
- "/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" + null + + "&t=" + new Date();;
|
|
|
+ "/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" + null + "&t=" + new Date();
|
|
|
}
|
|
|
this.truckDrawer = true
|
|
|
},
|