From f86c19c9c63b7a4f3a22e9630b57b8d6aab004e4 Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Sat, 22 Dec 2018 16:20:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=B6=E4=BB=B6=E5=B7=A5=E8=89=BA=E5=88=B6?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManufacturingCenter/ProcessPlanning.js | 12 +++---- .../index.vue | 35 +++++++++++++++---- 2 files changed, 34 insertions(+), 13 deletions(-) diff --git a/src/api/ManufacturingCenter/ProcessPlanning.js b/src/api/ManufacturingCenter/ProcessPlanning.js index dfc15e3d..72d253a9 100644 --- a/src/api/ManufacturingCenter/ProcessPlanning.js +++ b/src/api/ManufacturingCenter/ProcessPlanning.js @@ -8,7 +8,7 @@ export function initCraftmen() { data: { type: '1', name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号', - param: '考核部门编号=17' + param: '考核部门编号=9' } }) } @@ -209,7 +209,7 @@ export function gongyiCopy(num1, num2) { method: 'post', data: { type: '1', - name: '车间采购管理工艺_零件工序_工艺拷贝_工艺流水号', + name: '车间生产管理工艺_零件工序_工艺拷贝_工艺流水号', param: '工艺流水号_完成工艺=' + num1 + '=int&工艺流水号_被拷工艺=' + num2 + '=int' } }) @@ -233,8 +233,8 @@ export function hardEdit(num, hard) { method: 'post', data: { type: '2', - name: '车间采购管理工艺_零件工序_修改数据_工艺难度等级', - param: '外购件工序流水号=' + num + '=int&工艺难度等级=' + hard + name: '车间生产管理工艺_零件工序_修改数据_工艺难度等级', + param: '工序流水号=' + num + '=int&工艺难度等级=' + hard } }) } @@ -329,8 +329,8 @@ export function selectRequest(num0, num1, num2, num3, request0) { method: 'post', data: { type: '2', - name: '车间采购管理工艺_零件工序_修改数据_根据外购件工序流水号和工艺流水号', - param: '外购件工序流水号=' + num0 + '&工艺流水号=' + num1 + '&工艺编号=' + num2 + '&工艺顺序=' + num3 + '&工艺要求=' + request0 + name: '车间生产管理工艺_零件工序_修改数据_根据工序流水号和工艺计划流水号', + param: '工序流水号=' + num0 + '&工艺计划流水号=' + num1 + '&工艺编号=' + num2 + '&工艺顺序=' + num3 + '&工艺要求=' + request0 } }) } diff --git a/src/views/Outsourcing/OutsourcingPaymentPlanManagement/index.vue b/src/views/Outsourcing/OutsourcingPaymentPlanManagement/index.vue index 0f00e958..c874d948 100644 --- a/src/views/Outsourcing/OutsourcingPaymentPlanManagement/index.vue +++ b/src/views/Outsourcing/OutsourcingPaymentPlanManagement/index.vue @@ -56,7 +56,7 @@ - + - - +