|
@@ -190,16 +190,7 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
// 返回
|
|
// 返回
|
|
handleBack () {
|
|
handleBack () {
|
|
- // if (this.$route.params.type == 'pushOrder') { // 下推
|
|
|
|
- // this.$router.push({ path: '/salesManagement/pushOrderManagement/list', query: { closeLastOldTab: true } })
|
|
|
|
- // } else if (this.$route.params.type == 'examineVerify') { // 备货审核
|
|
|
|
- // this.$router.push({ path: '/salesManagement/examineVerify/list', query: { closeLastOldTab: true } })
|
|
|
|
- // } else if (this.$route.params.type == 'financialCollection') { // 财务收款
|
|
|
|
- // this.$router.push({ path: '/financialManagement/financialCollection/list', query: { closeLastOldTab: true } })
|
|
|
|
- // } else if (this.$route.params.type == 'salesCollection') { // 销售收款
|
|
|
|
- // this.$router.push({ path: '/salesManagement/salesCollection/list', query: { closeLastOldTab: true } })
|
|
|
|
- // }
|
|
|
|
- this.$router.push({ name: this.fromRouter ? this.fromRouter.name : 'pushOrderManagementList' })
|
|
|
|
|
|
+ this.$router.push({ name: 'pushOrderManagementList' })
|
|
},
|
|
},
|
|
// 详情
|
|
// 详情
|
|
getDetail () {
|
|
getDetail () {
|