生产出库功能

This commit is contained in:
蔡玲
2024-12-17 14:29:57 +08:00
parent e640a298da
commit 732d60bf12
4 changed files with 675 additions and 47 deletions

View File

@@ -88,7 +88,11 @@
} else if (e.ywlx === 'SH') {
url = '/pages/management/receive-confirm_new'
} else {
url = '/pages/management/in-storage_new?id=' + e.djlx + '&name=' + e.name + '&type=' + e.ywlx
if (e.djlx === 'LLCKD') {
url = '/pages/management/in-storage_LLCKD?id=' + e.djlx + '&name=' + e.name + '&type=' + e.ywlx
} else {
url = '/pages/management/in-storage_new?id=' + e.djlx + '&name=' + e.name + '&type=' + e.ywlx
}
}
uni.redirectTo({
url: url