diff --git a/src/api/base/properties.js b/src/api/base/properties.js index b26cb18..9151837 100644 --- a/src/api/base/properties.js +++ b/src/api/base/properties.js @@ -1,6 +1,8 @@ import { createAPI } from "@/utils/httpRequest.js"; export const propertiesItemSearch = data => createAPI(`/properties/propertiesItemSearch`,'post',data) +export const propertiesItemList = data => createAPI(`/properties/propertiesItemList`,'get',data) +export const propertiesAvailableList = data => createAPI(`/properties/propertiesAvailableList`,'get',data) export const propertiesItemSave = data => createAPI(`/properties/propertiesItemSave`,'post',data) export const propertiesItemEdit = data => createAPI(`/properties/propertiesItemEdit`,'post',data) export const propertiesItemDelete = data => createAPI(`/properties/propertiesItemDelete`,'post',data) diff --git a/src/api/quotation/quotationHeader.js b/src/api/quotation/quotationHeader.js index 5f5bc28..c89e1a8 100644 --- a/src/api/quotation/quotationHeader.js +++ b/src/api/quotation/quotationHeader.js @@ -166,3 +166,39 @@ export const deleteQuotationPart = (data) => createAPI('/plm/quotationPart/delet * @returns {*} */ export const batchDeleteQuotationPart = (data) => createAPI('/plm/quotationPart/batchDeleteQuotationPart','post',data); +/** + * 查询 成品属性 + * @param data + * @returns {*} + */ +export const searchQuotationPropertiesItem = (data) => createAPI('/plm/quotationPropertiesItem/list','get',data); +/** + * 新增成品属性 + * @param data + * @returns {*} + */ +export const saveQuotationPropertiesItem = (data) => createAPI('/plm/quotationPropertiesItem/save','post',data); +/** + * 删除成品属性 + * @param data + * @returns {*} + */ +export const deleteQuotationPropertiesItem = (data) => createAPI('/plm/quotationPropertiesItem/delete','post',data); +/** + * 查询 可选值 + * @param data + * @returns {*} + */ +export const searchQuotationPropertiesItemAvailable = (data) => createAPI('/plm/quotationPropertiesItemAvailable/list','get',data); +/** + * 保存可选值 + * @param data + * @returns {*} + */ +export const saveQuotationPropertiesItemAvailable = (data) => createAPI('/plm/quotationPropertiesItemAvailable/save','post',data); +/** + * 删除可选值 + * @param data + * @returns {*} + */ +export const deleteQuotationPropertiesItemAvailable = (data) => createAPI('/plm/quotationPropertiesItemAvailable/delete','post',data); diff --git a/src/views/modules/quotation/sellForQuotation.vue b/src/views/modules/quotation/sellForQuotation.vue index 6aca28b..7f243ce 100644 --- a/src/views/modules/quotation/sellForQuotation.vue +++ b/src/views/modules/quotation/sellForQuotation.vue @@ -65,7 +65,7 @@ - + @@ -314,7 +314,7 @@ 跟单员 - + @@ -327,8 +327,8 @@ - 关闭 确定 + 关闭 @@ -809,9 +809,6 @@ export default { /deep/ .el-range-editor.el-input__inner{ padding: 0px 10px; } - /deep/ .el-date-editor .el-range-separator{ - width: auto; - } /deep/ .el-input--mini .el-input__icon{ line-height: 20px; } diff --git a/src/views/modules/quotation/sellForQuotation/quotationDetail.vue b/src/views/modules/quotation/sellForQuotation/quotationDetail.vue index 54d5e45..73ab2f5 100644 --- a/src/views/modules/quotation/sellForQuotation/quotationDetail.vue +++ b/src/views/modules/quotation/sellForQuotation/quotationDetail.vue @@ -209,8 +209,8 @@ @@ -358,7 +358,41 @@ - + 新 增 + + + + + + + + 计 算 @@ -549,8 +583,8 @@ - 取 消 确 定 + 取 消 @@ -602,8 +636,8 @@ - 取 消 确 定 + 取 消 @@ -770,8 +804,8 @@ - 取 消 确 定 + 取 消 @@ -847,8 +881,8 @@ - 取 消 确 定 + 取 消 @@ -1042,8 +1076,8 @@ - 取 消 确 定 + 取 消 @@ -1083,6 +1117,189 @@ + + + + + + + 属性编码 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 确 定 + 取 消 + + + + + + + + + + + + + + + + 新增 + + + + + + + + + + + + + + + + + + + + + + 保存 + 关闭 + + + + + + + + + + + + + + + + + + + + + + 查 询 + + + + + + + + + + +