Commit ffd0422c authored by xiejb's avatar xiejb

地图400 判断

parent 0f01dc46
......@@ -262,12 +262,15 @@ export default {
// this.getGpsPoint()
// }
console.log(this.orderInfo.orderStatusCode)
if (
this.orderInfo.orderStatusCode === '220' ||
this.orderInfo.orderStatusCode === '310'
) {
if (this.orderInfo.orderStatusCode === '220' || this.orderInfo.orderStatusCode === '310' || this.orderInfo.orderStatusCode === '400') {
// this.sendType = this.orderInfo.orderStatusCode === '310'
this.sendType = true
if (this.orderInfo.orderStatusCode !== '400') {
console.log("2222222")
this.sendType = true
} else {
console.log("11111111")
this.sendType = false
}
this.getGpsPoint()
}
} else {
......@@ -354,7 +357,7 @@ export default {
res.data.entity.gisMapInfoList
) {
this.mapPointList = res.data.entity.gisMapInfoList
this.sendType = true
// this.sendType = true
} else {
if (res.code === 500) {
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