diff --git a/src/api/quote/quoteDetailCalculation.js b/src/api/quote/quoteDetailCalculation.js
new file mode 100644
index 0000000..0ee7aa3
--- /dev/null
+++ b/src/api/quote/quoteDetailCalculation.js
@@ -0,0 +1,5 @@
+import {createAPI} from "../../utils/httpRequest";
+
+export const queryQuoteDetailCalculation = (data) => createAPI(`/quote/detail/calculation`,'post',data)
+
+export const updateQuoteDetailCalculation = (data) => createAPI(`/quote/detail/calculation/update`,'post',data)
diff --git a/src/views/modules/quote/detail/primary/quoteDetailCalculation.vue b/src/views/modules/quote/detail/primary/quoteDetailCalculation.vue
new file mode 100644
index 0000000..1159fb3
--- /dev/null
+++ b/src/views/modules/quote/detail/primary/quoteDetailCalculation.vue
@@ -0,0 +1,176 @@
+
+
+
+
+
+ 应用
+
+
+
+
+
+
+ 2020 Rate
+
+
+ Rate of Paris bonding
+
+
+ Rate of CLS
+
+
+
+
+ DL
+
+
+
+
+
+
+
+
+
+
+
+
+
+ VOH
+
+
+
+
+
+
+
+
+
+
+
+
+
+ FOH
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DL/Lam.+print+etch+slit
+
+
+
+
+
+
+
+ VOH/Lam.+print+etch+slit
+
+
+
+
+
+
+
+ FOH/Lam.+print+etch+slit
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/quote/detail/quoteDetail.vue b/src/views/modules/quote/detail/quoteDetail.vue
index a5b740d..35e81db 100644
--- a/src/views/modules/quote/detail/quoteDetail.vue
+++ b/src/views/modules/quote/detail/quoteDetail.vue
@@ -16,10 +16,12 @@ import QuoteDetailOther from "./primary/quoteDetailOther.vue";
import PartTable from "../../../../components/selector/table/partTable.vue";
import {handleQueryPart} from "../../../../api/part/partInformation";
import {updateColumnSize} from "../../../../api/table";
+import QuoteDetailCalculation from "./primary/quoteDetailCalculation.vue";
export default {
name: "quoteDetail",
components: {
+ QuoteDetailCalculation,
PartTable,
QuoteDetailOther, QuoteDetailRouting, QuoteDetailBom, QuoteDetailTool, QuoteDetailCost, ProjectPartTable},
props:{
@@ -815,6 +817,9 @@ export default {
+
+
+