|
@@ -212,6 +212,7 @@
|
|
rejectNum: 0,
|
|
rejectNum: 0,
|
|
examiningNum: 0,
|
|
examiningNum: 0,
|
|
status: 0,
|
|
status: 0,
|
|
|
|
+ inspectionStatus:0
|
|
})
|
|
})
|
|
const initStatus = ref(0)
|
|
const initStatus = ref(0)
|
|
const photoList = ref([])
|
|
const photoList = ref([])
|
|
@@ -273,6 +274,7 @@
|
|
console.log('acceptDataFromOpenerPage', data)
|
|
console.log('acceptDataFromOpenerPage', data)
|
|
if (data && data.data) {
|
|
if (data && data.data) {
|
|
processInspecion.value.lot = data.data;
|
|
processInspecion.value.lot = data.data;
|
|
|
|
+ console.log(processInspecion.value.lot)
|
|
// getOringicalList()
|
|
// getOringicalList()
|
|
}
|
|
}
|
|
})
|
|
})
|