Commit 39f26617 by NGO THI HONG

# 19120 Update Direct continue work

parent 1c77e25e
...@@ -157,7 +157,6 @@ CHK_pu.createNewReportList = function(operationList, isSearched = false) { ...@@ -157,7 +157,6 @@ CHK_pu.createNewReportList = function(operationList, isSearched = false) {
for (var i = 0; i < operationList.length; i++) { for (var i = 0; i < operationList.length; i++) {
if(operationList[i].enableAddReport != 1 ) continue; if(operationList[i].enableAddReport != 1 ) continue;
//TODO aタグlist.html 転移処理 //TODO aタグlist.html 転移処理
var messageli = $("<li class='item list-unstyled rounded border mb-2'name = 'operationId_" + operationList[i].operationId + "' ></li>"); var messageli = $("<li class='item list-unstyled rounded border mb-2'name = 'operationId_" + operationList[i].operationId + "' ></li>");
var ahrefRequiredFlg ; var ahrefRequiredFlg ;
...@@ -211,9 +210,9 @@ CHK_pu.createContinousWorkList = function(operationList, isSearched = false) { ...@@ -211,9 +210,9 @@ CHK_pu.createContinousWorkList = function(operationList, isSearched = false) {
else else
{ {
ahrefRequiredFlg = $("<a href=\"javascript:CHK_L.sendAppCommand('goOperation', '" + operationList[i].operationId + "', '" + operationList[i].contentId ahrefRequiredFlg = $("<a href=\"javascript:CHK_L.sendAppCommand('goOperation', '" + operationList[i].operationId + "', '" + operationList[i].contentId
+ " ', null ,'DETAIL_FORM_INPUT' ,'CONTINOUS_WORK'," + operationList[i].processList[j].processKey + ");\" class='d-block px-3 py-2 text-decoration-none text-dark'></a>"); + " ', null ,'DETAIL_FORM_INPUT' ,'CONTINOUS_WORK','" + operationList[i].processList[j].processKey + "');\" class='d-block px-3 py-2 text-decoration-none text-dark'></a>");
} }
var divProccess = $("<div class='tag fs-8 text-secondary px-2 py-1 mr-2 rounded border mb-1'>" + operationList[i].processList[0].processName + "</div>"); var divProccess = $("<div class='tag fs-8 text-secondary px-2 py-1 mr-2 rounded border mb-1'>" + operationList[i].processList[j].phaseList[0].phaseName + "</div>");
var divTitle = $("<div class='title'>" + operationList[i].operationName + "</div>"); var divTitle = $("<div class='title'>" + operationList[i].operationName + "</div>");
var divSubTitleWrap = $("<div class='sub-title-wrap'> </div>"); var divSubTitleWrap = $("<div class='sub-title-wrap'> </div>");
var divCode = $(" <div class='fs-8 text-secondary mr-2'><div class='data'>" + "code-0001" + "</div></div>"); var divCode = $(" <div class='fs-8 text-secondary mr-2'><div class='data'>" + "code-0001" + "</div></div>");
...@@ -230,8 +229,6 @@ CHK_pu.createContinousWorkList = function(operationList, isSearched = false) { ...@@ -230,8 +229,6 @@ CHK_pu.createContinousWorkList = function(operationList, isSearched = false) {
$("#continousWork-list").append(messageli); $("#continousWork-list").append(messageli);
CHK_pu.countContinousWorkReport = CHK_pu.countContinousWorkReport + 1; CHK_pu.countContinousWorkReport = CHK_pu.countContinousWorkReport + 1;
} }
} }
} }
......
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