|
@@ -232,12 +232,19 @@
|
|
|
uni.$once('addUnfitInfoEvent', (data) => {
|
|
|
addUnfitInfo(data)
|
|
|
})
|
|
|
+ // console.log(dayworkItem.value)
|
|
|
uni.navigateTo({
|
|
|
url: "/pages/sorting/options",
|
|
|
success: (res) => {
|
|
|
// 通过eventChannel向被打开页面传送数据
|
|
|
res.eventChannel.emit('acceptDataFromOpenerPage', {
|
|
|
data: dayworkItem.value,
|
|
|
+ query: {
|
|
|
+ productId: dayworkItem.value.daywork.productId,
|
|
|
+ processId: dayworkItem.value.process.id,
|
|
|
+ technologyVersion: dayworkItem.value.technologicalProcessDetail
|
|
|
+ .technologyVersion
|
|
|
+ },
|
|
|
index: unfitInfos.value.length
|
|
|
})
|
|
|
}
|