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