diff --git a/src/api/Assembly/AssemblyExecution.js b/src/api/Assembly/AssemblyExecution.js index c159db91..919d23cc 100644 --- a/src/api/Assembly/AssemblyExecution.js +++ b/src/api/Assembly/AssemblyExecution.js @@ -42,6 +42,19 @@ export function searchTable1(machineNumberValue, check2) { } }) } +export function editData(machineNumberValue, num1, num2, num3, num4) { + return request({ + url: '', + method: 'post', + data: { + UserID: state.state.user.id, + ModularID: router.currentRoute.path, + type: '2', + name: 'PDM_机床名称_机床状态_修改数据_编辑', + param: '机床流水号=' + machineNumberValue + '&机床装配开始时间=' + num1 + '=datetime' + '&机床装配实际完成时间=' + num2 + '=datetime' + '&调试开始时间=' + num3 + '=datetime' + '&调试结束时间=' + num4 + '=datetime' + } + }) +} // // 组件查询 // export function searchTable2(machineNumberValue, check2, groupNumberValue, check3) { // return request({ diff --git a/src/views/Assembly/AssemblyExecution/index.vue b/src/views/Assembly/AssemblyExecution/index.vue index f02d95fc..10e9ebb9 100644 --- a/src/views/Assembly/AssemblyExecution/index.vue +++ b/src/views/Assembly/AssemblyExecution/index.vue @@ -27,17 +27,17 @@

总装调试

- + - + - + @@ -47,27 +47,71 @@ {{ scope.row.机床数量 }} - + - + - + - + - + @@ -86,50 +137,50 @@

部装

- + - + - + - + - + - + - + - + - +