|
@@ -216,7 +216,7 @@ export default {
|
|
handleInform(status = 2) {
|
|
handleInform(status = 2) {
|
|
sbumitFrontOrder({ id: this.$refs.header.screenForm.id, status }).then(res => {
|
|
sbumitFrontOrder({ id: this.$refs.header.screenForm.id, status }).then(res => {
|
|
this.$successMsg('发货通知')
|
|
this.$successMsg('发货通知')
|
|
- this.$emit('close')
|
|
|
|
|
|
+ this.handleBack()
|
|
|
|
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -228,7 +228,7 @@ export default {
|
|
}).then(res => {
|
|
}).then(res => {
|
|
signIn({ id: this.$refs.header.screenForm.id, status }).then(res => {
|
|
signIn({ id: this.$refs.header.screenForm.id, status }).then(res => {
|
|
this.$successMsg('签收')
|
|
this.$successMsg('签收')
|
|
- this.$emit('close')
|
|
|
|
|
|
+ this.handleBack()
|
|
|
|
|
|
})
|
|
})
|
|
}).catch(err => {
|
|
}).catch(err => {
|