|
@@ -63,13 +63,13 @@ export default {
|
|
option1: {
|
|
option1: {
|
|
// 表格请求数据的地址
|
|
// 表格请求数据的地址
|
|
requestUrl:
|
|
requestUrl:
|
|
- "/api/v1/oms/getAllTruckOrder?apiId=89&orderStatus=3&orderType=8&planId=null" ,
|
|
|
|
|
|
+ "/api/v1/oms/getAllTruckOrder?apiId=89&orderStatus=3&orderType=8" ,
|
|
mapList: [],
|
|
mapList: [],
|
|
},
|
|
},
|
|
option2: {
|
|
option2: {
|
|
// 表格请求数据的地址
|
|
// 表格请求数据的地址
|
|
requestUrl:
|
|
requestUrl:
|
|
- "/api/v1/oms/getAllTruckOrder?apiId=86&orderStatus=8&orderType=8&planId=null",
|
|
|
|
|
|
+ "/api/v1/oms/getAllTruckOrder?apiId=86&orderStatus=8&orderType=8",
|
|
},
|
|
},
|
|
form1: [],
|
|
form1: [],
|
|
orderId: 0,
|
|
orderId: 0,
|
|
@@ -91,16 +91,10 @@ export default {
|
|
onclick() {
|
|
onclick() {
|
|
if (this.activeName == "first") {
|
|
if (this.activeName == "first") {
|
|
this.option1.requestUrl =
|
|
this.option1.requestUrl =
|
|
- "/api/v1/oms/selectAllOrderForSale?apiId=168/1&orderStatus=3&orderType=1" +
|
|
|
|
- this.$route.params.planId +
|
|
|
|
- "&con=" +
|
|
|
|
- this.input;
|
|
|
|
|
|
+ "/api/v1/oms/selectAllOrderForSale?apiId=168/1&orderStatus=3&orderType=1&con=" +this.input;
|
|
} else {
|
|
} else {
|
|
this.option2.requestUrl =
|
|
this.option2.requestUrl =
|
|
- "/api/v1/oms/selectAllOrderForSale?apiId=168/1&orderStatus=8&orderType=1" +
|
|
|
|
- this.$route.params.planId +
|
|
|
|
- "&con=" +
|
|
|
|
- this.input;
|
|
|
|
|
|
+ "/api/v1/oms/selectAllOrderForSale?apiId=168/1&orderStatus=8&orderType=1&con=" +this.input;
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
|