From 2af534eea471f4adb104906c7a814bcc66d4d68d Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期一, 13 九月 2021 13:03:58 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/y_project/RuoYi-Vue into dev --- ruoyi-ui/src/components/Crontab/result.vue | 1132 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 566 insertions(+), 566 deletions(-) diff --git a/ruoyi-ui/src/components/Crontab/result.vue b/ruoyi-ui/src/components/Crontab/result.vue index 3b9b6c8..07b963b 100644 --- a/ruoyi-ui/src/components/Crontab/result.vue +++ b/ruoyi-ui/src/components/Crontab/result.vue @@ -1,566 +1,566 @@ -<template> - <div class="popup-result"> - <p class="title">鏈�杩�5娆¤繍琛屾椂闂�</p> - <ul class="popup-result-scroll"> - <template v-if='isShow'> - <li v-for='item in resultList' :key="item">{{item}}</li> - </template> - <li v-else>璁$畻缁撴灉涓�...</li> - </ul> - </div> -</template> - -<script> -export default { - data() { - return { - dayRule: '', - dayRuleSup: '', - dateArr: [], - resultList: [], - isShow: false - } - }, - name: 'crontab-result', - methods: { - // 琛ㄨ揪寮忓�煎彉鍖栨椂锛屽紑濮嬪幓璁$畻缁撴灉 - expressionChange() { - - // 璁$畻寮�濮�-闅愯棌缁撴灉 - this.isShow = false; - // 鑾峰彇瑙勫垯鏁扮粍[0绉掋��1鍒嗐��2鏃躲��3鏃ャ��4鏈堛��5鏄熸湡銆�6骞碷 - let ruleArr = this.$options.propsData.ex.split(' '); - // 鐢ㄤ簬璁板綍杩涘叆寰幆鐨勬鏁� - let nums = 0; - // 鐢ㄤ簬鏆傛椂瀛樼鍙锋椂闂磋鍒欑粨鏋滅殑鏁扮粍 - let resultArr = []; - // 鑾峰彇褰撳墠鏃堕棿绮剧‘鑷砙骞淬�佹湀銆佹棩銆佹椂銆佸垎銆佺] - let nTime = new Date(); - let nYear = nTime.getFullYear(); - let nMouth = nTime.getMonth() + 1; - let nDay = nTime.getDate(); - let nHour = nTime.getHours(); - let nMin = nTime.getMinutes(); - let nSecond = nTime.getSeconds(); - // 鏍规嵁瑙勫垯鑾峰彇鍒拌繎100骞村彲鑳藉勾鏁扮粍銆佹湀鏁扮粍绛夌瓑 - this.getSecondArr(ruleArr[0]); - this.getMinArr(ruleArr[1]); - this.getHourArr(ruleArr[2]); - this.getDayArr(ruleArr[3]); - this.getMouthArr(ruleArr[4]); - this.getWeekArr(ruleArr[5]); - this.getYearArr(ruleArr[6], nYear); - // 灏嗚幏鍙栧埌鐨勬暟缁勮祴鍊�-鏂逛究浣跨敤 - let sDate = this.dateArr[0]; - let mDate = this.dateArr[1]; - let hDate = this.dateArr[2]; - let DDate = this.dateArr[3]; - let MDate = this.dateArr[4]; - let YDate = this.dateArr[5]; - // 鑾峰彇褰撳墠鏃堕棿鍦ㄦ暟缁勪腑鐨勭储寮� - let sIdx = this.getIndex(sDate, nSecond); - let mIdx = this.getIndex(mDate, nMin); - let hIdx = this.getIndex(hDate, nHour); - let DIdx = this.getIndex(DDate, nDay); - let MIdx = this.getIndex(MDate, nMouth); - let YIdx = this.getIndex(YDate, nYear); - // 閲嶇疆鏈堟棩鏃跺垎绉掔殑鍑芥暟(鍚庨潰鐢ㄧ殑姣旇緝澶�) - const resetSecond = function () { - sIdx = 0; - nSecond = sDate[sIdx] - } - const resetMin = function () { - mIdx = 0; - nMin = mDate[mIdx] - resetSecond(); - } - const resetHour = function () { - hIdx = 0; - nHour = hDate[hIdx] - resetMin(); - } - const resetDay = function () { - DIdx = 0; - nDay = DDate[DIdx] - resetHour(); - } - const resetMouth = function () { - MIdx = 0; - nMouth = MDate[MIdx] - resetDay(); - } - // 濡傛灉褰撳墠骞翠唤涓嶄负鏁扮粍涓綋鍓嶅�� - if (nYear !== YDate[YIdx]) { - resetMouth(); - } - // 濡傛灉褰撳墠鏈堜唤涓嶄负鏁扮粍涓綋鍓嶅�� - if (nMouth !== MDate[MIdx]) { - resetDay(); - } - // 濡傛灉褰撳墠鈥滄棩鈥濅笉涓烘暟缁勪腑褰撳墠鍊� - if (nDay !== DDate[DIdx]) { - resetHour(); - } - // 濡傛灉褰撳墠鈥滄椂鈥濅笉涓烘暟缁勪腑褰撳墠鍊� - if (nHour !== hDate[hIdx]) { - resetMin(); - } - // 濡傛灉褰撳墠鈥滃垎鈥濅笉涓烘暟缁勪腑褰撳墠鍊� - if (nMin !== mDate[mIdx]) { - resetSecond(); - } - - // 寰幆骞翠唤鏁扮粍 - goYear: for (let Yi = YIdx; Yi < YDate.length; Yi++) { - let YY = YDate[Yi]; - // 濡傛灉鍒拌揪鏈�澶у�兼椂 - if (nMouth > MDate[MDate.length - 1]) { - resetMouth(); - continue; - } - // 寰幆鏈堜唤鏁扮粍 - goMouth: for (let Mi = MIdx; Mi < MDate.length; Mi++) { - // 璧嬪�笺�佹柟渚垮悗闈㈣繍绠� - let MM = MDate[Mi]; - MM = MM < 10 ? '0' + MM : MM; - // 濡傛灉鍒拌揪鏈�澶у�兼椂 - if (nDay > DDate[DDate.length - 1]) { - resetDay(); - if (Mi == MDate.length - 1) { - resetMouth(); - continue goYear; - } - continue; - } - // 寰幆鏃ユ湡鏁扮粍 - goDay: for (let Di = DIdx; Di < DDate.length; Di++) { - // 璧嬪�笺�佹柟渚垮悗闈㈣繍绠� - let DD = DDate[Di]; - let thisDD = DD < 10 ? '0' + DD : DD; - - // 濡傛灉鍒拌揪鏈�澶у�兼椂 - if (nHour > hDate[hDate.length - 1]) { - resetHour(); - if (Di == DDate.length - 1) { - resetDay(); - if (Mi == MDate.length - 1) { - resetMouth(); - continue goYear; - } - continue goMouth; - } - continue; - } - - // 鍒ゆ柇鏃ユ湡鐨勫悎娉曟�э紝涓嶅悎娉曠殑璇濅篃鏄烦鍑哄綋鍓嶅惊鐜� - if (this.checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true && this.dayRule !== 'workDay' && this.dayRule !== 'lastWeek' && this.dayRule !== 'lastDay') { - resetDay(); - continue goMouth; - } - // 濡傛灉鏃ユ湡瑙勫垯涓湁鍊兼椂 - if (this.dayRule == 'lastDay') { - //濡傛灉涓嶆槸鍚堟硶鏃ユ湡鍒欓渶瑕佸皢鍓嶅皢鏃ユ湡璋冨埌鍚堟硶鏃ユ湡鍗虫湀鏈渶鍚庝竴澶� - - if (this.checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) { - while (DD > 0 && this.checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) { - DD--; - - thisDD = DD < 10 ? '0' + DD : DD; - } - } - } else if (this.dayRule == 'workDay') { - //鏍¢獙骞惰皟鏁村鏋滄槸2鏈�30鍙疯繖绉嶆棩鏈熶紶杩涙潵鏃堕渶璋冩暣鑷虫甯告湀搴� - if (this.checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) { - while (DD > 0 && this.checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) { - DD--; - thisDD = DD < 10 ? '0' + DD : DD; - } - } - // 鑾峰彇杈惧埌鏉′欢鐨勬棩鏈熸槸鏄熸湡X - let thisWeek = this.formatDate(new Date(YY + '-' + MM + '-' + thisDD + ' 00:00:00'), 'week'); - // 褰撴槦鏈熸棩鏃� - if (thisWeek == 0) { - //鍏堟壘涓嬩竴涓棩锛屽苟鍒ゆ柇鏄惁涓烘湀搴� - DD++; - thisDD = DD < 10 ? '0' + DD : DD; - //鍒ゆ柇涓嬩竴鏃ュ凡缁忎笉鏄悎娉曟棩鏈� - if (this.checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) { - DD -= 3; - } - } else if (thisWeek == 6) { - //褰撴槦鏈�6鏃跺彧闇�鍒ゆ柇涓嶆槸1鍙峰氨鍙繘琛屾搷浣� - if (this.dayRuleSup !== 1) { - DD--; - } else { - DD += 2; - } - } - } else if (this.dayRule == 'weekDay') { - //濡傛灉鎸囧畾浜嗘槸鏄熸湡鍑� - //鑾峰彇褰撳墠鏃ユ湡鏄睘浜庢槦鏈熷嚑 - let thisWeek = this.formatDate(new Date(YY + '-' + MM + '-' + DD + ' 00:00:00'), 'week'); - //鏍¢獙褰撳墠鏄熸湡鏄惁鍦ㄦ槦鏈熸睜锛坉ayRuleSup锛変腑 - if (Array.indexOf(this.dayRuleSup, thisWeek) < 0) { - // 濡傛灉鍒拌揪鏈�澶у�兼椂 - if (Di == DDate.length - 1) { - resetDay(); - if (Mi == MDate.length - 1) { - resetMouth(); - continue goYear; - } - continue goMouth; - } - continue; - } - } else if (this.dayRule == 'assWeek') { - //濡傛灉鎸囧畾浜嗘槸绗嚑鍛ㄧ殑鏄熸湡鍑� - //鑾峰彇姣忔湀1鍙锋槸灞炰簬鏄熸湡鍑� - let thisWeek = this.formatDate(new Date(YY + '-' + MM + '-' + DD + ' 00:00:00'), 'week'); - if (this.dayRuleSup[1] >= thisWeek) { - DD = (this.dayRuleSup[0] - 1) * 7 + this.dayRuleSup[1] - thisWeek + 1; - } else { - DD = this.dayRuleSup[0] * 7 + this.dayRuleSup[1] - thisWeek + 1; - } - } else if (this.dayRule == 'lastWeek') { - //濡傛灉鎸囧畾浜嗘瘡鏈堟渶鍚庝竴涓槦鏈熷嚑 - //鏍¢獙骞惰皟鏁村鏋滄槸2鏈�30鍙疯繖绉嶆棩鏈熶紶杩涙潵鏃堕渶璋冩暣鑷虫甯告湀搴� - if (this.checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) { - while (DD > 0 && this.checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) { - DD--; - thisDD = DD < 10 ? '0' + DD : DD; - } - } - //鑾峰彇鏈堟湯鏈�鍚庝竴澶╂槸鏄熸湡鍑� - let thisWeek = this.formatDate(new Date(YY + '-' + MM + '-' + thisDD + ' 00:00:00'), 'week'); - //鎵惧埌瑕佹眰涓渶杩戠殑閭d釜鏄熸湡鍑� - if (this.dayRuleSup < thisWeek) { - DD -= thisWeek - this.dayRuleSup; - } else if (this.dayRuleSup > thisWeek) { - DD -= 7 - (this.dayRuleSup - thisWeek) - } - } - // 鍒ゆ柇鏃堕棿鍊兼槸鍚﹀皬浜�10缃崲鎴愨��05鈥濊繖绉嶆牸寮� - DD = DD < 10 ? '0' + DD : DD; - - // 寰幆鈥滄椂鈥濇暟缁� - goHour: for (let hi = hIdx; hi < hDate.length; hi++) { - let hh = hDate[hi] < 10 ? '0' + hDate[hi] : hDate[hi] - - // 濡傛灉鍒拌揪鏈�澶у�兼椂 - if (nMin > mDate[mDate.length - 1]) { - resetMin(); - if (hi == hDate.length - 1) { - resetHour(); - if (Di == DDate.length - 1) { - resetDay(); - if (Mi == MDate.length - 1) { - resetMouth(); - continue goYear; - } - continue goMouth; - } - continue goDay; - } - continue; - } - // 寰幆"鍒�"鏁扮粍 - goMin: for (let mi = mIdx; mi < mDate.length; mi++) { - let mm = mDate[mi] < 10 ? '0' + mDate[mi] : mDate[mi]; - - // 濡傛灉鍒拌揪鏈�澶у�兼椂 - if (nSecond > sDate[sDate.length - 1]) { - resetSecond(); - if (mi == mDate.length - 1) { - resetMin(); - if (hi == hDate.length - 1) { - resetHour(); - if (Di == DDate.length - 1) { - resetDay(); - if (Mi == MDate.length - 1) { - resetMouth(); - continue goYear; - } - continue goMouth; - } - continue goDay; - } - continue goHour; - } - continue; - } - // 寰幆"绉�"鏁扮粍 - goSecond: for (let si = sIdx; si <= sDate.length - 1; si++) { - let ss = sDate[si] < 10 ? '0' + sDate[si] : sDate[si]; - // 娣诲姞褰撳墠鏃堕棿锛堟椂闂村悎娉曟�у湪鏃ユ湡寰幆鏃跺凡缁忓垽鏂級 - if (MM !== '00' && DD !== '00') { - resultArr.push(YY + '-' + MM + '-' + DD + ' ' + hh + ':' + mm + ':' + ss) - nums++; - } - //濡傛灉鏉℃暟婊′簡灏遍��鍑哄惊鐜� - if (nums == 5) break goYear; - //濡傛灉鍒拌揪鏈�澶у�兼椂 - if (si == sDate.length - 1) { - resetSecond(); - if (mi == mDate.length - 1) { - resetMin(); - if (hi == hDate.length - 1) { - resetHour(); - if (Di == DDate.length - 1) { - resetDay(); - if (Mi == MDate.length - 1) { - resetMouth(); - continue goYear; - } - continue goMouth; - } - continue goDay; - } - continue goHour; - } - continue goMin; - } - } //goSecond - } //goMin - }//goHour - }//goDay - }//goMouth - } - // 鍒ゆ柇100骞村唴鐨勭粨鏋滄潯鏁� - if (resultArr.length == 0) { - this.resultList = ['娌℃湁杈惧埌鏉′欢鐨勭粨鏋滐紒']; - } else { - this.resultList = resultArr; - if (resultArr.length !== 5) { - this.resultList.push('鏈�杩�100骞村唴鍙湁涓婇潰' + resultArr.length + '鏉$粨鏋滐紒') - } - } - // 璁$畻瀹屾垚-鏄剧ず缁撴灉 - this.isShow = true; - - - }, - //鐢ㄤ簬璁$畻鏌愪綅鏁板瓧鍦ㄦ暟缁勪腑鐨勭储寮� - getIndex(arr, value) { - if (value <= arr[0] || value > arr[arr.length - 1]) { - return 0; - } else { - for (let i = 0; i < arr.length - 1; i++) { - if (value > arr[i] && value <= arr[i + 1]) { - return i + 1; - } - } - } - }, - // 鑾峰彇"骞�"鏁扮粍 - getYearArr(rule, year) { - this.dateArr[5] = this.getOrderArr(year, year + 100); - if (rule !== undefined) { - if (rule.indexOf('-') >= 0) { - this.dateArr[5] = this.getCycleArr(rule, year + 100, false) - } else if (rule.indexOf('/') >= 0) { - this.dateArr[5] = this.getAverageArr(rule, year + 100) - } else if (rule !== '*') { - this.dateArr[5] = this.getAssignArr(rule) - } - } - }, - // 鑾峰彇"鏈�"鏁扮粍 - getMouthArr(rule) { - this.dateArr[4] = this.getOrderArr(1, 12); - if (rule.indexOf('-') >= 0) { - this.dateArr[4] = this.getCycleArr(rule, 12, false) - } else if (rule.indexOf('/') >= 0) { - this.dateArr[4] = this.getAverageArr(rule, 12) - } else if (rule !== '*') { - this.dateArr[4] = this.getAssignArr(rule) - } - }, - // 鑾峰彇"鏃�"鏁扮粍-涓昏涓烘棩鏈熻鍒� - getWeekArr(rule) { - //鍙湁褰撴棩鏈熻鍒欑殑涓や釜鍊煎潎涓衡�溾�濇椂鍒欒〃杈炬棩鏈熸槸鏈夐�夐」鐨� - if (this.dayRule == '' && this.dayRuleSup == '') { - if (rule.indexOf('-') >= 0) { - this.dayRule = 'weekDay'; - this.dayRuleSup = this.getCycleArr(rule, 7, false) - } else if (rule.indexOf('#') >= 0) { - this.dayRule = 'assWeek'; - let matchRule = rule.match(/[0-9]{1}/g); - this.dayRuleSup = [Number(matchRule[0]), Number(matchRule[1])]; - this.dateArr[3] = [1]; - if (this.dayRuleSup[1] == 7) { - this.dayRuleSup[1] = 0; - } - } else if (rule.indexOf('L') >= 0) { - this.dayRule = 'lastWeek'; - this.dayRuleSup = Number(rule.match(/[0-9]{1,2}/g)[0]); - this.dateArr[3] = [31]; - if (this.dayRuleSup == 7) { - this.dayRuleSup = 0; - } - } else if (rule !== '*' && rule !== '?') { - this.dayRule = 'weekDay'; - this.dayRuleSup = this.getAssignArr(rule) - } - //濡傛灉weekDay鏃跺皢7璋冩暣涓�0銆恮eek鍊�0鍗虫槸鏄熸湡鏃ャ�� - if (this.dayRule == 'weekDay') { - for (let i = 0; i < this.dayRuleSup.length; i++) { - if (this.dayRuleSup[i] == 7) { - this.dayRuleSup[i] = 0; - } - } - } - } - }, - // 鑾峰彇"鏃�"鏁扮粍-灏戦噺涓烘棩鏈熻鍒� - getDayArr(rule) { - this.dateArr[3] = this.getOrderArr(1, 31); - this.dayRule = ''; - this.dayRuleSup = ''; - if (rule.indexOf('-') >= 0) { - this.dateArr[3] = this.getCycleArr(rule, 31, false) - this.dayRuleSup = 'null'; - } else if (rule.indexOf('/') >= 0) { - this.dateArr[3] = this.getAverageArr(rule, 31) - this.dayRuleSup = 'null'; - } else if (rule.indexOf('W') >= 0) { - this.dayRule = 'workDay'; - this.dayRuleSup = Number(rule.match(/[0-9]{1,2}/g)[0]); - this.dateArr[3] = [this.dayRuleSup]; - } else if (rule.indexOf('L') >= 0) { - this.dayRule = 'lastDay'; - this.dayRuleSup = 'null'; - this.dateArr[3] = [31]; - } else if (rule !== '*' && rule !== '?') { - this.dateArr[3] = this.getAssignArr(rule) - this.dayRuleSup = 'null'; - } else if (rule == '*') { - this.dayRuleSup = 'null'; - } - }, - // 鑾峰彇"鏃�"鏁扮粍 - getHourArr(rule) { - this.dateArr[2] = this.getOrderArr(0, 23); - if (rule.indexOf('-') >= 0) { - this.dateArr[2] = this.getCycleArr(rule, 24, true) - } else if (rule.indexOf('/') >= 0) { - this.dateArr[2] = this.getAverageArr(rule, 23) - } else if (rule !== '*') { - this.dateArr[2] = this.getAssignArr(rule) - } - }, - // 鑾峰彇"鍒�"鏁扮粍 - getMinArr(rule) { - this.dateArr[1] = this.getOrderArr(0, 59); - if (rule.indexOf('-') >= 0) { - this.dateArr[1] = this.getCycleArr(rule, 60, true) - } else if (rule.indexOf('/') >= 0) { - this.dateArr[1] = this.getAverageArr(rule, 59) - } else if (rule !== '*') { - this.dateArr[1] = this.getAssignArr(rule) - } - }, - // 鑾峰彇"绉�"鏁扮粍 - getSecondArr(rule) { - this.dateArr[0] = this.getOrderArr(0, 59); - if (rule.indexOf('-') >= 0) { - this.dateArr[0] = this.getCycleArr(rule, 60, true) - } else if (rule.indexOf('/') >= 0) { - this.dateArr[0] = this.getAverageArr(rule, 59) - } else if (rule !== '*') { - this.dateArr[0] = this.getAssignArr(rule) - } - }, - // 鏍规嵁浼犺繘鏉ョ殑min-max杩斿洖涓�涓『搴忕殑鏁扮粍 - getOrderArr(min, max) { - let arr = []; - for (let i = min; i <= max; i++) { - arr.push(i); - } - return arr; - }, - // 鏍规嵁瑙勫垯涓寚瀹氱殑闆舵暎鍊艰繑鍥炰竴涓暟缁� - getAssignArr(rule) { - let arr = []; - let assiginArr = rule.split(','); - for (let i = 0; i < assiginArr.length; i++) { - arr[i] = Number(assiginArr[i]) - } - arr.sort(this.compare) - return arr; - }, - // 鏍规嵁涓�瀹氱畻鏈鍒欒绠楄繑鍥炰竴涓暟缁� - getAverageArr(rule, limit) { - let arr = []; - let agArr = rule.split('/'); - let min = Number(agArr[0]); - let step = Number(agArr[1]); - while (min <= limit) { - arr.push(min); - min += step; - } - return arr; - }, - // 鏍规嵁瑙勫垯杩斿洖涓�涓叿鏈夊懆鏈熸�х殑鏁扮粍 - getCycleArr(rule, limit, status) { - //status--琛ㄧず鏄惁浠�0寮�濮嬶紙鍒欎粠1寮�濮嬶級 - let arr = []; - let cycleArr = rule.split('-'); - let min = Number(cycleArr[0]); - let max = Number(cycleArr[1]); - if (min > max) { - max += limit; - } - for (let i = min; i <= max; i++) { - let add = 0; - if (status == false && i % limit == 0) { - add = limit; - } - arr.push(Math.round(i % limit + add)) - } - arr.sort(this.compare) - return arr; - }, - //姣旇緝鏁板瓧澶у皬锛堢敤浜嶢rray.sort锛� - compare(value1, value2) { - if (value2 - value1 > 0) { - return -1; - } else { - return 1; - } - }, - // 鏍煎紡鍖栨棩鏈熸牸寮忓锛�2017-9-19 18:04:33 - formatDate(value, type) { - // 璁$畻鏃ユ湡鐩稿叧鍊� - let time = typeof value == 'number' ? new Date(value) : value; - let Y = time.getFullYear(); - let M = time.getMonth() + 1; - let D = time.getDate(); - let h = time.getHours(); - let m = time.getMinutes(); - let s = time.getSeconds(); - let week = time.getDay(); - // 濡傛灉浼犻�掍簡type鐨勮瘽 - if (type == undefined) { - return Y + '-' + (M < 10 ? '0' + M : M) + '-' + (D < 10 ? '0' + D : D) + ' ' + (h < 10 ? '0' + h : h) + ':' + (m < 10 ? '0' + m : m) + ':' + (s < 10 ? '0' + s : s); - } else if (type == 'week') { - return week; - } - }, - // 妫�鏌ユ棩鏈熸槸鍚﹀瓨鍦� - checkDate(value) { - let time = new Date(value); - let format = this.formatDate(time) - return value == format ? true : false; - } - }, - watch: { - 'ex': 'expressionChange' - }, - props: ['ex'], - mounted: function () { - // 鍒濆鍖� 鑾峰彇涓�娆$粨鏋� - this.expressionChange(); - } -} - -</script> \ No newline at end of file +<template> + <div class="popup-result"> + <p class="title">鏈�杩�5娆¤繍琛屾椂闂�</p> + <ul class="popup-result-scroll"> + <template v-if='isShow'> + <li v-for='item in resultList' :key="item">{{item}}</li> + </template> + <li v-else>璁$畻缁撴灉涓�...</li> + </ul> + </div> +</template> + +<script> +export default { + data() { + return { + dayRule: '', + dayRuleSup: '', + dateArr: [], + resultList: [], + isShow: false + } + }, + name: 'crontab-result', + methods: { + // 琛ㄨ揪寮忓�煎彉鍖栨椂锛屽紑濮嬪幓璁$畻缁撴灉 + expressionChange() { + + // 璁$畻寮�濮�-闅愯棌缁撴灉 + this.isShow = false; + // 鑾峰彇瑙勫垯鏁扮粍[0绉掋��1鍒嗐��2鏃躲��3鏃ャ��4鏈堛��5鏄熸湡銆�6骞碷 + let ruleArr = this.$options.propsData.ex.split(' '); + // 鐢ㄤ簬璁板綍杩涘叆寰幆鐨勬鏁� + let nums = 0; + // 鐢ㄤ簬鏆傛椂瀛樼鍙锋椂闂磋鍒欑粨鏋滅殑鏁扮粍 + let resultArr = []; + // 鑾峰彇褰撳墠鏃堕棿绮剧‘鑷砙骞淬�佹湀銆佹棩銆佹椂銆佸垎銆佺] + let nTime = new Date(); + let nYear = nTime.getFullYear(); + let nMonth = nTime.getMonth() + 1; + let nDay = nTime.getDate(); + let nHour = nTime.getHours(); + let nMin = nTime.getMinutes(); + let nSecond = nTime.getSeconds(); + // 鏍规嵁瑙勫垯鑾峰彇鍒拌繎100骞村彲鑳藉勾鏁扮粍銆佹湀鏁扮粍绛夌瓑 + this.getSecondArr(ruleArr[0]); + this.getMinArr(ruleArr[1]); + this.getHourArr(ruleArr[2]); + this.getDayArr(ruleArr[3]); + this.getMonthArr(ruleArr[4]); + this.getWeekArr(ruleArr[5]); + this.getYearArr(ruleArr[6], nYear); + // 灏嗚幏鍙栧埌鐨勬暟缁勮祴鍊�-鏂逛究浣跨敤 + let sDate = this.dateArr[0]; + let mDate = this.dateArr[1]; + let hDate = this.dateArr[2]; + let DDate = this.dateArr[3]; + let MDate = this.dateArr[4]; + let YDate = this.dateArr[5]; + // 鑾峰彇褰撳墠鏃堕棿鍦ㄦ暟缁勪腑鐨勭储寮� + let sIdx = this.getIndex(sDate, nSecond); + let mIdx = this.getIndex(mDate, nMin); + let hIdx = this.getIndex(hDate, nHour); + let DIdx = this.getIndex(DDate, nDay); + let MIdx = this.getIndex(MDate, nMonth); + let YIdx = this.getIndex(YDate, nYear); + // 閲嶇疆鏈堟棩鏃跺垎绉掔殑鍑芥暟(鍚庨潰鐢ㄧ殑姣旇緝澶�) + const resetSecond = function () { + sIdx = 0; + nSecond = sDate[sIdx] + } + const resetMin = function () { + mIdx = 0; + nMin = mDate[mIdx] + resetSecond(); + } + const resetHour = function () { + hIdx = 0; + nHour = hDate[hIdx] + resetMin(); + } + const resetDay = function () { + DIdx = 0; + nDay = DDate[DIdx] + resetHour(); + } + const resetMonth = function () { + MIdx = 0; + nMonth = MDate[MIdx] + resetDay(); + } + // 濡傛灉褰撳墠骞翠唤涓嶄负鏁扮粍涓綋鍓嶅�� + if (nYear !== YDate[YIdx]) { + resetMonth(); + } + // 濡傛灉褰撳墠鏈堜唤涓嶄负鏁扮粍涓綋鍓嶅�� + if (nMonth !== MDate[MIdx]) { + resetDay(); + } + // 濡傛灉褰撳墠鈥滄棩鈥濅笉涓烘暟缁勪腑褰撳墠鍊� + if (nDay !== DDate[DIdx]) { + resetHour(); + } + // 濡傛灉褰撳墠鈥滄椂鈥濅笉涓烘暟缁勪腑褰撳墠鍊� + if (nHour !== hDate[hIdx]) { + resetMin(); + } + // 濡傛灉褰撳墠鈥滃垎鈥濅笉涓烘暟缁勪腑褰撳墠鍊� + if (nMin !== mDate[mIdx]) { + resetSecond(); + } + + // 寰幆骞翠唤鏁扮粍 + goYear: for (let Yi = YIdx; Yi < YDate.length; Yi++) { + let YY = YDate[Yi]; + // 濡傛灉鍒拌揪鏈�澶у�兼椂 + if (nMonth > MDate[MDate.length - 1]) { + resetMonth(); + continue; + } + // 寰幆鏈堜唤鏁扮粍 + goMonth: for (let Mi = MIdx; Mi < MDate.length; Mi++) { + // 璧嬪�笺�佹柟渚垮悗闈㈣繍绠� + let MM = MDate[Mi]; + MM = MM < 10 ? '0' + MM : MM; + // 濡傛灉鍒拌揪鏈�澶у�兼椂 + if (nDay > DDate[DDate.length - 1]) { + resetDay(); + if (Mi == MDate.length - 1) { + resetMonth(); + continue goYear; + } + continue; + } + // 寰幆鏃ユ湡鏁扮粍 + goDay: for (let Di = DIdx; Di < DDate.length; Di++) { + // 璧嬪�笺�佹柟渚垮悗闈㈣繍绠� + let DD = DDate[Di]; + let thisDD = DD < 10 ? '0' + DD : DD; + + // 濡傛灉鍒拌揪鏈�澶у�兼椂 + if (nHour > hDate[hDate.length - 1]) { + resetHour(); + if (Di == DDate.length - 1) { + resetDay(); + if (Mi == MDate.length - 1) { + resetMonth(); + continue goYear; + } + continue goMonth; + } + continue; + } + + // 鍒ゆ柇鏃ユ湡鐨勫悎娉曟�э紝涓嶅悎娉曠殑璇濅篃鏄烦鍑哄綋鍓嶅惊鐜� + if (this.checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true && this.dayRule !== 'workDay' && this.dayRule !== 'lastWeek' && this.dayRule !== 'lastDay') { + resetDay(); + continue goMonth; + } + // 濡傛灉鏃ユ湡瑙勫垯涓湁鍊兼椂 + if (this.dayRule == 'lastDay') { + // 濡傛灉涓嶆槸鍚堟硶鏃ユ湡鍒欓渶瑕佸皢鍓嶅皢鏃ユ湡璋冨埌鍚堟硶鏃ユ湡鍗虫湀鏈渶鍚庝竴澶� + + if (this.checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) { + while (DD > 0 && this.checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) { + DD--; + + thisDD = DD < 10 ? '0' + DD : DD; + } + } + } else if (this.dayRule == 'workDay') { + // 鏍¢獙骞惰皟鏁村鏋滄槸2鏈�30鍙疯繖绉嶆棩鏈熶紶杩涙潵鏃堕渶璋冩暣鑷虫甯告湀搴� + if (this.checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) { + while (DD > 0 && this.checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) { + DD--; + thisDD = DD < 10 ? '0' + DD : DD; + } + } + // 鑾峰彇杈惧埌鏉′欢鐨勬棩鏈熸槸鏄熸湡X + let thisWeek = this.formatDate(new Date(YY + '-' + MM + '-' + thisDD + ' 00:00:00'), 'week'); + // 褰撴槦鏈熸棩鏃� + if (thisWeek == 0) { + // 鍏堟壘涓嬩竴涓棩锛屽苟鍒ゆ柇鏄惁涓烘湀搴� + DD++; + thisDD = DD < 10 ? '0' + DD : DD; + // 鍒ゆ柇涓嬩竴鏃ュ凡缁忎笉鏄悎娉曟棩鏈� + if (this.checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) { + DD -= 3; + } + } else if (thisWeek == 6) { + // 褰撴槦鏈�6鏃跺彧闇�鍒ゆ柇涓嶆槸1鍙峰氨鍙繘琛屾搷浣� + if (this.dayRuleSup !== 1) { + DD--; + } else { + DD += 2; + } + } + } else if (this.dayRule == 'weekDay') { + // 濡傛灉鎸囧畾浜嗘槸鏄熸湡鍑� + // 鑾峰彇褰撳墠鏃ユ湡鏄睘浜庢槦鏈熷嚑 + let thisWeek = this.formatDate(new Date(YY + '-' + MM + '-' + DD + ' 00:00:00'), 'week'); + // 鏍¢獙褰撳墠鏄熸湡鏄惁鍦ㄦ槦鏈熸睜锛坉ayRuleSup锛変腑 + if (Array.indexOf(this.dayRuleSup, thisWeek) < 0) { + // 濡傛灉鍒拌揪鏈�澶у�兼椂 + if (Di == DDate.length - 1) { + resetDay(); + if (Mi == MDate.length - 1) { + resetMonth(); + continue goYear; + } + continue goMonth; + } + continue; + } + } else if (this.dayRule == 'assWeek') { + // 濡傛灉鎸囧畾浜嗘槸绗嚑鍛ㄧ殑鏄熸湡鍑� + // 鑾峰彇姣忔湀1鍙锋槸灞炰簬鏄熸湡鍑� + let thisWeek = this.formatDate(new Date(YY + '-' + MM + '-' + DD + ' 00:00:00'), 'week'); + if (this.dayRuleSup[1] >= thisWeek) { + DD = (this.dayRuleSup[0] - 1) * 7 + this.dayRuleSup[1] - thisWeek + 1; + } else { + DD = this.dayRuleSup[0] * 7 + this.dayRuleSup[1] - thisWeek + 1; + } + } else if (this.dayRule == 'lastWeek') { + // 濡傛灉鎸囧畾浜嗘瘡鏈堟渶鍚庝竴涓槦鏈熷嚑 + // 鏍¢獙骞惰皟鏁村鏋滄槸2鏈�30鍙疯繖绉嶆棩鏈熶紶杩涙潵鏃堕渶璋冩暣鑷虫甯告湀搴� + if (this.checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) { + while (DD > 0 && this.checkDate(YY + '-' + MM + '-' + thisDD + ' 00:00:00') !== true) { + DD--; + thisDD = DD < 10 ? '0' + DD : DD; + } + } + // 鑾峰彇鏈堟湯鏈�鍚庝竴澶╂槸鏄熸湡鍑� + let thisWeek = this.formatDate(new Date(YY + '-' + MM + '-' + thisDD + ' 00:00:00'), 'week'); + // 鎵惧埌瑕佹眰涓渶杩戠殑閭d釜鏄熸湡鍑� + if (this.dayRuleSup < thisWeek) { + DD -= thisWeek - this.dayRuleSup; + } else if (this.dayRuleSup > thisWeek) { + DD -= 7 - (this.dayRuleSup - thisWeek) + } + } + // 鍒ゆ柇鏃堕棿鍊兼槸鍚﹀皬浜�10缃崲鎴愨��05鈥濊繖绉嶆牸寮� + DD = DD < 10 ? '0' + DD : DD; + + // 寰幆鈥滄椂鈥濇暟缁� + goHour: for (let hi = hIdx; hi < hDate.length; hi++) { + let hh = hDate[hi] < 10 ? '0' + hDate[hi] : hDate[hi] + + // 濡傛灉鍒拌揪鏈�澶у�兼椂 + if (nMin > mDate[mDate.length - 1]) { + resetMin(); + if (hi == hDate.length - 1) { + resetHour(); + if (Di == DDate.length - 1) { + resetDay(); + if (Mi == MDate.length - 1) { + resetMonth(); + continue goYear; + } + continue goMonth; + } + continue goDay; + } + continue; + } + // 寰幆"鍒�"鏁扮粍 + goMin: for (let mi = mIdx; mi < mDate.length; mi++) { + let mm = mDate[mi] < 10 ? '0' + mDate[mi] : mDate[mi]; + + // 濡傛灉鍒拌揪鏈�澶у�兼椂 + if (nSecond > sDate[sDate.length - 1]) { + resetSecond(); + if (mi == mDate.length - 1) { + resetMin(); + if (hi == hDate.length - 1) { + resetHour(); + if (Di == DDate.length - 1) { + resetDay(); + if (Mi == MDate.length - 1) { + resetMonth(); + continue goYear; + } + continue goMonth; + } + continue goDay; + } + continue goHour; + } + continue; + } + // 寰幆"绉�"鏁扮粍 + goSecond: for (let si = sIdx; si <= sDate.length - 1; si++) { + let ss = sDate[si] < 10 ? '0' + sDate[si] : sDate[si]; + // 娣诲姞褰撳墠鏃堕棿锛堟椂闂村悎娉曟�у湪鏃ユ湡寰幆鏃跺凡缁忓垽鏂級 + if (MM !== '00' && DD !== '00') { + resultArr.push(YY + '-' + MM + '-' + DD + ' ' + hh + ':' + mm + ':' + ss) + nums++; + } + // 濡傛灉鏉℃暟婊′簡灏遍��鍑哄惊鐜� + if (nums == 5) break goYear; + // 濡傛灉鍒拌揪鏈�澶у�兼椂 + if (si == sDate.length - 1) { + resetSecond(); + if (mi == mDate.length - 1) { + resetMin(); + if (hi == hDate.length - 1) { + resetHour(); + if (Di == DDate.length - 1) { + resetDay(); + if (Mi == MDate.length - 1) { + resetMonth(); + continue goYear; + } + continue goMonth; + } + continue goDay; + } + continue goHour; + } + continue goMin; + } + } //goSecond + } //goMin + }//goHour + }//goDay + }//goMonth + } + // 鍒ゆ柇100骞村唴鐨勭粨鏋滄潯鏁� + if (resultArr.length == 0) { + this.resultList = ['娌℃湁杈惧埌鏉′欢鐨勭粨鏋滐紒']; + } else { + this.resultList = resultArr; + if (resultArr.length !== 5) { + this.resultList.push('鏈�杩�100骞村唴鍙湁涓婇潰' + resultArr.length + '鏉$粨鏋滐紒') + } + } + // 璁$畻瀹屾垚-鏄剧ず缁撴灉 + this.isShow = true; + + + }, + // 鐢ㄤ簬璁$畻鏌愪綅鏁板瓧鍦ㄦ暟缁勪腑鐨勭储寮� + getIndex(arr, value) { + if (value <= arr[0] || value > arr[arr.length - 1]) { + return 0; + } else { + for (let i = 0; i < arr.length - 1; i++) { + if (value > arr[i] && value <= arr[i + 1]) { + return i + 1; + } + } + } + }, + // 鑾峰彇"骞�"鏁扮粍 + getYearArr(rule, year) { + this.dateArr[5] = this.getOrderArr(year, year + 100); + if (rule !== undefined) { + if (rule.indexOf('-') >= 0) { + this.dateArr[5] = this.getCycleArr(rule, year + 100, false) + } else if (rule.indexOf('/') >= 0) { + this.dateArr[5] = this.getAverageArr(rule, year + 100) + } else if (rule !== '*') { + this.dateArr[5] = this.getAssignArr(rule) + } + } + }, + // 鑾峰彇"鏈�"鏁扮粍 + getMonthArr(rule) { + this.dateArr[4] = this.getOrderArr(1, 12); + if (rule.indexOf('-') >= 0) { + this.dateArr[4] = this.getCycleArr(rule, 12, false) + } else if (rule.indexOf('/') >= 0) { + this.dateArr[4] = this.getAverageArr(rule, 12) + } else if (rule !== '*') { + this.dateArr[4] = this.getAssignArr(rule) + } + }, + // 鑾峰彇"鏃�"鏁扮粍-涓昏涓烘棩鏈熻鍒� + getWeekArr(rule) { + // 鍙湁褰撴棩鏈熻鍒欑殑涓や釜鍊煎潎涓衡�溾�濇椂鍒欒〃杈炬棩鏈熸槸鏈夐�夐」鐨� + if (this.dayRule == '' && this.dayRuleSup == '') { + if (rule.indexOf('-') >= 0) { + this.dayRule = 'weekDay'; + this.dayRuleSup = this.getCycleArr(rule, 7, false) + } else if (rule.indexOf('#') >= 0) { + this.dayRule = 'assWeek'; + let matchRule = rule.match(/[0-9]{1}/g); + this.dayRuleSup = [Number(matchRule[0]), Number(matchRule[1])]; + this.dateArr[3] = [1]; + if (this.dayRuleSup[1] == 7) { + this.dayRuleSup[1] = 0; + } + } else if (rule.indexOf('L') >= 0) { + this.dayRule = 'lastWeek'; + this.dayRuleSup = Number(rule.match(/[0-9]{1,2}/g)[0]); + this.dateArr[3] = [31]; + if (this.dayRuleSup == 7) { + this.dayRuleSup = 0; + } + } else if (rule !== '*' && rule !== '?') { + this.dayRule = 'weekDay'; + this.dayRuleSup = this.getAssignArr(rule) + } + // 濡傛灉weekDay鏃跺皢7璋冩暣涓�0銆恮eek鍊�0鍗虫槸鏄熸湡鏃ャ�� + if (this.dayRule == 'weekDay') { + for (let i = 0; i < this.dayRuleSup.length; i++) { + if (this.dayRuleSup[i] == 7) { + this.dayRuleSup[i] = 0; + } + } + } + } + }, + // 鑾峰彇"鏃�"鏁扮粍-灏戦噺涓烘棩鏈熻鍒� + getDayArr(rule) { + this.dateArr[3] = this.getOrderArr(1, 31); + this.dayRule = ''; + this.dayRuleSup = ''; + if (rule.indexOf('-') >= 0) { + this.dateArr[3] = this.getCycleArr(rule, 31, false) + this.dayRuleSup = 'null'; + } else if (rule.indexOf('/') >= 0) { + this.dateArr[3] = this.getAverageArr(rule, 31) + this.dayRuleSup = 'null'; + } else if (rule.indexOf('W') >= 0) { + this.dayRule = 'workDay'; + this.dayRuleSup = Number(rule.match(/[0-9]{1,2}/g)[0]); + this.dateArr[3] = [this.dayRuleSup]; + } else if (rule.indexOf('L') >= 0) { + this.dayRule = 'lastDay'; + this.dayRuleSup = 'null'; + this.dateArr[3] = [31]; + } else if (rule !== '*' && rule !== '?') { + this.dateArr[3] = this.getAssignArr(rule) + this.dayRuleSup = 'null'; + } else if (rule == '*') { + this.dayRuleSup = 'null'; + } + }, + // 鑾峰彇"鏃�"鏁扮粍 + getHourArr(rule) { + this.dateArr[2] = this.getOrderArr(0, 23); + if (rule.indexOf('-') >= 0) { + this.dateArr[2] = this.getCycleArr(rule, 24, true) + } else if (rule.indexOf('/') >= 0) { + this.dateArr[2] = this.getAverageArr(rule, 23) + } else if (rule !== '*') { + this.dateArr[2] = this.getAssignArr(rule) + } + }, + // 鑾峰彇"鍒�"鏁扮粍 + getMinArr(rule) { + this.dateArr[1] = this.getOrderArr(0, 59); + if (rule.indexOf('-') >= 0) { + this.dateArr[1] = this.getCycleArr(rule, 60, true) + } else if (rule.indexOf('/') >= 0) { + this.dateArr[1] = this.getAverageArr(rule, 59) + } else if (rule !== '*') { + this.dateArr[1] = this.getAssignArr(rule) + } + }, + // 鑾峰彇"绉�"鏁扮粍 + getSecondArr(rule) { + this.dateArr[0] = this.getOrderArr(0, 59); + if (rule.indexOf('-') >= 0) { + this.dateArr[0] = this.getCycleArr(rule, 60, true) + } else if (rule.indexOf('/') >= 0) { + this.dateArr[0] = this.getAverageArr(rule, 59) + } else if (rule !== '*') { + this.dateArr[0] = this.getAssignArr(rule) + } + }, + // 鏍规嵁浼犺繘鏉ョ殑min-max杩斿洖涓�涓『搴忕殑鏁扮粍 + getOrderArr(min, max) { + let arr = []; + for (let i = min; i <= max; i++) { + arr.push(i); + } + return arr; + }, + // 鏍规嵁瑙勫垯涓寚瀹氱殑闆舵暎鍊艰繑鍥炰竴涓暟缁� + getAssignArr(rule) { + let arr = []; + let assiginArr = rule.split(','); + for (let i = 0; i < assiginArr.length; i++) { + arr[i] = Number(assiginArr[i]) + } + arr.sort(this.compare) + return arr; + }, + // 鏍规嵁涓�瀹氱畻鏈鍒欒绠楄繑鍥炰竴涓暟缁� + getAverageArr(rule, limit) { + let arr = []; + let agArr = rule.split('/'); + let min = Number(agArr[0]); + let step = Number(agArr[1]); + while (min <= limit) { + arr.push(min); + min += step; + } + return arr; + }, + // 鏍规嵁瑙勫垯杩斿洖涓�涓叿鏈夊懆鏈熸�х殑鏁扮粍 + getCycleArr(rule, limit, status) { + // status--琛ㄧず鏄惁浠�0寮�濮嬶紙鍒欎粠1寮�濮嬶級 + let arr = []; + let cycleArr = rule.split('-'); + let min = Number(cycleArr[0]); + let max = Number(cycleArr[1]); + if (min > max) { + max += limit; + } + for (let i = min; i <= max; i++) { + let add = 0; + if (status == false && i % limit == 0) { + add = limit; + } + arr.push(Math.round(i % limit + add)) + } + arr.sort(this.compare) + return arr; + }, + // 姣旇緝鏁板瓧澶у皬锛堢敤浜嶢rray.sort锛� + compare(value1, value2) { + if (value2 - value1 > 0) { + return -1; + } else { + return 1; + } + }, + // 鏍煎紡鍖栨棩鏈熸牸寮忓锛�2017-9-19 18:04:33 + formatDate(value, type) { + // 璁$畻鏃ユ湡鐩稿叧鍊� + let time = typeof value == 'number' ? new Date(value) : value; + let Y = time.getFullYear(); + let M = time.getMonth() + 1; + let D = time.getDate(); + let h = time.getHours(); + let m = time.getMinutes(); + let s = time.getSeconds(); + let week = time.getDay(); + // 濡傛灉浼犻�掍簡type鐨勮瘽 + if (type == undefined) { + return Y + '-' + (M < 10 ? '0' + M : M) + '-' + (D < 10 ? '0' + D : D) + ' ' + (h < 10 ? '0' + h : h) + ':' + (m < 10 ? '0' + m : m) + ':' + (s < 10 ? '0' + s : s); + } else if (type == 'week') { + return week; + } + }, + // 妫�鏌ユ棩鏈熸槸鍚﹀瓨鍦� + checkDate(value) { + let time = new Date(value); + let format = this.formatDate(time) + return value == format ? true : false; + } + }, + watch: { + 'ex': 'expressionChange' + }, + props: ['ex'], + mounted: function () { + // 鍒濆鍖� 鑾峰彇涓�娆$粨鏋� + this.expressionChange(); + } +} + +</script> -- Gitblit v1.9.3