生产出库功能
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user