弹窗需求

This commit is contained in:
2024-02-27 17:40:30 +08:00
parent c6c0dfdd11
commit 20f3c9cc20
32 changed files with 752 additions and 4310 deletions

View File

@@ -47,9 +47,9 @@
toPage (e) {
let url = ''
if (e.ywlx === 'OUT') {
url = '/pages/management/out-storage?id=' + e.djlx
url = '/pages/management/out-storage?id=' + e.djlx + '&name=' + e.name
} else {
url = '/pages/management/in-storage?id=' + e.djlx
url = '/pages/management/in-storage?id=' + e.djlx + '&name=' + e.name
}
uni.redirectTo({
url: url