| | |
| | | String Month = ""; |
| | | switch (str) { |
| | | case "A": |
| | | Month = "1"; |
| | | Month = "01"; |
| | | break; |
| | | case "B": |
| | | Month = "2"; |
| | | Month = "02"; |
| | | break; |
| | | case "C": |
| | | Month = "3"; |
| | | Month = "03"; |
| | | break; |
| | | case "D": |
| | | Month = "4"; |
| | | Month = "04"; |
| | | break; |
| | | case "E": |
| | | Month = "5"; |
| | | Month = "05"; |
| | | break; |
| | | case "F": |
| | | Month = "6"; |
| | | Month = "06"; |
| | | break; |
| | | case "G": |
| | | Month = "7"; |
| | | Month = "07"; |
| | | break; |
| | | case "H": |
| | | Month = "8"; |
| | | Month = "08"; |
| | | break; |
| | | case "I": |
| | | Month = "9"; |
| | | Month = "09"; |
| | | break; |
| | | case "J": |
| | | Month = "10"; |
| | |
| | | case 'reworkOffline': |
| | | window.location.href = Feng.ctxPath + '/reworkOffline'; |
| | | break; |
| | | case 'greaseBoard': |
| | | window.location.href = Feng.ctxPath + '/greaseBoard'; |
| | | break; |
| | | default: |
| | | console.log('点击') |
| | | break; |
| | |
| | | <div class="layui-col-sm3 layui-col-md3 layui-col-lg3"> |
| | | <button type="button" class="layui-btn" id="reworkAndLaunch">返修上线</button> |
| | | </div> |
| | | <div class="layui-col-sm3 layui-col-md3 layui-col-lg3"> |
| | | <button type="button" class="layui-btn" id="greaseBoard">油脂看板</button> |
| | | </div> |
| | | |
| | | <!-- <div class="layui-col-sm3 layui-col-md3 layui-col-lg3">--> |
| | | <!-- <button type="button" class="layui-btn" id="lineFeeding">产线上料</button>--> |