Commit 6f11dd25 authored by xiejb's avatar xiejb

添加状态判断

parent ffd0422c
...@@ -83,7 +83,7 @@ export default { ...@@ -83,7 +83,7 @@ export default {
error: false, error: false,
searchNum: '0', searchNum: '0',
currentPage: 1, currentPage: 1,
pageSize: 20, pageSize: 5,
postDataList: [], postDataList: [],
checked: '', checked: '',
checkedList: [], checkedList: [],
......
...@@ -20,7 +20,7 @@ Vue.use(Router) ...@@ -20,7 +20,7 @@ Vue.use(Router)
const routerList = [ const routerList = [
{ {
path: '/', path: '/',
redirect: '/myOrder' redirect: '/scanQRCode'
}, },
...todo, ...todo,
...saleSituation, ...saleSituation,
......
...@@ -265,10 +265,10 @@ export default { ...@@ -265,10 +265,10 @@ export default {
if (this.orderInfo.orderStatusCode === '220' || this.orderInfo.orderStatusCode === '310' || this.orderInfo.orderStatusCode === '400') { if (this.orderInfo.orderStatusCode === '220' || this.orderInfo.orderStatusCode === '310' || this.orderInfo.orderStatusCode === '400') {
// this.sendType = this.orderInfo.orderStatusCode === '310' // this.sendType = this.orderInfo.orderStatusCode === '310'
if (this.orderInfo.orderStatusCode !== '400') { if (this.orderInfo.orderStatusCode !== '400') {
console.log("2222222") // console.log("2222222")
this.sendType = true this.sendType = true
} else { } else {
console.log("11111111") // console.log("11111111")
this.sendType = false this.sendType = false
} }
this.getGpsPoint() this.getGpsPoint()
......
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