Skip to content

Instantly share code, notes, and snippets.

@yoonchulkoh
Last active September 25, 2015 02:17
Show Gist options
  • Save yoonchulkoh/846195 to your computer and use it in GitHub Desktop.
Save yoonchulkoh/846195 to your computer and use it in GitHub Desktop.
自社出退勤管理システムシフト勤務入力用
javascript:(function(){
document.reportInput.tekiyou.options[6].selected=true; /* WF(シフト勤務) */
document.reportInput.stmEH_P.value='09'; /* 出勤時(予定) */
document.reportInput.stmEM_P.value=00; /* 出勤分(予定) */
document.reportInput.etmEH_P.value=18; /* 退勤秒(予定) */
document.reportInput.etmEM_P.value=00; /* 退勤時(予定) */
document.reportInput.stmH.value='09'; /* 出勤時 */
document.reportInput.stmM.value=00; /* 出勤分 */
document.reportInput.etmH.value=18; /* 退勤時 */
document.reportInput.etmM.value=00; /* 退勤分 */
document.reportInput.workflow_num.value=42723; /* WF番号 */
document.reportInput.check_nextday.click(); /* 予定確定して翌営業日へ */
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment