h5_standard/src/components/common/Menu.vue
@@ -83,8 +83,8 @@ info.value.push(res.data) } } switch (type.value.trim()) { case '/needToBeDealtWith/issueOperation': // 出库 if (info.value[0].barcodeType === QRCodeType.ZKD || info.value[0].barcodeType === QRCodeType.CKD) { await router.push({name: 'issueOperation', query: { id: info.value[0].id, type: info.value[0].barcodeType }}) @@ -272,6 +272,7 @@ // 跳转路由 const jump = (item: any) => { debugger; type.value = item.url switch (item.url.trim()) { case '/needToBeDealtWith/issueOperation': // 出库