Parcourir la Source

Merge branch 'master' of http://192.168.1.222:3000/zhoufan/SQ12345_Web

liuzhen il y a 6 ans
Parent
commit
4471d9af00

+ 1 - 1
WebUI/CallCenterWeb.UI/Business/appealOrder.html

@@ -60,7 +60,7 @@
60 60
 					<thead>
61 61
 						<tr>
62 62
 							<th data-field="state" data-checkbox="true" data-align="center"></th>
63
-							<th data-field="F_DeptIds" data-align="center">申诉部门</th>
63
+							<th data-field="NoticeDeptName" data-align="center">申诉部门</th>
64 64
 							<th data-field="F_NoticeInfo" data-align="center">通报批评内容</th>
65 65
 							<th data-field="F_Remark" data-align="center">申诉详情</th>
66 66
 							<th data-field="F_CreateTime" data-align="center">申诉时间</th>

+ 5 - 8
WebUI/CallCenterWeb.UI/CommonHtml/addAppealOrder.html

@@ -18,6 +18,7 @@
18 18
 				/*width: 196px;*/
19 19
 				height: 35px;
20 20
 				padding: 0;
21
+				border-color: rgb(169, 169, 169);
21 22
 			}
22 23
 			ul li{
23 24
 				list-style: none;
@@ -25,7 +26,7 @@
25 26
 			.inpBox {
26 27
 	            border: 1px solid #cccccc;
27 28
 	    		height: 31px;
28
-	            width: 77%;
29
+	            width: 75%;
29 30
 	            display: inline-block;
30 31
 	            position: relative;
31 32
 	            vertical-align: middle;
@@ -129,15 +130,11 @@
129 130
 	        	display: none;
130 131
 	        }
131 132
 	        .other_reasons{
132
-	        	width: 78%;
133
+	        	width: 75%;
133 134
 			}
134 135
 			.remark{
135
-				width: 78%;
136
+				width: 75%;
136 137
 			}
137
-	        .other_contant{
138
-	        	width: 80%;
139
-	        	position: absolute;
140
-	        }
141 138
 		</style>
142 139
 	</head>
143 140
 	<body>
@@ -157,7 +154,7 @@
157 154
 						</li>
158 155
 						<li class="form-group">
159 156
 							<label for="customer_layer" class="col-md-2" style="float: left;">通报原因:</label>
160
-							<div class="col-md-9" style="width: 80%; float: left; padding-left: 0;">
157
+							<div class="col-md-9" style="width: 75%; float: left; padding: 0;">
161 158
                                 <select name="" class="form-control orderType">
162 159
                                 	<option value="0">请选择通报原因</option>
163 160
                                 </select>

+ 1 - 1
WebUI/CallCenterWeb.UI/js/notification/appealOrder.js

@@ -66,7 +66,7 @@ $(function(){
66 66
     $('.add').click(function () {
67 67
         layer.open({
68 68
             type: 2,
69
-            title: '添加通报信息',
69
+            title: '添加申诉信息',
70 70
             maxmin: true, //开启最大化最小化按钮
71 71
             area: ['40%', '50%'],
72 72
             content: '../CommonHtml/addAppealOrder.html'