zrg
2025-12-10 fa6f6875fcc426bbfab20f6ecbccb9d56ebc3ca1
pages/index/login.vue
@@ -274,6 +274,19 @@
                                uni.setStorageSync('login', "login");
                                uni.setStorageSync('Organization', this.Organization);
                                uni.setStorageSync('OrganizationID', this.HOrgName);
                        //存储部门 职员 仓库 等信息
                        uni.setStorageSync('HDeptID', res.data.data[0].HDeptID); //部门
                        uni.setStorageSync('HDeptName', res.data.data[0].HDeptName);
                        uni.setStorageSync('HEmpID', res.data.data[0].HEmpID); //职员
                        uni.setStorageSync('HEmpName', res.data.data[0].HEmpName);
                        uni.setStorageSync('HSCWHID', res.data.data[0].HSCWHID); //调入仓库
                        uni.setStorageSync('HSCWHName', res.data.data[0].HSCWHName);
                        uni.setStorageSync('HWhID', res.data.data[0].HWhID);//对应仓库
                        uni.setStorageSync('HWhName', res.data.data[0].HWhName);
                        uni.setStorageSync('HWorkCenterID', res.data.data[0].HWorkCenterID);//工作中心
                        uni.setStorageSync('HWorkCenterName', res.data.data[0].HWorkCenterName);
                        uni.setStorageSync('HSecManagerID', res.data.data[0].HSecManagerID); //对应验收
                        uni.setStorageSync('HSecManagerName', res.data.data[0].HSecManagerName);
                                this.CommonUtils.setServerUrl(this.serverUrl)
                                uni.reLaunch({
                                    url: '/pages/index/index'