From e663eff0ee0fdfd5ff3101d8eac286e567ab6db2 Mon Sep 17 00:00:00 2001
From: qiezi <15576055375@163.com>
Date: Thu, 24 Oct 2024 17:43:03 +0800
Subject: [PATCH] 2024-10-24
---
.../modules/quotation/requestForQuote.vue | 43 ++++++++++++-------
1 file changed, 28 insertions(+), 15 deletions(-)
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)
}
}
}