diff --git a/src/views/modules/quotation/requestForQuote.vue b/src/views/modules/quotation/requestForQuote.vue index 368efdf..ea1bf58 100644 --- a/src/views/modules/quotation/requestForQuote.vue +++ b/src/views/modules/quotation/requestForQuote.vue @@ -151,7 +151,7 @@ @@ -189,19 +189,20 @@ - - - @@ -224,18 +225,20 @@ - - + - @@ -255,21 +258,21 @@ - - 报价专员 + 报价专员 报价专员 - + - - 采购专员 - + + 采购专员 + @@ -281,7 +284,7 @@ @@ -351,7 +354,7 @@ - 保存 + 保存 关闭 同意 驳回 @@ -857,6 +860,11 @@ export default { }, "searchData.quotationBatchNo"(newVal,oldVal){ this.searchData.quotationBatchNo = newVal.toUpperCase() + }, + modalFlag(newVal,oldVal){ + if (newVal === false){ + this.detailVisible = false + } } }, data() { @@ -1931,6 +1939,7 @@ export default { ], rejectVisible:false, rejectOpinion:'', + detailVisible:false, } }, mounted() { @@ -3373,6 +3382,10 @@ export default { } else { this.$router.push({name:`part-partInformation`,params:{partNo:row.testPartNo},}) } + }, + updateDetailModal(row){ + this.detailVisible = true + this.updateModal(row) } } }