Commit ac252bae by NGO THI HONG

#49125 update sample operationList

parent e3bf392f
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<script src="script/check-list.js?__UPDATEID__"></script> <script src="script/check-list.js?__UPDATEID__"></script>
<script src="script/check-foriOS.js"></script> <script src="script/check-foriOS.js"></script>
<script src="script/constant.js?__UPDATEID__"></script> <script src="script/constant.js?__UPDATEID__"></script>
<script src="script/check_PU.js?__UPDATEID__"></script> <script src="script/check_pu.js?__UPDATEID__"></script>
</head> </head>
<body onload="CHK_pu.init();"> <body onload="CHK_pu.init();">
......
...@@ -6,6 +6,7 @@ var CHK_L = {}; ...@@ -6,6 +6,7 @@ var CHK_L = {};
* *
*/ */
CHK_L.init = function() { CHK_L.init = function() {
console.log("CHK_L.init design");
CHK.useKrpano = false; CHK.useKrpano = false;
CHK.operationType = CHK.OPERATION_TYPE.LIST; CHK.operationType = CHK.OPERATION_TYPE.LIST;
......
...@@ -550,9 +550,9 @@ CHK.initOperationList = function() { ...@@ -550,9 +550,9 @@ CHK.initOperationList = function() {
$('#operationTable').empty(); $('#operationTable').empty();
CHK.operation.searchOperationList = json.operationList; CHK.operation.searchOperationList = json.operationList;
//作業一覧描画 //作業一覧描画
console.log("json.operationList",JSON.stringify( json.operationList) )
CHK.createOperationList(CHK.operation.operationList); CHK.createOperationList(CHK.operation.operationList);
CHK_pu.createNewReportList(CHK.operation.operationList);
CHK_pu.createContinueWorkList(CHK.operation.operationList);
}); });
} }
...@@ -656,7 +656,7 @@ CHK.loadJson = function(fileName, callback) { ...@@ -656,7 +656,7 @@ CHK.loadJson = function(fileName, callback) {
json = CHK_iOS.getOperationListJson(); json = CHK_iOS.getOperationListJson();
callback(json); callback(json);
} else if (fileName == CHK.jsonPath.operationGroupMasterList) { } else if (fileName == CHK.jsonPath.operationGroupMasterList) {
json = CHK_iOS.getOperationGroupMasterListJson(); json = CHK_iOS.getOperationGroupMasterListJson();
callback(json); callback(json);
} else if (fileName == CHK.jsonPath.operationGroupMasterRelationList) { } else if (fileName == CHK.jsonPath.operationGroupMasterRelationList) {
json = CHK_iOS.getOperationGroupMasterRelationListJson(); json = CHK_iOS.getOperationGroupMasterRelationListJson();
......
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