|
@@ -236,12 +236,14 @@ export default {
|
|
|
},
|
|
|
returnsales() {
|
|
|
if(this.$route.query.contractType == '1'){
|
|
|
- this.$router.push({ path: 'futuresSalesContractExamine',
|
|
|
- query: { contractNo: this.$route.query.contractNo , contractType: this.$route.query.contractType } })
|
|
|
+ this.$router.push({ path: 'futuresSalesContractExamine'
|
|
|
+ ,query: { contractNo: this.$route.query.contractNo , contractType: this.$route.query.contractType , id:this.$route.query.id }
|
|
|
+ })
|
|
|
// this.$router.go(-1)
|
|
|
}else{
|
|
|
- this.$router.push({ path: 'futuresPurchaseContractExamine',
|
|
|
- query: { contractNo: this.$route.query.contractNo, contractType: this.$route.query.contractType } })
|
|
|
+ this.$router.push({ path: 'futuresPurchaseContractExamine'
|
|
|
+ ,query: { contractNo: this.$route.query.contractNo, contractType: this.$route.query.contractType , id: this.$route.query.id }
|
|
|
+ })
|
|
|
// this.$router.go(-1)
|
|
|
}
|
|
|
//
|