|
@@ -98,22 +98,22 @@ export default {
|
|
|
options1GetRequestUrl(){
|
|
|
if(getCookie("orgCode") == "chengyunshang"){
|
|
|
this.ssoId=getCookie('userId');
|
|
|
- this.options1.requestUrl = "/api/v1/bms/getInwardWeightDetailsOrder?apiId=465&orderType=26&detailStatus=0&carrierSsoId="+ getCookie('userId');
|
|
|
+ this.options1.requestUrl = "/api/v1/bms/getInwardWeightDetailsOrder?apiId=515&orderType=26&detailStatus=0&carrierSsoId="+ getCookie('userId');
|
|
|
}else if(getCookie("orgCode") == "dagangadmin"||getCookie("orgCode")=="zidonghuabu"||getCookie("orgCode")=="wuliuchuyunzhongxin"){
|
|
|
- this.options1.requestUrl = "/api/v1/bms/getInwardWeightDetailsOrder?apiId=465&orderType=26&detailStatus=0"
|
|
|
+ this.options1.requestUrl = "/api/v1/bms/getInwardWeightDetailsOrder?apiId=515&orderType=26&detailStatus=0"
|
|
|
}else{
|
|
|
- this.options1.requestUrl = "/api/v1/bms/getInwardWeightDetailsOrder?apiId=465&orderType=26&detailStatus=0&userId=" + getCookie("orgCode");
|
|
|
+ this.options1.requestUrl = "/api/v1/bms/getInwardWeightDetailsOrder?apiId=515&orderType=26&detailStatus=0&userId=" + getCookie("orgCode");
|
|
|
}
|
|
|
},
|
|
|
//已结算数据
|
|
|
options2GetRequestUrl(){
|
|
|
if(getCookie("orgCode") == "chengyunshang"){
|
|
|
this.ssoId=getCookie('userId');
|
|
|
- this.options2.requestUrl = "/api/v1/bms/getInwardWeightDetailsOrder?apiId=465&orderType=26&detailStatus=1&carrierSsoId="+ getCookie('userId');
|
|
|
+ this.options2.requestUrl = "/api/v1/bms/getInwardWeightDetailsOrder?apiId=515&orderType=26&detailStatus=1&carrierSsoId="+ getCookie('userId');
|
|
|
}else if(getCookie("orgCode") == "dagangadmin"||getCookie("orgCode")=="zidonghuabu"||getCookie("orgCode")=="wuliuchuyunzhongxin"){
|
|
|
- this.options2.requestUrl = "/api/v1/bms/getInwardWeightDetailsOrder?apiId=465&orderType=26&detailStatus=1"
|
|
|
+ this.options2.requestUrl = "/api/v1/bms/getInwardWeightDetailsOrder?apiId=515&orderType=26&detailStatus=1"
|
|
|
}else{
|
|
|
- this.options2.requestUrl = "/api/v1/bms/getInwardWeightDetailsOrder?apiId=465&orderType=26&detailStatus=1&userId=" + getCookie("orgCode");
|
|
|
+ this.options2.requestUrl = "/api/v1/bms/getInwardWeightDetailsOrder?apiId=515&orderType=26&detailStatus=1&userId=" + getCookie("orgCode");
|
|
|
}
|
|
|
},
|
|
|
onclick() {
|
|
@@ -133,7 +133,7 @@ export default {
|
|
|
getCookie("orgCode") == "wuliuchuyunzhongxin"
|
|
|
) {
|
|
|
this.options1.requestUrl =
|
|
|
- "/api/v1/bms/getInwardWeightDetailsOrder?apiId=465&orderType=26&detailStatus=0" +
|
|
|
+ "/api/v1/bms/getInwardWeightDetailsOrder?apiId=515&orderType=26&detailStatus=0" +
|
|
|
"&startTime=" +
|
|
|
startTime +
|
|
|
"&endTime=" +
|
|
@@ -141,7 +141,7 @@ export default {
|
|
|
"&i" +
|
|
|
new Date();
|
|
|
this.options2.requestUrl =
|
|
|
- "/api/v1/bms/getInwardWeightDetailsOrder?apiId=465&orderType=26&detailStatus=1" +
|
|
|
+ "/api/v1/bms/getInwardWeightDetailsOrder?apiId=515&orderType=26&detailStatus=1" +
|
|
|
"&startTime=" +
|
|
|
startTime +
|
|
|
"&endTime=" +
|
|
@@ -150,7 +150,7 @@ export default {
|
|
|
new Date();
|
|
|
} else if (getCookie("orgCode") == "chengyunshang") {
|
|
|
this.options1.requestUrl =
|
|
|
- "/api/v1/bms/getInwardWeightDetailsOrder?apiId=465&orderType=26&detailStatus=0&carrierSsoId=" +
|
|
|
+ "/api/v1/bms/getInwardWeightDetailsOrder?apiId=515&orderType=26&detailStatus=0&carrierSsoId=" +
|
|
|
getCookie("userId") +
|
|
|
"&startTime=" +
|
|
|
startTime +
|
|
@@ -159,7 +159,7 @@ export default {
|
|
|
"&i" +
|
|
|
new Date();
|
|
|
this.options2.requestUrl =
|
|
|
- "/api/v1/bms/getInwardWeightDetailsOrder?apiId=465&orderType=26&detailStatus=1&carrierSsoId=" +
|
|
|
+ "/api/v1/bms/getInwardWeightDetailsOrder?apiId=515&orderType=26&detailStatus=1&carrierSsoId=" +
|
|
|
getCookie("userId") +
|
|
|
"&startTime=" +
|
|
|
startTime +
|
|
@@ -169,7 +169,7 @@ export default {
|
|
|
new Date();
|
|
|
} else {
|
|
|
this.options1.requestUrl =
|
|
|
- "/api/v1/bms/getInwardWeightDetailsOrder?apiId=465&orderType=26&detailStatus=0&userId=" +
|
|
|
+ "/api/v1/bms/getInwardWeightDetailsOrder?apiId=515&orderType=26&detailStatus=0&userId=" +
|
|
|
getCookie("orgCode") +
|
|
|
"&startTime=" +
|
|
|
startTime +
|
|
@@ -178,7 +178,7 @@ export default {
|
|
|
"&i" +
|
|
|
new Date();
|
|
|
this.options2.requestUrl =
|
|
|
- "/api/v1/bms/getInwardWeightDetailsOrder?apiId=465&orderType=26&detailStatus=1&userId=" +
|
|
|
+ "/api/v1/bms/getInwardWeightDetailsOrder?apiId=515&orderType=26&detailStatus=1&userId=" +
|
|
|
getCookie("orgCode") +
|
|
|
"&startTime=" +
|
|
|
startTime +
|