Ver Código Fonte

处理页面设计不合理

d123 7 anos atrás
pai
commit
6b79f26817
1 arquivos alterados com 18 adições e 10 exclusões
  1. 18 10
      CallCenterWeb.UI/WorkOrder/WorkOrderDispose.html

+ 18 - 10
CallCenterWeb.UI/WorkOrder/WorkOrderDispose.html

@@ -79,6 +79,15 @@ width: 100px;
79 79
 .E72{
80 80
 	width: 100px;
81 81
 }
82
+._table1 > thead > tr > th {
83
+    text-align: right;
84
+    padding: 4px !important;
85
+    width: 25%;
86
+}
87
+._table1 > thead > tr > td {
88
+    padding: 4px !important;
89
+    width: 25%;
90
+}
82 91
 		</style>
83 92
 	</head>
84 93
 
@@ -402,10 +411,11 @@ width: 100px;
402 411
                 </div>
403 412
                 <div class="shade_content">
404 413
                     <div class="dgxx_table size-13">
405
-                        <table class="_table1 table table-bordered  table-hover " border="0" cellspacing="0" cellpadding="0" style="width: 100%;">
406
-                            <tr>
414
+                        <table class="_table1 table table-bordered   " border="0" cellspacing="0" cellpadding="0" style="width: 100%;">
415
+                        	<thead>
416
+                        		<tr>
407 417
                                 <th>工单编号:</th>
408
-                                <td>
418
+                                <td >
409 419
                                     <span id="cl_gdbh"></span>
410 420
                                 </td>
411 421
 
@@ -425,9 +435,13 @@ width: 100px;
425 435
                                     <span id="cl_khdh"></span>
426 436
                                 </td>
427 437
                             </tr>
438
+                        	</thead>
428 439
                             <tr>
429 440
                                 <th>反馈内容及处理结果:</th>
430
-                                <td  colspan="5 "id="cl_gdnr"  style="width: 150%;">
441
+                                <td  colspan="5 ">
442
+                                	<div id="cl_gdnr"  style="width: 100%;">
443
+                                		
444
+                                	</div>
431 445
                                 </td>
432 446
                             </tr>
433 447
                             <tr>
@@ -521,12 +535,6 @@ width: 100px;
521 535
                             return;
522 536
                         }
523 537
                     }
524
-                    if (!$("#cont").val()) {
525
-                        layer.confirm('请输入处理内容!', {
526
-                            btn: ['确定']
527
-                        });
528
-                        return;
529
-                    }
530 538
                     $.post(huayi.config.callcenter_url + 'WorkOrder/DealWorkOrder', {
531 539
                         orderid: zpid,
532 540
                         isend: val,