|
@@ -158,7 +158,7 @@ export default {
|
|
|
|
|
|
methods: {
|
|
|
handleBack () {
|
|
|
- this.$router.go(-1)
|
|
|
+ this.$router.push({ path: '/numsGoodsShelves/settlementManagement/list' })
|
|
|
},
|
|
|
orderDateChange (date) {
|
|
|
console.log(date, date)
|
|
@@ -177,7 +177,7 @@ export default {
|
|
|
getPageInfo () {
|
|
|
this.spinning = true
|
|
|
const info = JSON.parse(sessionStorage.getItem('settlementDetail'))
|
|
|
- merchantCashOut({shelfSn:this.$route.params.shelfSn}).then(res => {
|
|
|
+ merchantCashOut({ shelfSn: this.$route.params.shelfSn }).then(res => {
|
|
|
console.log(res, info, '===========')
|
|
|
if (res.status == 200) {
|
|
|
this.total = res.data
|