up support wo id
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user