Commit ffd0422c authored by xiejb's avatar xiejb

地图400 判断

parent 0f01dc46
...@@ -262,12 +262,15 @@ export default { ...@@ -262,12 +262,15 @@ export default {
// this.getGpsPoint() // this.getGpsPoint()
// } // }
console.log(this.orderInfo.orderStatusCode) console.log(this.orderInfo.orderStatusCode)
if ( if (this.orderInfo.orderStatusCode === '220' || this.orderInfo.orderStatusCode === '310' || this.orderInfo.orderStatusCode === '400') {
this.orderInfo.orderStatusCode === '220' ||
this.orderInfo.orderStatusCode === '310'
) {
// this.sendType = this.orderInfo.orderStatusCode === '310' // this.sendType = this.orderInfo.orderStatusCode === '310'
if (this.orderInfo.orderStatusCode !== '400') {
console.log("2222222")
this.sendType = true this.sendType = true
} else {
console.log("11111111")
this.sendType = false
}
this.getGpsPoint() this.getGpsPoint()
} }
} else { } else {
...@@ -354,7 +357,7 @@ export default { ...@@ -354,7 +357,7 @@ export default {
res.data.entity.gisMapInfoList res.data.entity.gisMapInfoList
) { ) {
this.mapPointList = res.data.entity.gisMapInfoList this.mapPointList = res.data.entity.gisMapInfoList
this.sendType = true // this.sendType = true
} else { } else {
if (res.code === 500) { if (res.code === 500) {
this.$toast(res.msg) this.$toast(res.msg)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment