|
@@ -99,7 +99,19 @@ export default {
|
|
this.amsShipDeliveryList = selection;
|
|
this.amsShipDeliveryList = selection;
|
|
},
|
|
},
|
|
onclick() {
|
|
onclick() {
|
|
- this.$message.info("功能尚未开通,请联系管理员!");
|
|
|
|
|
|
+ if (this.activeName == "first") {
|
|
|
|
+ this.option1.requestUrl =
|
|
|
|
+ "/api/v1/tms/getAmsshipDeliveryAttroneyList?apiId=73&status=0&carrierSSOId=" +
|
|
|
|
+ getCookie("userId") +
|
|
|
|
+ "&con=" +
|
|
|
|
+ this.input;
|
|
|
|
+ } else{
|
|
|
|
+ this.option2.requestUrl =
|
|
|
|
+ "/api/v1/tms/getAmsshipDeliveryAttroneyList?apiId=73&status=1&carrierSSOId=" +
|
|
|
|
+ getCookie("userId") +
|
|
|
|
+ "&con=" +
|
|
|
|
+ this.input;
|
|
|
|
+ }
|
|
},
|
|
},
|
|
click(pathId) {
|
|
click(pathId) {
|
|
this.$router.push("/path/addDeliveryNotice/" + pathId);
|
|
this.$router.push("/path/addDeliveryNotice/" + pathId);
|