diff --git a/src/api/part/partInformation.js b/src/api/part/partInformation.js index dfdaade..ed87515 100644 --- a/src/api/part/partInformation.js +++ b/src/api/part/partInformation.js @@ -192,6 +192,9 @@ export const partCostInformationEdit = data => createAPI(`/part/partInformation/ // costHistorySearch 成本历史查询 export const costHistorySearch = data => createAPI(`/part/partInformation/costHistorySearch`,'post',data) +// savePartCostComponentByExcel 保存物料成本构成 +export const savePartCostComponentByExcel = data => createAPI(`/part/partInformation/savePartCostComponentByExcel`,'post',data) + export const handleQueryPart = (data) => createAPI('/part/partInformation','post',data) export const handleQueryPartByPage = (data) => createAPI(`/part/partInformation/${data.no}/${data.size}`,'post',data) diff --git a/src/views/modules/eam/eamProjectInfoForUploads.vue b/src/views/modules/eam/eamProjectInfoForUploads.vue index c9e5e52..9473116 100644 --- a/src/views/modules/eam/eamProjectInfoForUploads.vue +++ b/src/views/modules/eam/eamProjectInfoForUploads.vue @@ -187,8 +187,8 @@ :min-width="item.columnWidth" :label="item.columnLabel">