diff --git a/src/api/Assembly/QualityInspectionInformationInquiry.js b/src/api/Assembly/QualityInspectionInformationInquiry.js index 5d27c1d4..a19ab64c 100644 --- a/src/api/Assembly/QualityInspectionInformationInquiry.js +++ b/src/api/Assembly/QualityInspectionInformationInquiry.js @@ -11,27 +11,27 @@ export function initProject() { } }) } -// PDM_机床名称_发货状态_查询数据 -export function selecttable(check2, machineNumberValue) { +// 组件查询 +export function searchgroup(num) { return request({ url: '', method: 'post', data: { type: '1', - name: 'PDM_机床名称_发货状态_查询数据', - param: '机床流水号_check=' + check2 + '&机床流水号=' + machineNumberValue + name: 'PDM_组件名称_查询数据', + param: '机床流水号=' + num } }) } -// PDM_机床名称_发货状态_编辑数据 -export function updatestate(machineNumberValue, state) { +// 组件查询 +export function selecttable(check1, value1, check2, value2, check3, value3) { return request({ url: '', method: 'post', data: { type: '1', - name: 'PDM_机床名称_发货状态_编辑数据', - param: '机床流水号=' + machineNumberValue + '&发货状态=' + state + name: '质量管理_质量情况_查询数据', + param: '机床流水号_check=' + check1 + '&机床流水号=' + value1 + '&组件流水号_check=' + check2 + '&组件流水号=' + value2 + '&零件名称_check=' + check3 + '&零件名称=' + value3 } }) } diff --git a/src/views/Assembly/AssemblyExecution/index.vue b/src/views/Assembly/AssemblyExecution/index.vue index 75eda729..a661d266 100644 --- a/src/views/Assembly/AssemblyExecution/index.vue +++ b/src/views/Assembly/AssemblyExecution/index.vue @@ -3,7 +3,7 @@ 机床编号: - + {{ item.name }} - 组号: - - - - 查询 + + + + + + + + +

总装调试

- + - + - + - + + + + + + + + + + + + + + + + + + + @@ -56,7 +102,7 @@