|
@@ -1368,7 +1368,7 @@ export default {
|
|
|
let endPageNum=(this.currentPage)*this.currentPageSize
|
|
|
if (this.addresText) {
|
|
|
if (!this.notRoutList.includes('capacityNo')) {
|
|
|
- await this.axios.post('/api/v1/ams/getAmsContractTransportPriceForDetail?apiId=519&con=' +
|
|
|
+ await this.axios.post('/api/v1/ams/getAmsContractTransportPriceForDetail?con=' +
|
|
|
this.addresText,this.steelMap).then(
|
|
|
(res)=>{
|
|
|
if(res.data.code){
|
|
@@ -1378,10 +1378,8 @@ export default {
|
|
|
}
|
|
|
)
|
|
|
} else {
|
|
|
- await this.axios.post('/api/v1/ams/getAmsContractTransportPriceForDetail?apiId=519&con=' +
|
|
|
- this.addresText +
|
|
|
- '&userId=' +
|
|
|
- this.userId,this.steelMap).then(
|
|
|
+ await this.axios.post('/api/v1/ams/getAmsContractTransportPriceForDetail?con=' +
|
|
|
+ this.addresText ,this.steelMap).then(
|
|
|
(res)=>{
|
|
|
if(res.data.code){
|
|
|
this.priceAllList=res.data.data
|
|
@@ -1392,7 +1390,7 @@ export default {
|
|
|
}
|
|
|
} else {
|
|
|
if (!this.notRoutList.includes('capacityNo')) {
|
|
|
- await this.axios.post('/api/v1/ams/getAmsContractTransportPriceForDetail?apiId=519&i=' +
|
|
|
+ await this.axios.post('/api/v1/ams/getAmsContractTransportPriceForDetail?i=' +
|
|
|
new Date(),this.steelMap).then(
|
|
|
(res)=>{
|
|
|
if(res.data.code){
|
|
@@ -1402,10 +1400,8 @@ export default {
|
|
|
}
|
|
|
)
|
|
|
} else {
|
|
|
- await this.axios.post('/api/v1/ams/getAmsContractTransportPriceForDetail?apiId=519&i=' +
|
|
|
- new Date() +
|
|
|
- '&userId=' +
|
|
|
- this.userId,this.steelMap).then(
|
|
|
+ await this.axios.post('/api/v1/ams/getAmsContractTransportPriceForDetail?i=' +
|
|
|
+ new Date() ,this.steelMap).then(
|
|
|
(res)=>{
|
|
|
if(res.data.code){
|
|
|
this.priceAllList=res.data.data
|
|
@@ -1437,7 +1433,7 @@ export default {
|
|
|
typeof this.steelMap.addressTown != 'undefined' &&
|
|
|
this.steelMap.addressTown != null
|
|
|
) {
|
|
|
- await this.axios.post('/api/v1/ams/getAmsContractTransportPriceForDetail?apiId=519&i=' +
|
|
|
+ await this.axios.post('/api/v1/ams/getAmsContractTransportPriceForDetail?i=' +
|
|
|
new Date() +'&con=' +this.steelMap.addressTown,this.steelMap).then(
|
|
|
(res)=>{
|
|
|
if(res.data.code){
|
|
@@ -1447,7 +1443,7 @@ export default {
|
|
|
}
|
|
|
)
|
|
|
} else {
|
|
|
- await this.axios.post('/api/v1/ams/getAmsContractTransportPriceForDetail?apiId=519&i=' +
|
|
|
+ await this.axios.post('/api/v1/ams/getAmsContractTransportPriceForDetail?i=' +
|
|
|
new Date(),this.steelMap).then(
|
|
|
(res)=>{
|
|
|
if(res.data.code){
|
|
@@ -1458,18 +1454,14 @@ export default {
|
|
|
)
|
|
|
}
|
|
|
} else {
|
|
|
- console.log('进入了2')
|
|
|
- console.log(this.userId)
|
|
|
if (
|
|
|
typeof this.steelMap.addressTown != 'undefined' &&
|
|
|
this.steelMap.addressTown != null
|
|
|
) {
|
|
|
- await this.axios.post('/api/v1/ams/getAmsContractTransportPriceForDetail?apiId=519&i=' +
|
|
|
+ await this.axios.post('/api/v1/ams/getAmsContractTransportPriceForDetail?i=' +
|
|
|
new Date() +
|
|
|
'&con=' +
|
|
|
- this.steelMap.addressTown+
|
|
|
- '&userId=' +
|
|
|
- this.userId,this.steelMap).then(
|
|
|
+ this.steelMap.addressTown,this.steelMap).then(
|
|
|
(res)=>{
|
|
|
if(res.data.code){
|
|
|
this.priceAllList=res.data.data
|
|
@@ -1478,10 +1470,8 @@ export default {
|
|
|
}
|
|
|
)
|
|
|
} else {
|
|
|
- await this.axios.post('/api/v1/ams/getAmsContractTransportPriceForDetail?apiId=519&i=' +
|
|
|
- new Date() +
|
|
|
- '&userId=' +
|
|
|
- this.userId,this.steelMap).then(
|
|
|
+ await this.axios.post('/api/v1/ams/getAmsContractTransportPriceForDetail?i=' +
|
|
|
+ new Date(),this.steelMap).then(
|
|
|
(res)=>{
|
|
|
if(res.data.code){
|
|
|
this.priceAllList=res.data.data
|