Commit 5eed5d11 by Lee Munkyeong

工程削除対応

parent 42011528
......@@ -5157,6 +5157,10 @@ public class ContentViewActivity extends ABVContentViewActivity {
case ABookKeys.CMD_UPDATE_TASK_REPORT: // 作業報告の更新
case ABookKeys.CMD_DELETE_TASK_REPORT: // 作業報告の削除
case ABookKeys.CMD_LOCAL_SAVE_TASK_REPORT: // 一時保存
case ABookKeys.CMD_DELETE_PROCESS:
if (cmd.equals(ABookKeys.CMD_DELETE_PROCESS)) {
checkParam.put(ABookKeys.TASK_REPORT_LEVEL, "0");
}
getTaskHotspotJSON();
case ABookKeys.CMD_CANCEL_TASK_REPORT: // 作業報告のキャンセル
if(operationTaskDto != null) {
......@@ -5411,6 +5415,7 @@ public class ContentViewActivity extends ABVContentViewActivity {
break;
case ABookKeys.CMD_DELETE_TASK_REPORT:
case ABookKeys.CMD_DELETE_PROCESS:
if (taskReportLevel == Constant.TaskReportLevel.ReportType) {
operationTaskLayout.setIconStatus(taskKey, true);
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment