|
@@ -167,7 +167,7 @@ export default {
|
|
lineDrawer:false,
|
|
lineDrawer:false,
|
|
//线路的表格
|
|
//线路的表格
|
|
line: {
|
|
line: {
|
|
- requestUrl: "/api/v1/rms/getAllLineDesk?apiId=249&lineType=3",
|
|
|
|
|
|
+ requestUrl: "",
|
|
selectionType: "radio",
|
|
selectionType: "radio",
|
|
},
|
|
},
|
|
//已经选择车辆物资信息
|
|
//已经选择车辆物资信息
|
|
@@ -203,10 +203,18 @@ export default {
|
|
this.truck.requestUrl =
|
|
this.truck.requestUrl =
|
|
"/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" +
|
|
"/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" +
|
|
getCookie("userId");
|
|
getCookie("userId");
|
|
|
|
+ this.line.requestUrl = "/api/v1/rms/getAllLineDesk?apiId=249&lineType=3"
|
|
this.option.requestUrl = "/api/v1/ams/getPurRequirementList?apiId=431&requirementStatus=1&enableStatus=1&planStatus=2&carrierSsoId=" + getCookie("userId");
|
|
this.option.requestUrl = "/api/v1/ams/getPurRequirementList?apiId=431&requirementStatus=1&enableStatus=1&planStatus=2&carrierSsoId=" + getCookie("userId");
|
|
- } else {
|
|
|
|
|
|
+ }else if(getCookie("orgCode") == "biemeierchejian"){
|
|
|
|
+ this.truck.requestUrl =
|
|
|
|
+ "/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" + null + "&con="+"铁专线精煤";
|
|
|
|
+ this.line.requestUrl = "/api/v1/rms/getAllLineDesk?apiId=249&lineType=3" + "&con=" + "采购内转"
|
|
|
|
+ this.option.requestUrl = "/api/v1/ams/getPurRequirementList?apiId=431&requirementStatus=1&enableStatus=1&planStatus=2";
|
|
|
|
+ }
|
|
|
|
+ else {
|
|
this.truck.requestUrl =
|
|
this.truck.requestUrl =
|
|
"/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" + null;
|
|
"/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" + null;
|
|
|
|
+ this.line.requestUrl = "/api/v1/rms/getAllLineDesk?apiId=249&lineType=3"
|
|
this.option.requestUrl = "/api/v1/ams/getPurRequirementList?apiId=431&requirementStatus=1&enableStatus=1&planStatus=2";
|
|
this.option.requestUrl = "/api/v1/ams/getPurRequirementList?apiId=431&requirementStatus=1&enableStatus=1&planStatus=2";
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -306,7 +314,10 @@ export default {
|
|
this.truck.requestUrl =
|
|
this.truck.requestUrl =
|
|
"/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" +
|
|
"/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" +
|
|
getCookie("userId");
|
|
getCookie("userId");
|
|
- } else {
|
|
|
|
|
|
+ }else if(getCookie("orgCode") == "biemeierchejian"){
|
|
|
|
+ this.truck.requestUrl =
|
|
|
|
+ "/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" + null + "&con="+"铁专线精煤"
|
|
|
|
+ }else {
|
|
this.truck.requestUrl =
|
|
this.truck.requestUrl =
|
|
"/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" + null;
|
|
"/api/v1/uc/getAllCapacityByCarrierLike?apiId=429&carrierSsoId=" + null;
|
|
}
|
|
}
|