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 {
-
+
采购专员