diff --git a/src/api/ManufacturingCenter/EquipmentConditionAnalysis.js b/src/api/ManufacturingCenter/EquipmentConditionAnalysis.js index 1c15d649..21a5b21c 100644 --- a/src/api/ManufacturingCenter/EquipmentConditionAnalysis.js +++ b/src/api/ManufacturingCenter/EquipmentConditionAnalysis.js @@ -34,6 +34,17 @@ export function getData2(num, num1, num2) { } }) } +export function getData3(num, num1, num2) { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: '车间生产管理_设备运行情况_查询数据_状态分布图', + param: '工位号=' + num + '&开始时间=' + num1 + '&结束时间=' + num2 + } + }) +} // 初始化 人员和工位 export function getMachine() { return request({ diff --git a/src/views/Assembly/QualityInspectionInformationInquiry/index.vue b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue index a1c1e35a..c835edd2 100644 --- a/src/views/Assembly/QualityInspectionInformationInquiry/index.vue +++ b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue @@ -576,6 +576,7 @@ export default { if (this.qualityInspectionValue !== '' && this.qualityInspectionValue !== null) { this.check7 = 1 } else { this.check7 = 0 } if (this.personNum !== '' && this.personNum !== null) { this.check8 = 1 } else { this.check8 = 0 } selecttable(this.check1, this.machineNumberValue, this.check2, this.groupNumberValue, this.check3, this.SpareParts, this.check4, this.QualityTypeValue, this.check5, this.startTime, this.check6, this.endTime, this.check7, this.qualityInspectionValue, this.check8, this.personNum, this.pageCurrent, this.pageSize).then(response => { + console.log(response.data.rows, 111) this.tableData1 = response.data.rows this.loading = false this.total = response.data.total diff --git a/src/views/ManufacturingCenter/EquipmentConditionAnalysis/index.vue b/src/views/ManufacturingCenter/EquipmentConditionAnalysis/index.vue index 1a67ff33..07786a6a 100644 --- a/src/views/ManufacturingCenter/EquipmentConditionAnalysis/index.vue +++ b/src/views/ManufacturingCenter/EquipmentConditionAnalysis/index.vue @@ -129,7 +129,7 @@ -