|
@@ -130,9 +130,18 @@ export default {
|
|
|
},
|
|
|
onclick() {
|
|
|
if (this.activeName == 'four') {
|
|
|
- this.option4.requestUrl =
|
|
|
- '/api/v1/ams/getSaleOrderListBySaleCompanyes?apiId=409&shipperId=1&con=' +
|
|
|
- this.input
|
|
|
+ if (getCookie('orgCode') == 'chengyunshang') {
|
|
|
+ this.option4.requestUrl =
|
|
|
+ '/api/v1/ams/getSaleOrderListByCarrierSsoId?apiId=409&carrierSsoId=' +
|
|
|
+ getCookie('userId') +
|
|
|
+ '&con=' +
|
|
|
+ this.input
|
|
|
+ } else {
|
|
|
+ this.option4.requestUrl =
|
|
|
+ '/api/v1/ams/getSaleOrderListByCarrierSsoId?apiId=409' +
|
|
|
+ '&con=' +
|
|
|
+ this.input
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
coproductSendClick(row) {
|