Commit 926061a1f2fb5d588af71a74ea0cb52d4be277ac
1 parent
0e569f2a
1
Showing
2 changed files
with
1 additions
and
8 deletions
src/main/resources/static/pages/base/timesmodel/js/echartsDrawGanTT.js
| @@ -113,7 +113,7 @@ var echartsDrawGTT = function () { | @@ -113,7 +113,7 @@ var echartsDrawGTT = function () { | ||
| 113 | //bcObj.bz, | 113 | //bcObj.bz, |
| 114 | bcObj.qs, | 114 | bcObj.qs, |
| 115 | bcObj.ttinfo, | 115 | bcObj.ttinfo, |
| 116 | - bcObj.qs, | 116 | + bcObj.lp, |
| 117 | bcObj.fcsj_1,//开始时间//21 和 1对应 | 117 | bcObj.fcsj_1,//开始时间//21 和 1对应 |
| 118 | bcObj.ARRIVALTIME_1,//结束时间 | 118 | bcObj.ARRIVALTIME_1,//结束时间 |
| 119 | ], | 119 | ], |
| @@ -311,7 +311,6 @@ var echartsDrawGTT = function () { | @@ -311,7 +311,6 @@ var echartsDrawGTT = function () { | ||
| 311 | bcTypeStr = ''; | 311 | bcTypeStr = ''; |
| 312 | 312 | ||
| 313 | if (type == 'bd' || type == 'lc' || type == 'out' || type == 'in') { | 313 | if (type == 'bd' || type == 'lc' || type == 'out' || type == 'in') { |
| 314 | - debugger | ||
| 315 | timeStr = getHoursAndMinutes(params.data.value[1]); | 314 | timeStr = getHoursAndMinutes(params.data.value[1]); |
| 316 | timeStr_1 = params.data.value[21] !== undefined ? params.data.value[21] : null; | 315 | timeStr_1 = params.data.value[21] !== undefined ? params.data.value[21] : null; |
| 317 | } else { | 316 | } else { |
src/main/resources/static/pages/base/timesmodel/js/systemTools.js
| @@ -603,12 +603,7 @@ $('.parambtns').on('click',function (){ | @@ -603,12 +603,7 @@ $('.parambtns').on('click',function (){ | ||
| 603 | $('.checkAdd').on('click',function() { | 603 | $('.checkAdd').on('click',function() { |
| 604 | var historyData = echartsDrawGTT.getHistoryData(), | 604 | var historyData = echartsDrawGTT.getHistoryData(), |
| 605 | list = historyData[0]; | 605 | list = historyData[0]; |
| 606 | - var rsLP = echartsDrawGTT.getLpData(), | ||
| 607 | 606 | ||
| 608 | - bcData = echartsDrawGTT.getHistoryData(), | ||
| 609 | - bcData | ||
| 610 | - rsjar = []; | ||
| 611 | - debugger | ||
| 612 | var xl = list[0].value[12]; | 607 | var xl = list[0].value[12]; |
| 613 | // 判断选择框是否存在.、 | 608 | // 判断选择框是否存在.、 |
| 614 | // 关闭所有提示弹出层. | 609 | // 关闭所有提示弹出层. |
| @@ -618,7 +613,6 @@ $('.checkAdd').on('click',function() { | @@ -618,7 +613,6 @@ $('.checkAdd').on('click',function() { | ||
| 618 | },function () { | 613 | },function () { |
| 619 | // 关闭所有提示弹出层. | 614 | // 关闭所有提示弹出层. |
| 620 | layer.closeAll(); | 615 | layer.closeAll(); |
| 621 | - | ||
| 622 | layer.confirm('系统已存在-->线路【'+ | 616 | layer.confirm('系统已存在-->线路【'+ |
| 623 | xl +'】-->时刻表明细!是否覆盖!', { | 617 | xl +'】-->时刻表明细!是否覆盖!', { |
| 624 | btn : [ '确认并提交', '取消' ] | 618 | btn : [ '确认并提交', '取消' ] |