diff --git a/src/api/part/completeWhereUsed.js b/src/api/part/completeWhereUsed.js new file mode 100644 index 0000000..ecdda6b --- /dev/null +++ b/src/api/part/completeWhereUsed.js @@ -0,0 +1,7 @@ +import { createAPI } from '@/utils/httpRequest.js' + +/** + * 完整反查(子件在哪些父件 BOM 中被引用) + */ +export const completeWhereUsedSearch = data => + createAPI(`/plm/completeWhereUsed/search`, 'post', data) diff --git a/src/views/modules/part/componentWhereUsed.vue b/src/views/modules/part/componentWhereUsed.vue new file mode 100644 index 0000000..402d1f7 --- /dev/null +++ b/src/views/modules/part/componentWhereUsed.vue @@ -0,0 +1,221 @@ + + +