diff --git a/src/api/production/tool.js b/src/api/production/tool.js new file mode 100644 index 0000000..cde8cbf --- /dev/null +++ b/src/api/production/tool.js @@ -0,0 +1,8 @@ +/** + * 模具/工具实例查询 API - rqrq + */ +import { createAPI } from '@/utils/httpRequest.js' + +// 模具实例分页查询 - rqrq +export const searchToolInstancePage = data => + createAPI('/production/tool/searchToolInstancePage', 'post', data) diff --git a/src/views/modules/tool/toolInstanceQuery.vue b/src/views/modules/tool/toolInstanceQuery.vue new file mode 100644 index 0000000..d7f29e0 --- /dev/null +++ b/src/views/modules/tool/toolInstanceQuery.vue @@ -0,0 +1,246 @@ + + +