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 @@ - + - - +