From c5a29599fc53b63c4ea31513805137655b656256 Mon Sep 17 00:00:00 2001 From: jiangfuzhuang Date: Fri, 31 May 2019 18:37:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=5F20190531?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/Assembly/SparePartsOutStockRecord.js | 38 +++++ src/icons/svg/AssemblyExecution.svg | 1 + src/icons/svg/DeliveryApplication.svg | 1 + .../QualityInspectionInformationInquiry.svg | 1 + src/icons/svg/SparePartsOutStockRecord.svg | 1 + .../SparePartsOutStockRecord/index.vue | 159 ++++++++++++++++++ 6 files changed, 201 insertions(+) create mode 100644 src/api/Assembly/SparePartsOutStockRecord.js create mode 100644 src/icons/svg/AssemblyExecution.svg create mode 100644 src/icons/svg/DeliveryApplication.svg create mode 100644 src/icons/svg/QualityInspectionInformationInquiry.svg create mode 100644 src/icons/svg/SparePartsOutStockRecord.svg create mode 100644 src/views/Assembly/SparePartsOutStockRecord/index.vue diff --git a/src/api/Assembly/SparePartsOutStockRecord.js b/src/api/Assembly/SparePartsOutStockRecord.js new file mode 100644 index 00000000..2cfefe58 --- /dev/null +++ b/src/api/Assembly/SparePartsOutStockRecord.js @@ -0,0 +1,38 @@ +import request from '@/utils/request' + +// 初始化机床项目 +export function initProject() { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: 'PDM_项目名称_查询数据' + } + }) +} +// 组件查询 +export function searchgroup(num) { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: 'PDM_组件名称_查询数据', + param: '机床流水号=' + num + } + }) +} +// 车间生产管理工艺_备料管理_备料出库记录_视图_查询数据 +export function selecttable(check1, value1, check2, value2, check3, value3, check4, value4, check5, value5) { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: '车间生产管理工艺_备料管理_备料出库记录_视图_查询数据', + param: '机床流水号_check=' + check1 + '&机床流水号=' + value1 + '&组件流水号_check=' + check2 + '&组件流水号=' + value2 + '&零件图号_check=' + check3 + '&零件图号=' + value3 + '&开始时间_check=' + check4 + '&开始时间=' + value4 + '&结束时间_check=' + check5 + '&结束时间=' + value5 + } + }) +} + diff --git a/src/icons/svg/AssemblyExecution.svg b/src/icons/svg/AssemblyExecution.svg new file mode 100644 index 00000000..9ee2e989 --- /dev/null +++ b/src/icons/svg/AssemblyExecution.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/DeliveryApplication.svg b/src/icons/svg/DeliveryApplication.svg new file mode 100644 index 00000000..fca39892 --- /dev/null +++ b/src/icons/svg/DeliveryApplication.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/QualityInspectionInformationInquiry.svg b/src/icons/svg/QualityInspectionInformationInquiry.svg new file mode 100644 index 00000000..7339fb9c --- /dev/null +++ b/src/icons/svg/QualityInspectionInformationInquiry.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/SparePartsOutStockRecord.svg b/src/icons/svg/SparePartsOutStockRecord.svg new file mode 100644 index 00000000..ca0c397d --- /dev/null +++ b/src/icons/svg/SparePartsOutStockRecord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/views/Assembly/SparePartsOutStockRecord/index.vue b/src/views/Assembly/SparePartsOutStockRecord/index.vue new file mode 100644 index 00000000..94b32697 --- /dev/null +++ b/src/views/Assembly/SparePartsOutStockRecord/index.vue @@ -0,0 +1,159 @@ + + + + +