|
@@ -499,7 +499,7 @@ export default {
|
|
this.$router.go(-1)
|
|
this.$router.go(-1)
|
|
},
|
|
},
|
|
returnsales() {
|
|
returnsales() {
|
|
- this.$router.push({ path: 'tranManagementWarehouseInOutTask' })
|
|
|
|
|
|
+ this.$router.push({ path: 'tranManagementWarehouseInOuttask' })
|
|
},
|
|
},
|
|
// 获取当前年月日
|
|
// 获取当前年月日
|
|
getdate() {
|
|
getdate() {
|
|
@@ -559,7 +559,8 @@ export default {
|
|
.toPromise()
|
|
.toPromise()
|
|
.then(response => {
|
|
.then(response => {
|
|
this.$message.success('添加成功')
|
|
this.$message.success('添加成功')
|
|
- this.$router.push({ path: 'tranManagementWarehouseInOutTask' })
|
|
|
|
|
|
+ this.$router.go(-1)
|
|
|
|
+ // this.$router.push({ path: 'tranManagementWarehouseInOutTask' })
|
|
})
|
|
})
|
|
} else {
|
|
} else {
|
|
EventBus.$emit('error', this.$t('showMessage.asteriskRequired'))
|
|
EventBus.$emit('error', this.$t('showMessage.asteriskRequired'))
|
|
@@ -569,7 +570,8 @@ export default {
|
|
},
|
|
},
|
|
//关闭
|
|
//关闭
|
|
close() {
|
|
close() {
|
|
- this.$router.push({ path: 'tranManagementWarehouseInOutTask' })
|
|
|
|
|
|
+ this.$router.go(-1)
|
|
|
|
+ // this.$router.push({ path: 'tranManagementWarehouseInOutTask' })
|
|
},
|
|
},
|
|
tarechange(e) {
|
|
tarechange(e) {
|
|
if (this.dataList.grossWeight && this.dataList.tare) {
|
|
if (this.dataList.grossWeight && this.dataList.tare) {
|