|
@@ -356,7 +356,12 @@ export default {
|
|
},
|
|
},
|
|
// 返回
|
|
// 返回
|
|
handleBack () {
|
|
handleBack () {
|
|
- this.$router.push({ name: 'billOfLadingList' })
|
|
|
|
|
|
+ console.log(this.$route)
|
|
|
|
+ if (this.$route.query.path == 'salerReturn') {
|
|
|
|
+ this.$router.push({ name: 'salesReturnList' })
|
|
|
|
+ } else {
|
|
|
|
+ this.$router.push({ name: 'billOfLadingList' })
|
|
|
|
+ }
|
|
},
|
|
},
|
|
// 附件上传
|
|
// 附件上传
|
|
changeAttach (file) {
|
|
changeAttach (file) {
|