|
@@ -346,14 +346,16 @@ |
|
@@ -346,14 +346,16 @@ |
346
|
content= content +rowData.errorInfo[i]+"<br><br>";
|
346
|
content= content +rowData.errorInfo[i]+"<br><br>";
|
347
|
}
|
347
|
}
|
348
|
}
|
348
|
}
|
|
|
349
|
+
|
349
|
editBtn.click(function () {
|
350
|
editBtn.click(function () {
|
|
|
351
|
+ if(content != ""){
|
350
|
var dialog = $("<div>").appendTo($("body"));
|
352
|
var dialog = $("<div>").appendTo($("body"));
|
351
|
dialog.dialog({
|
353
|
dialog.dialog({
|
352
|
backdrop : "static",
|
354
|
backdrop : "static",
|
353
|
title : "异常详情",
|
355
|
title : "异常详情",
|
354
|
content : content,
|
356
|
content : content,
|
355
|
- height : "80%",
|
|
|
356
|
- width : "60%",
|
357
|
+ height : "700px",
|
|
|
358
|
+ width : "1100px",
|
357
|
buttons : [{
|
359
|
buttons : [{
|
358
|
text : "关闭",
|
360
|
text : "关闭",
|
359
|
className : "btn-danger",
|
361
|
className : "btn-danger",
|
|
@@ -362,6 +364,7 @@ |
|
@@ -362,6 +364,7 @@ |
362
|
}
|
364
|
}
|
363
|
}]
|
365
|
}]
|
364
|
});
|
366
|
});
|
|
|
367
|
+ }
|
365
|
});
|
368
|
});
|
366
|
return div;
|
369
|
return div;
|
367
|
}
|
370
|
}
|
|
@@ -382,13 +385,14 @@ |
|
@@ -382,13 +385,14 @@ |
382
|
}
|
385
|
}
|
383
|
}
|
386
|
}
|
384
|
editBtn.click(function () {
|
387
|
editBtn.click(function () {
|
|
|
388
|
+ if(content != ""){
|
385
|
var dialog = $("<div>").appendTo($("body"));
|
389
|
var dialog = $("<div>").appendTo($("body"));
|
386
|
dialog.dialog({
|
390
|
dialog.dialog({
|
387
|
backdrop : "static",
|
391
|
backdrop : "static",
|
388
|
title : "超时详情",
|
392
|
title : "超时详情",
|
389
|
content : content,
|
393
|
content : content,
|
390
|
- height : "80%",
|
|
|
391
|
- width : "60%",
|
394
|
+ height : "700px",
|
|
|
395
|
+ width : "1100px",
|
392
|
buttons : [{
|
396
|
buttons : [{
|
393
|
text : "关闭",
|
397
|
text : "关闭",
|
394
|
className : "btn-danger",
|
398
|
className : "btn-danger",
|
|
@@ -397,6 +401,7 @@ |
|
@@ -397,6 +401,7 @@ |
397
|
}
|
401
|
}
|
398
|
}]
|
402
|
}]
|
399
|
});
|
403
|
});
|
|
|
404
|
+ }
|
400
|
});
|
405
|
});
|
401
|
return div;
|
406
|
return div;
|
402
|
}
|
407
|
}
|
|
@@ -460,13 +465,14 @@ |
|
@@ -460,13 +465,14 @@ |
460
|
}
|
465
|
}
|
461
|
}
|
466
|
}
|
462
|
editBtn.click(function () {
|
467
|
editBtn.click(function () {
|
|
|
468
|
+ if(content != ""){
|
463
|
var dialog = $("<div>").appendTo($("body"));
|
469
|
var dialog = $("<div>").appendTo($("body"));
|
464
|
dialog.dialog({
|
470
|
dialog.dialog({
|
465
|
backdrop : "static",
|
471
|
backdrop : "static",
|
466
|
title : "异常详情",
|
472
|
title : "异常详情",
|
467
|
content : content,
|
473
|
content : content,
|
468
|
- height : "80%",
|
|
|
469
|
- width : "60%",
|
474
|
+ height : "700px",
|
|
|
475
|
+ width : "1100px",
|
470
|
buttons : [{
|
476
|
buttons : [{
|
471
|
text : "关闭",
|
477
|
text : "关闭",
|
472
|
className : "btn-danger",
|
478
|
className : "btn-danger",
|
|
@@ -475,6 +481,7 @@ |
|
@@ -475,6 +481,7 @@ |
475
|
}
|
481
|
}
|
476
|
}]
|
482
|
}]
|
477
|
});
|
483
|
});
|
|
|
484
|
+ }
|
478
|
});
|
485
|
});
|
479
|
return div;
|
486
|
return div;
|
480
|
}
|
487
|
}
|
|
@@ -495,13 +502,14 @@ |
|
@@ -495,13 +502,14 @@ |
495
|
}
|
502
|
}
|
496
|
}
|
503
|
}
|
497
|
editBtn.click(function () {
|
504
|
editBtn.click(function () {
|
|
|
505
|
+ if(content != ""){
|
498
|
var dialog = $("<div>").appendTo($("body"));
|
506
|
var dialog = $("<div>").appendTo($("body"));
|
499
|
dialog.dialog({
|
507
|
dialog.dialog({
|
500
|
backdrop : "static",
|
508
|
backdrop : "static",
|
501
|
title : "超时详情",
|
509
|
title : "超时详情",
|
502
|
content : content,
|
510
|
content : content,
|
503
|
- height : "80%",
|
|
|
504
|
- width : "60%",
|
511
|
+ height : "700px",
|
|
|
512
|
+ width : "1100px",
|
505
|
buttons : [{
|
513
|
buttons : [{
|
506
|
text : "关闭",
|
514
|
text : "关闭",
|
507
|
className : "btn-danger",
|
515
|
className : "btn-danger",
|
|
@@ -510,6 +518,8 @@ |
|
@@ -510,6 +518,8 @@ |
510
|
}
|
518
|
}
|
511
|
}]
|
519
|
}]
|
512
|
});
|
520
|
});
|
|
|
521
|
+ }
|
|
|
522
|
+
|
513
|
});
|
523
|
});
|
514
|
return div;
|
524
|
return div;
|
515
|
}
|
525
|
}
|
|
@@ -575,13 +585,14 @@ |
|
@@ -575,13 +585,14 @@ |
575
|
}
|
585
|
}
|
576
|
}
|
586
|
}
|
577
|
editBtn.click(function () {
|
587
|
editBtn.click(function () {
|
|
|
588
|
+ if(content != ""){
|
578
|
var dialog = $("<div>").appendTo($("body"));
|
589
|
var dialog = $("<div>").appendTo($("body"));
|
579
|
dialog.dialog({
|
590
|
dialog.dialog({
|
580
|
backdrop : "static",
|
591
|
backdrop : "static",
|
581
|
title : "异常详情",
|
592
|
title : "异常详情",
|
582
|
content : content,
|
593
|
content : content,
|
583
|
- height : "80%",
|
|
|
584
|
- width : "60%",
|
594
|
+ height : "700px",
|
|
|
595
|
+ width : "1100px",
|
585
|
buttons : [{
|
596
|
buttons : [{
|
586
|
text : "关闭",
|
597
|
text : "关闭",
|
587
|
className : "btn-danger",
|
598
|
className : "btn-danger",
|
|
@@ -590,6 +601,8 @@ |
|
@@ -590,6 +601,8 @@ |
590
|
}
|
601
|
}
|
591
|
}]
|
602
|
}]
|
592
|
});
|
603
|
});
|
|
|
604
|
+ }
|
|
|
605
|
+
|
593
|
});
|
606
|
});
|
594
|
return div;
|
607
|
return div;
|
595
|
}
|
608
|
}
|
|
@@ -610,13 +623,14 @@ |
|
@@ -610,13 +623,14 @@ |
610
|
}
|
623
|
}
|
611
|
}
|
624
|
}
|
612
|
editBtn.click(function () {
|
625
|
editBtn.click(function () {
|
|
|
626
|
+ if(content != ""){
|
613
|
var dialog = $("<div>").appendTo($("body"));
|
627
|
var dialog = $("<div>").appendTo($("body"));
|
614
|
dialog.dialog({
|
628
|
dialog.dialog({
|
615
|
backdrop : "static",
|
629
|
backdrop : "static",
|
616
|
title : "超时详情",
|
630
|
title : "超时详情",
|
617
|
content : content,
|
631
|
content : content,
|
618
|
- height : "80%",
|
|
|
619
|
- width : "60%",
|
632
|
+ height : "700px",
|
|
|
633
|
+ width : "1100px",
|
620
|
buttons : [{
|
634
|
buttons : [{
|
621
|
text : "关闭",
|
635
|
text : "关闭",
|
622
|
className : "btn-danger",
|
636
|
className : "btn-danger",
|
|
@@ -625,6 +639,8 @@ |
|
@@ -625,6 +639,8 @@ |
625
|
}
|
639
|
}
|
626
|
}]
|
640
|
}]
|
627
|
});
|
641
|
});
|
|
|
642
|
+ }
|
|
|
643
|
+
|
628
|
});
|
644
|
});
|
629
|
return div;
|
645
|
return div;
|
630
|
}
|
646
|
}
|