提交 60cada7a authored 作者: lgd's avatar lgd

1.修改个人信息展示

2.//TODO 设备三个子菜单,坩埚下单,下单30天验证,mes其他页面,mes用户反馈空也展示,编辑任务担当无法修改
上级 5c9958d0
......@@ -44,8 +44,8 @@ public class UserInfoActivity extends WorkToolBarActivity {
UserInfoBean userInfoBean = JSON.parseObject(userInfo, UserInfoBean.class);
tvName.setText(userInfoBean.getUserName());
tvPhone.setText(userInfoBean.getPhone());
tvNo.setText(userInfoBean.getOfDept().getName());
tvDep.setText(userInfoBean.getDeptName());
tvNo.setText(userInfoBean.getErpId());
tvDep.setText(userInfoBean.getOfDept().getName() );
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论