错误提示
This commit is contained in:
parent
c9d309e1d6
commit
e48399a0b6
@ -371,7 +371,7 @@
|
|||||||
}
|
}
|
||||||
this.doneGood()
|
this.doneGood()
|
||||||
this.showPop = false
|
this.showPop = false
|
||||||
this.showMore()
|
// this.showMore()
|
||||||
|
|
||||||
},
|
},
|
||||||
// 送达
|
// 送达
|
||||||
@ -380,8 +380,15 @@
|
|||||||
take_code: this.take_code,
|
take_code: this.take_code,
|
||||||
logistics_id: this.goodsInfo.id
|
logistics_id: this.goodsInfo.id
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
console.log(res)
|
||||||
this.$emit('showTost')
|
this.$emit('showTost')
|
||||||
this.$emit('getlist')
|
this.$emit('getlist')
|
||||||
|
}).catch(err => {
|
||||||
|
console.log(err.msg)
|
||||||
|
uni.showToast({
|
||||||
|
title: err.msg,
|
||||||
|
icon: "none"
|
||||||
|
})
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -539,7 +539,7 @@
|
|||||||
"path": "property/index",
|
"path": "property/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "资产管理",
|
"navigationBarTitleText": "资产管理",
|
||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": true,
|
||||||
"navigationBarBackgroundColor": "#0122C7",
|
"navigationBarBackgroundColor": "#0122C7",
|
||||||
"navigationBarTextStyle": "white"
|
"navigationBarTextStyle": "white"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user