Commit 36763065 by NGUYEN HOANG SON

Merge commit 'ac252bae' into feature/1.4.3_dev

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