From 6c858eb1e2a733f5f1de11d9a25f3bdb3598c855 Mon Sep 17 00:00:00 2001 From: chenjianan Date: Wed, 29 May 2019 19:15:27 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E7=A6=BB=E7=BA=BF=E8=AF=B7=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PurchasingCenter/FundApproval2/index.vue | 83 ++++++++++++++++++- 1 file changed, 82 insertions(+), 1 deletion(-) diff --git a/src/views/PurchasingCenter/FundApproval2/index.vue b/src/views/PurchasingCenter/FundApproval2/index.vue index 674bdd5e..e7454513 100644 --- a/src/views/PurchasingCenter/FundApproval2/index.vue +++ b/src/views/PurchasingCenter/FundApproval2/index.vue @@ -118,8 +118,47 @@

采购合同

-
+

离线合同

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +

离线合同

GAOJING合同名称 + 供应商 + +
合同编号 + 采购员 +
序号名称规格型号数量单价合计交货期备注
总计 + + +
+
+
+ + diff --git a/src/views/Assembly/DeliveryApplication/index.vue b/src/views/Assembly/DeliveryApplication/index.vue new file mode 100644 index 00000000..957016d1 --- /dev/null +++ b/src/views/Assembly/DeliveryApplication/index.vue @@ -0,0 +1,110 @@ + + + + + diff --git a/src/views/Assembly/QualityInspectionInformationInquiry/index.vue b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue new file mode 100644 index 00000000..f1616531 --- /dev/null +++ b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue @@ -0,0 +1,110 @@ + + + + + diff --git a/src/views/ManufacturingCenter/GroupMatching/index.vue b/src/views/ManufacturingCenter/GroupMatching/index.vue index cab4d0d6..d0cb1f1c 100644 --- a/src/views/ManufacturingCenter/GroupMatching/index.vue +++ b/src/views/ManufacturingCenter/GroupMatching/index.vue @@ -285,6 +285,13 @@ {{ scope.row.机床主管 }} + + +
- + From ab3c50f7f7c10c59538431bec611aa00a88549c5 Mon Sep 17 00:00:00 2001 From: chenjianan Date: Thu, 30 May 2019 09:47:21 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E5=B7=A5=E8=89=BA=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProcessQuotaEstablishment.js | 12 ++++++ .../ProcessQuotaEstablishment/index.vue | 38 +++++++++++++++++-- 2 files changed, 46 insertions(+), 4 deletions(-) diff --git a/src/api/ManufacturingCenter/ProcessQuotaEstablishment.js b/src/api/ManufacturingCenter/ProcessQuotaEstablishment.js index 7a4fa413..63742b3b 100644 --- a/src/api/ManufacturingCenter/ProcessQuotaEstablishment.js +++ b/src/api/ManufacturingCenter/ProcessQuotaEstablishment.js @@ -1,5 +1,17 @@ import request from '@/utils/request' +// 查询零件(包含借用件) +export function getPartnames3(num1, num2) { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: '车间生产管理工艺_零件工艺计划_编制工艺_按人员机床组号或图号查', + param: '工艺人员编号=' + num1 + '&机床组号或图号=' + num2 + } + }) +} // 典艺查询<高精原有数据> export function searchProcess11(num) { return request({ diff --git a/src/views/ManufacturingCenter/ProcessQuotaEstablishment/index.vue b/src/views/ManufacturingCenter/ProcessQuotaEstablishment/index.vue index 03fdcf68..c070b9fc 100644 --- a/src/views/ManufacturingCenter/ProcessQuotaEstablishment/index.vue +++ b/src/views/ManufacturingCenter/ProcessQuotaEstablishment/index.vue @@ -9,16 +9,24 @@ :label="item.label" :value="item.value"/> - 零件号: + + 机床-分组 或 零件号: + + + :value="item.value"> + {{ item.label }} + -{{ item.group }} +   {{ item.machine }} + 是否核准 在制零件工艺调整 @@ -42,7 +50,7 @@
- + 物料类型: { + for (let i = 0; i < response.data.length; i++) { + this.partNum.push({ + label: response.data[i].零件图号, + value: response.data[i].工艺计划流水号, + machine: response.data[i].机床图号, + group: response.data[i].组号 + }) + } + }) + }, searchParts() { // 根据条件查零件号 this.tableData = [] this.partNum = [] @@ -1457,6 +1486,7 @@ export default { this.spec = '' this.newNum = '' this.searchParts() + this.searchPartsByMachineGroup() this.$message.success('保存成功') }) } From 1966a1bf3f85379c5ed824e350e1e2ffaa9b65f1 Mon Sep 17 00:00:00 2001 From: chenjianan Date: Thu, 30 May 2019 10:03:20 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/components/AppMain.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/layout/components/AppMain.vue b/src/views/layout/components/AppMain.vue index 3d192ba5..03f99822 100644 --- a/src/views/layout/components/AppMain.vue +++ b/src/views/layout/components/AppMain.vue @@ -3,9 +3,9 @@ - - - + + +