diff --git a/src/api/quotation/quoteOfBom.js b/src/api/quotation/quoteOfBom.js
index 6ed1494..b1744a6 100644
--- a/src/api/quotation/quoteOfBom.js
+++ b/src/api/quotation/quoteOfBom.js
@@ -6,3 +6,4 @@ export const updateQuoteBomList = (data)=>createAPI(`/quote/bom/update`,'post',d
export const searchQuoteBomList = (data)=>createAPI(`/quote/bom/list`,'post',data);
export const searchQuoteBomHeader = (data)=>createAPI(`/quote/bom/header`,'get',data);
export const searchQuoteBOMVersion = (data)=>createAPI(`/quote/bom/version/list`,'post',data);
+export const searchQuoteBOMAlternativeNo = (data)=>createAPI(`/quote/bom/version/list`,'post',data);
diff --git a/src/api/quotation/quoteOfRouting.js b/src/api/quotation/quoteOfRouting.js
index dd63001..a560b6f 100644
--- a/src/api/quotation/quoteOfRouting.js
+++ b/src/api/quotation/quoteOfRouting.js
@@ -4,3 +4,5 @@ export const getRoutingTreeStructure = (data)=>createAPI(`/quote/routing/tree/li
export const searchQuoteRoutingHeader = (data)=>createAPI(`/quote/routing/header`,'get',data);
export const updateQuoteRoutingList = (data)=>createAPI(`/quote/routing/update`,'post',data);
export const searchQuoteRoutingList = (data)=>createAPI(`/quote/routing/list`,'post',data);
+export const searchQuoteRoutingAlternativeNo = (data)=>createAPI(`/quote/routing/version/list`,'post',data);
+
diff --git a/src/views/modules/quotation/sellForQuotation.vue b/src/views/modules/quotation/sellForQuotation.vue
index c476076..94b793b 100644
--- a/src/views/modules/quotation/sellForQuotation.vue
+++ b/src/views/modules/quotation/sellForQuotation.vue
@@ -62,8 +62,8 @@
新 增
-
+
td {
+ background-color: #E8F7F6 !important;
+ color: #fff;
+ }
+
diff --git a/src/views/modules/quotation/sellForQuotation/quotationDetail/billOfMateriel.vue b/src/views/modules/quotation/sellForQuotation/quotationDetail/billOfMateriel.vue
index 6a70c89..bf36642 100644
--- a/src/views/modules/quotation/sellForQuotation/quotationDetail/billOfMateriel.vue
+++ b/src/views/modules/quotation/sellForQuotation/quotationDetail/billOfMateriel.vue
@@ -1,11 +1,12 @@