Commit 6f11dd25 authored by xiejb's avatar xiejb

添加状态判断

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