up support wo id

This commit is contained in:
2026-04-28 12:58:53 +08:00
parent ef05c81207
commit 3375963148
+7
View File
@@ -127,6 +127,13 @@ function doSearch() {
return return
} }
// po:ID → 采购订单
match = val.match(/^po:(\d+)$/)
if (match) {
uni.navigateTo({ url: '/pages/order/order-detail?id=' + match[1] })
return
}
searched.value = true searched.value = true
loading.value = true loading.value = true