Commit ee4a6bb7 by Takumi Imai

#49471 インデント修正

parent 49973db6
{
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 200,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"tabs": true,
"trailingComma": "all",
"useTabs": false,
"vueIndentScriptAndStyle": false
}
\ No newline at end of file
/** /**
* constant js * constant js
* *
* @since cms:1.4.3.2&1.4.3.3 web:1.0 * @since 1.4.3.2 & 1.4.3.3
*/ */
const CHK_CONSTANT = {}; const CHK_CONSTANT = {};
...@@ -14,90 +14,78 @@ CHK_CONSTANT.SORT_TYPE = { ...@@ -14,90 +14,78 @@ CHK_CONSTANT.SORT_TYPE = {
}; };
CHK_CONSTANT.PAGE_NAME = { CHK_CONSTANT.PAGE_NAME = {
DASHBOARD: "dashboard", DASHBOARD: 'dashboard',
OPERATION_LIST: "operationList", OPERATION_LIST: 'operationList',
FOOTER: "main-footer.html", FOOTER: 'main-footer.html',
DEFAULT: "index.html", DEFAULT: 'index.html',
LOGIN: "login.html" LOGIN: 'login.html',
} };
CHK_CONSTANT.PAGE_TAB = { CHK_CONSTANT.PAGE_TAB = {
DASHBOARD: "dashboard", DASHBOARD: 'dashboard',
OPERATION_LIST: "operationList" OPERATION_LIST: 'operationList',
} };
CHK_CONSTANT.OPERATION_TYPE = { CHK_CONSTANT.OPERATION_TYPE = {
LIST: "0", LIST: '0',
DRAWING: "1", DRAWING: '1',
VTOUR: "2", VTOUR: '2',
PDF: "3" PDF: '3',
}; };
CHK_CONSTANT.REPORT_TYPE = { CHK_CONSTANT.REPORT_TYPE = {
REPORTONLY: "0", REPORTONLY: '0',
INSPECT: "1", INSPECT: '1',
WITHREPLY: "2", WITHREPLY: '2',
WORKFLOW: "3" WORKFLOW: '3',
} };
CHK_CONSTANT.ADD_REPORT_FLG = { CHK_CONSTANT.ADD_REPORT_FLG = {
UNABLE: "0", UNABLE: '0',
ABLE: "1" ABLE: '1',
}
//Command for sending CMS.
//must match the value (method name).
CHK_CONSTANT.ACT_CMD = {
getOperationList: "getOperationList",
goOperation: "redirectOperationPage",
checkSession: "checkAuthUser",
saveOperationLog: "saveOperationLog"
}; };
//method name corresponding to the command. CHK_CONSTANT.URL = {
//Disallow duplicate method names. BASE_CMS: 'https://' + location.host + '/checkapi/web/',
CHK_CONSTANT.CMS_WEB = { BASE_WEB: 'abvw/html/',
OperationListWeb: ["getOperationList"], ALL_OPERATION_LIST: 'operationLIstWeb/getOperationList',
BranchOperation: ["redirectOperationPage"],
GetSession: ["checkAuthUser"],
OperationLogWeb:["saveOperationLog"]
}; };
CHK_CONSTANT.LANG = { CHK_CONSTANT.LANG = {
SAVE_NAME: "lang", SAVE_NAME: 'lang',
JAPAN: "ja", JAPAN: 'ja',
KOREA: "ko", KOREA: 'ko',
ENGLISH: "en" ENGLISH: 'en',
} };
CHK_CONSTANT.MSG_MAP = { CHK_CONSTANT.MSG_MAP = {
all:{ja:"全て", ko:"전체", en:"All"}, all: { ja: '全て', ko: '전체', en: 'All' },
dateError: { ja: "開始日は終了日の前に設定してください。", ko: "잘못된 검색일입니다.", en: "Please enter correct search date." }, dateError: { ja: '開始日は終了日の前に設定してください。', ko: '잘못된 검색일입니다.', en: 'Please enter correct search date.' },
operationListTitle:{ ja: "トップページ|A Book Check", ko: "톱 페이지|A Book Check", en: "Top Page|A Book Check" }, operationListTitle: { ja: 'トップページ|A Book Check', ko: '톱 페이지|A Book Check', en: 'Top Page|A Book Check' },
buttonCategory: { ja: "カテゴリー", ko: "카테고리", en: "Category" }, buttonCategory: { ja: 'カテゴリー', ko: '카테고리', en: 'Category' },
buttonRefresh: { ja: "更新", ko: "갱신", en: "Refresh" }, buttonRefresh: { ja: '更新', ko: '갱신', en: 'Refresh' },
buttonBack: { ja: "戻る", ko: "Back", en: "Back" }, buttonBack: { ja: '戻る', ko: 'Back', en: 'Back' },
placeholderOperationName: { ja: "作業名", ko: "작업명", en: "Working Name" }, placeholderOperationName: { ja: '作業名', ko: '작업명', en: 'Working Name' },
labelPeriod: { ja: "期間", ko: "기간", en: "Period" }, labelPeriod: { ja: '期間', ko: '기간', en: 'Period' },
labelStartDate: { ja: "開始日", ko: "시작일", en: "Start date" }, labelStartDate: { ja: '開始日', ko: '시작일', en: 'Start date' },
labelEndDate: { ja: "終了日", ko: "종료일", en: "End date" }, labelEndDate: { ja: '終了日', ko: '종료일', en: 'End date' },
placeholderSelect: { ja: "選択", ko: "선택", en: "Choice" }, placeholderSelect: { ja: '選択', ko: '선택', en: 'Choice' },
labelSort: { ja: "並び替え", ko: "정렬", en: "Sort" }, labelSort: { ja: '並び替え', ko: '정렬', en: 'Sort' },
labelSortName: { ja: "作業名順", ko: "작업명순", en: "By working name" }, labelSortName: { ja: '作業名順', ko: '작업명순', en: 'By working name' },
labelSortNew: { ja: "作業期間が新しい順", ko: "작업기간이 최신순", en: "By newest period" }, labelSortNew: { ja: '作業期間が新しい順', ko: '작업기간이 최신순', en: 'By newest period' },
labelSortOld: { ja: "作業期間が古い順", ko: "작업기간이 오래된순", en: "By oldest period" }, labelSortOld: { ja: '作業期間が古い順', ko: '작업기간이 오래된순', en: 'By oldest period' },
labelSortOpen: { ja: "閲覧日が新しい順", ko: "열람순", en: "By newest viewing date" }, labelSortOpen: { ja: '閲覧日が新しい順', ko: '열람순', en: 'By newest viewing date' },
labelReset: { ja: "クリア", ko: "클리어", en: "Clear" }, labelReset: { ja: 'クリア', ko: '클리어', en: 'Clear' },
headerItemName: { ja: "作業名", ko: "작업명", en: "Working Name" }, headerItemName: { ja: '作業名', ko: '작업명', en: 'Working Name' },
headerStartDate: { ja: "開始日", ko: "시작일", en: "Start date" }, headerStartDate: { ja: '開始日', ko: '시작일', en: 'Start date' },
headerEndDate: { ja: "終了日", ko: "종료일", en: "End date" }, headerEndDate: { ja: '終了日', ko: '종료일', en: 'End date' },
buttonHome: { ja: "ホーム", ko: "홈", en: "Home" }, buttonHome: { ja: 'ホーム', ko: '홈', en: 'Home' },
buttonSetting: { ja: "設定", ko: "설정", en: "Setting" }, buttonSetting: { ja: '設定', ko: '설정', en: 'Setting' },
buttonOperationList: { ja: "作業一覧", ko: "작업일람", en: "Operations List" }, buttonOperationList: { ja: '作業一覧', ko: '작업일람', en: 'Operations List' },
operationListHeaderTitle: { ja: "作業一覧", ko: "작업일람", en: "Operations List" }, operationListHeaderTitle: { ja: '作業一覧', ko: '작업일람', en: 'Operations List' },
buttonDashboard: { ja: "ダッシュボード", ko: "대시보드", en: "Dashboard" }, buttonDashboard: { ja: 'ダッシュボード', ko: '대시보드', en: 'Dashboard' },
buttonDashboardSetting: { ja: "設定", ko: "설정", en: "Setting" }, buttonDashboardSetting: { ja: '設定', ko: '설정', en: 'Setting' },
Processing_w_dot: { ja: "処理中...", ko: "처리중", en: "Processing..." }, Processing_w_dot: { ja: '処理中...', ko: '처리중', en: 'Processing...' },
errorCommunicationFailed: { ja: "通信エラーが発生しました", ko: "통신 오류가 발생했습니다", en: "A communication error has occurred" }, errorCommunicationFailed: { ja: '通信エラーが発生しました', ko: '통신 오류가 발생했습니다', en: 'A communication error has occurred' },
errorOccurred: { ja: "エラーが発生しました", ko: "오류가 발생했습니다", en: "Error Occurred" } errorOccurred: { ja: 'エラーが発生しました', ko: '오류가 발생했습니다', en: 'Error Occurred' },
}; };
...@@ -48,9 +48,9 @@ ...@@ -48,9 +48,9 @@
<section class="category-menu"> <section class="category-menu">
<div id="overlayDiv" class="overlay"></div> <div id="overlayDiv" class="overlay"></div>
<nav id="category-menu" class="drawer-menu"> <nav id="category-menu" class="drawer-menu">
<div class="d-flex justify-content-between border-bottom"> <div class="d-flex justifyfont-weight-bold fs-13 p-3 mb-0 multi-lang" data-msg="buttonCategory"></h2>
<h2 class="text-nowrap font-weight-bold fs-13 p-3 mb-0 multi-lang" data-msg="buttonCategory"></h2> <a class="category-content-between border-bottom">
<a class="category-btn p-3" onclick="CHK_OL.openCategory();" href="#"><i class="fa fa-times"></i></a> <h2 class="text-nowrap -btn p-3" onclick="CHK_OL.openCategory();" href="#"><i class="fa fa-times"></i></a>
</div> </div>
</nav> </nav>
</section> </section>
......
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