diff --git a/src/api/Inventory/StockInquiry.js b/src/api/Inventory/StockInquiry.js new file mode 100644 index 00000000..2104299f --- /dev/null +++ b/src/api/Inventory/StockInquiry.js @@ -0,0 +1,37 @@ +import request from '@/utils/request' + +// 初始化项目 +export function initProject() { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: 'PDM_项目名称_查询数据_按时间排序' + } + }) +} +// 机床查询 +export function searchmachine(check, num) { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: 'PDM_机床名称_查询数据', + param: '项目流水号_check=' + check + '=int&项目流水号=' + num + } + }) +} +// 分组查询 +export function searchTeam(machineNumber) { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: 'PDM_组件名称_查询数据', + param: '机床流水号=' + machineNumber + } + }) +} diff --git a/src/icons/svg/StockInquiry.svg b/src/icons/svg/StockInquiry.svg new file mode 100644 index 00000000..343a5d73 --- /dev/null +++ b/src/icons/svg/StockInquiry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/views/Inventory/StockInquiry/index.vue b/src/views/Inventory/StockInquiry/index.vue new file mode 100644 index 00000000..56693e1c --- /dev/null +++ b/src/views/Inventory/StockInquiry/index.vue @@ -0,0 +1,165 @@ + + + + + diff --git a/src/views/MarketingCenter/ContractInformationManagement/index.vue b/src/views/MarketingCenter/ContractInformationManagement/index.vue index cc878508..cc01a875 100644 --- a/src/views/MarketingCenter/ContractInformationManagement/index.vue +++ b/src/views/MarketingCenter/ContractInformationManagement/index.vue @@ -1,36 +1,40 @@