|
@@ -280,6 +280,8 @@ export default {
|
|
this.selectedOptions1 = value
|
|
this.selectedOptions1 = value
|
|
},
|
|
},
|
|
returnsales() {
|
|
returnsales() {
|
|
|
|
+ this.priceConfirmationSheet = {}
|
|
|
|
+ this.deptBudgetList = {}
|
|
this.$router.push({ path: 'priceConfirmationSheet',
|
|
this.$router.push({ path: 'priceConfirmationSheet',
|
|
query: { contractNo: this.$route.query.contractNo , contractType: this.$route.query.contractType } })
|
|
query: { contractNo: this.$route.query.contractNo , contractType: this.$route.query.contractType } })
|
|
},
|
|
},
|
|
@@ -494,6 +496,7 @@ export default {
|
|
.toPromise()
|
|
.toPromise()
|
|
.then((response) => {
|
|
.then((response) => {
|
|
this.$message.success('添加成功')
|
|
this.$message.success('添加成功')
|
|
|
|
+ this.deptBudgetList = {}
|
|
this.priceConfirmationSheet = {}
|
|
this.priceConfirmationSheet = {}
|
|
this.$router.push({ path: 'priceConfirmationSheet'
|
|
this.$router.push({ path: 'priceConfirmationSheet'
|
|
,query: { contractNo: this.$route.query.contractNo , contractType: this.$route.query.contractType } })
|
|
,query: { contractNo: this.$route.query.contractNo , contractType: this.$route.query.contractType } })
|