移除工会培训问卷

master
wenfei 3 months ago
parent de287a699e
commit b49805a085

@ -228,8 +228,8 @@ class LoginActivity : BaseActivityOaToolbarViewBinding<ActivityLoginBinding>() {
if (isApkInDebug(context)) {
// 管理员
// binding.etUsername.setText("ZHPS_Admin")
// binding.etPassword.setText("Rehome.zhps@996")
binding.etUsername.setText("ZHPS_Admin")
binding.etPassword.setText("Rehome.zhps@996")
//公司内网215管理员

@ -207,7 +207,7 @@ class HomeFragment : BaseViewBindingFragment<FragmentHomeBinding>() {
"考勤",
"培训",
"党建",
"工会培训问卷",
// "工会培训问卷",
"生产过程监督",
"安防"
//"气象数据"
@ -223,7 +223,7 @@ class HomeFragment : BaseViewBindingFragment<FragmentHomeBinding>() {
R.drawable.icon_check,
R.drawable.icon_px,
R.drawable.icon_dj,
R.drawable.gh_icon,
// R.drawable.gh_icon,
R.drawable.icon_gcjd,
R.drawable.icon1
//R.drawable.real_weather
@ -263,7 +263,7 @@ class HomeFragment : BaseViewBindingFragment<FragmentHomeBinding>() {
val intent = Intent(getContext(), ApplyVehicleActivity::class.java)
startActivity(intent)
}
}else if (position == 9) {
}else if (position == 8) {
val intent = Intent(getContext(), WeatherActivity::class.java)
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP or Intent.FLAG_ACTIVITY_SINGLE_TOP)
startActivity(intent)
@ -292,9 +292,8 @@ class HomeFragment : BaseViewBindingFragment<FragmentHomeBinding>() {
3 -> TAG = GridViewDialog.TAG_CHECK
4 -> TAG = GridViewDialog.TAG_PEIXUN
5 -> TAG = GridViewDialog.TAG_PDANGJIAN
6 -> TAG = GridViewDialog.TAG_GONGHUI
7 -> TAG = GridViewDialog.TAG_JD
8 -> TAG = GridViewDialog.TAG_AF
6 -> TAG = GridViewDialog.TAG_JD
7 -> TAG = GridViewDialog.TAG_AF
}
val dialog = GridViewDialog(context, TAG)
dialog.show()

Loading…
Cancel
Save