From 5bcf0149bc447ed4007f5ed5c01b2307936f50ff Mon Sep 17 00:00:00 2001
From: qiezi <15576055375@163.com>
Date: Mon, 25 Nov 2024 16:51:33 +0800
Subject: [PATCH] 20241125
---
.../modules/quote/detail/quoteDetail.vue | 15 ++++++-
src/views/modules/quote/index.vue | 41 +++++++++++++++++--
2 files changed, 52 insertions(+), 4 deletions(-)
diff --git a/src/views/modules/quote/detail/quoteDetail.vue b/src/views/modules/quote/detail/quoteDetail.vue
index cd0aa8d..6928e80 100644
--- a/src/views/modules/quote/detail/quoteDetail.vue
+++ b/src/views/modules/quote/detail/quoteDetail.vue
@@ -72,6 +72,7 @@ export default {
currency2:undefined,
exchangeRate1:undefined,
exchangeRate2:undefined,
+ moq:'Standard 250K',
remark:'',
},
saveQuoteDetail:{
@@ -939,6 +940,8 @@ export default {
watch:{
quote(newVal,oldVal){
if (newVal.id){
+ this.quoteDetail.profitRate = this.quote.markup
+ this.quoteDetail.quoteProfitRate = this.quote.markup
this.handleQueryQuoteDetail();
}else {
this.dataList = [];
@@ -1031,9 +1034,19 @@ export default {
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/src/views/modules/quote/index.vue b/src/views/modules/quote/index.vue
index 8884a0c..9e097ad 100644
--- a/src/views/modules/quote/index.vue
+++ b/src/views/modules/quote/index.vue
@@ -53,6 +53,11 @@ export default {
createDate: "",
updateBy: "",
updateDate: "",
+ application: "",
+ annualDemand: "",
+ costModel: "UFIDA",
+ markup:0,
+ chipPrice:'',
},
quoteForm:{
},
@@ -858,12 +863,42 @@ export default {
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
币种
-
+
@@ -883,7 +918,7 @@ export default {
-
+
采购专员