diff --git a/src/api/srm/srmPart.js b/src/api/srm/srmPart.js index 7314637..e30eafc 100644 --- a/src/api/srm/srmPart.js +++ b/src/api/srm/srmPart.js @@ -4,4 +4,5 @@ import { createAPI } from '@/utils/httpRequest.js' export const searchPartList = data => createAPI('/part/searchPartList', 'POST', data) export const createPart = data => createAPI('/part/save', 'POST', data) export const updatePart = data => createAPI('/part/save', 'POST', data) -export const deletePart = data => createAPI('/part/delete', 'POST', data) +export const searchPartInfo = data => createAPI('part/getPart','POST', data) +export const deletePart = id => createAPI('/part/delete', 'POST', { id: id }) diff --git a/src/views/modules/srmPart/com_part_Approval.vue b/src/views/modules/srmPart/com_part_Approval.vue new file mode 100644 index 0000000..90a584b --- /dev/null +++ b/src/views/modules/srmPart/com_part_Approval.vue @@ -0,0 +1,304 @@ + + + + + diff --git a/src/views/modules/srmPart/com_part_Attachments.vue b/src/views/modules/srmPart/com_part_Attachments.vue new file mode 100644 index 0000000..b057485 --- /dev/null +++ b/src/views/modules/srmPart/com_part_Attachments.vue @@ -0,0 +1,386 @@ + + + + + + \ No newline at end of file diff --git a/src/views/modules/srmPart/com_part_BasicInfo.vue b/src/views/modules/srmPart/com_part_BasicInfo.vue new file mode 100644 index 0000000..976228d --- /dev/null +++ b/src/views/modules/srmPart/com_part_BasicInfo.vue @@ -0,0 +1,232 @@ + + + + \ No newline at end of file diff --git a/src/views/modules/srmPart/com_part_SpecParams.vue b/src/views/modules/srmPart/com_part_SpecParams.vue new file mode 100644 index 0000000..90a584b --- /dev/null +++ b/src/views/modules/srmPart/com_part_SpecParams.vue @@ -0,0 +1,304 @@ + + + + + diff --git a/src/views/modules/srmPart/com_part_Suppliers.vue b/src/views/modules/srmPart/com_part_Suppliers.vue new file mode 100644 index 0000000..90a584b --- /dev/null +++ b/src/views/modules/srmPart/com_part_Suppliers.vue @@ -0,0 +1,304 @@ + + + + + diff --git a/src/views/modules/srmPart/partInfoList.vue b/src/views/modules/srmPart/partInfoList.vue index 2f2e040..e752026 100644 --- a/src/views/modules/srmPart/partInfoList.vue +++ b/src/views/modules/srmPart/partInfoList.vue @@ -102,81 +102,71 @@ class="part-form">
- + - + - - - - - - - - - - - - - + - 产品分类 + 产品分类 - + - 计量单位 + 计量单位 + + + + + + + + + + + +
- - + + 采购员 - - + + sourcing专员 - + - 属性模板 - + 属性模板 + - - -
- -
- - + - + - - + - - -
@@ -191,7 +181,7 @@ -