| | |
| | | const route = currentRoute.value |
| | | let type = props.type |
| | | let faceOrientation = props.faceOrientation |
| | | if (type==="英文标签" && faceOrientation==="此面为室内面"){ |
| | | if (type.indexOf("英文")>-1 && faceOrientation==="此面为室内面"){ |
| | | faceOrientation='INSIDE' |
| | | } |
| | | else if (type==="英文标签" && faceOrientation==="此面为室外面"){ |
| | | else if (type.indexOf("英文")>-1 && faceOrientation==="此面为室外面"){ |
| | | faceOrientation='OUTSIDE' |
| | | } |
| | | let lableType = props.lableType |
| | |
| | | } |
| | | |
| | | // 遍历 lastList 并更新对应的属性 |
| | | console.log(lastList.value,id) |
| | | console.log(lastList.value[index].glassNumber) |
| | | lastList.value.forEach(obj => { |
| | | // 获取前缀和 orderId |
| | | const prefix = obj.processId.substring(0, 11); |