|
@@ -329,7 +329,7 @@ export default {
|
|
|
// 框计算
|
|
|
onclick() {
|
|
|
this.option.requestUrl =
|
|
|
- "api/v1/ams/getSaleOrderAndMaterialById?apiId=410&saleOrderId=" + this.$route.params.saleOrderId;
|
|
|
+ "/api/v1/ams/getSaleOrderAndMaterialById?apiId=410&saleOrderId=" + this.$route.params.saleOrderId;
|
|
|
//"/api/v1/uc/queryMaterialByLike?apiId=244&index=" + this.input;
|
|
|
},
|
|
|
open() {
|
|
@@ -412,7 +412,7 @@ export default {
|
|
|
mapList.push(mapItem);
|
|
|
});
|
|
|
console.log("mapList",mapList);
|
|
|
- this.axios.post("api/v1/ams/addTruckNo", mapList).then((res) => {
|
|
|
+ this.axios.post("/api/v1/ams/addTruckNo", mapList).then((res) => {
|
|
|
if (res.data.code == "200") {
|
|
|
this.$router.go(-1);
|
|
|
}
|