From e27f54aa7e10836e2741dc590559e1039fbade78 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 23 七月 2021 15:06:41 +0800
Subject: [PATCH] 1. 创建子任务时,执行用户默认为当前登录用户或执行组中的第一人 2. 修复部分企业类型问题图标错误 3. 新增场景账户自动生成功能
---
app/src/main/java/cn/flightfeather/thirdapp/module/task/TaskFragment.java | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/app/src/main/java/cn/flightfeather/thirdapp/fragment/TaskFragment.java b/app/src/main/java/cn/flightfeather/thirdapp/module/task/TaskFragment.java
similarity index 98%
rename from app/src/main/java/cn/flightfeather/thirdapp/fragment/TaskFragment.java
rename to app/src/main/java/cn/flightfeather/thirdapp/module/task/TaskFragment.java
index 5f52f2a..ab86acd 100644
--- a/app/src/main/java/cn/flightfeather/thirdapp/fragment/TaskFragment.java
+++ b/app/src/main/java/cn/flightfeather/thirdapp/module/task/TaskFragment.java
@@ -1,4 +1,4 @@
-package cn.flightfeather.thirdapp.fragment;
+package cn.flightfeather.thirdapp.module.task;
import android.app.AlertDialog;
import android.content.DialogInterface;
@@ -35,14 +35,11 @@
import cn.flightfeather.thirdapp.adapter.TaskListAdapter;
import cn.flightfeather.thirdapp.bean.entity.Scense;
import cn.flightfeather.thirdapp.bean.entity.Subtask;
-import cn.flightfeather.thirdapp.bean.vo.TaskPack;
import cn.flightfeather.thirdapp.bean.entity.Userinfo;
+import cn.flightfeather.thirdapp.bean.vo.TaskPack;
import cn.flightfeather.thirdapp.bean.vo.TaskVo;
import cn.flightfeather.thirdapp.httpservice.SubTaskService;
import cn.flightfeather.thirdapp.httpservice.TaskService;
-import cn.flightfeather.thirdapp.module.task.MonthTaskManagementActivity;
-import cn.flightfeather.thirdapp.module.task.NewSubTaskActivity;
-import cn.flightfeather.thirdapp.module.task.SceneDetailActivity;
import cn.flightfeather.thirdapp.util.CommonUtils;
import cn.flightfeather.thirdapp.util.Constant;
import cn.flightfeather.thirdapp.util.DateFormatter;
@@ -56,12 +53,12 @@
import retrofit2.Retrofit;
/**
- * A simple {@link Fragment} subclass.
+ *
*/
public class TaskFragment extends Fragment implements RecyclerItemClickListener.OnItemClickListener
, View.OnClickListener {
- private int taskKindChoice;
+ private int taskKindChoice = 1;
private CommonApplication application;
private Retrofit mRetrofit;
private boolean requestAgain;
@@ -315,7 +312,6 @@
}
/**
- * 2018.11.05 by riku
* 鏇存崲鏂版牱寮忕殑寮瑰嚭妗嗭紝鍔熻兘鏈慨鏀�
* 鏄剧ず鏂板浠诲姟绫诲瀷锛氶《灞備换鍔°�佸瓙浠诲姟
*/
--
Gitblit v1.9.3