From 01786819613678c67c34fc9414b37cb76824a8d5 Mon Sep 17 00:00:00 2001 From: liushuai Date: Tue, 4 Jun 2019 10:46:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../index.vue | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/views/Assembly/QualityInspectionInformationInquiry/index.vue b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue index bb0d5683..3e3727b5 100644 --- a/src/views/Assembly/QualityInspectionInformationInquiry/index.vue +++ b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue @@ -122,6 +122,15 @@ {{ scope.row.备注 }} + + +
+ +
+ +
+
@@ -148,12 +162,15 @@ export default { machineNumber: [], startTime: '', endTime: '', + urls: [], + number: '', groupNumberValue: '', groupNumber: [], QualityTypeNumber: [], QualityTypeValue: '', tableData1: [], SpareParts: '', + dialogFormVisible: false, loading: false, total: null, // 总条数 pageSize: 10, // 每页显示条数 @@ -161,7 +178,6 @@ export default { } }, created() { - }, mounted() { this.initProject() @@ -216,6 +232,9 @@ export default { this.total = response.data.total }) }, + viewPicture(row) { + this.dialogFormVisible = true + }, // 分页 handleSizeChange(val) { this.pageCurrent = 1