Ver Código Fonte

添加工单页面,工单来源

miaofuhao 6 anos atrás
pai
commit
59331f3023

+ 24 - 23
CallCenterWeb.UI/WorkOrder/AddWorkOrder.html

165
 								</div>
165
 								</div>
166
 							</td>
166
 							</td>
167
 						</tr>
167
 						</tr>
168
-						<!--<tr>
169
-							<th>工单来源:</th>
168
+						<tr>
169
+							<!--<th>工单来源:</th>
170
 							<td>
170
 							<td>
171
 								<div class="form-group">
171
 								<div class="form-group">
172
 									<select name="" class="form-control" id="DicValueList"> </select>
172
 									<select name="" class="form-control" id="DicValueList"> </select>
173
 								</div>
173
 								</div>
174
-							</td>
174
+							</td>-->
175
 							<th>工单状态:</th>
175
 							<th>工单状态:</th>
176
 							<td>
176
 							<td>
177
 								<div class="form-group">
177
 								<div class="form-group">
178
 									<select name="" class="form-control" id="State"> </select>
178
 									<select name="" class="form-control" id="State"> </select>
179
 								</div>
179
 								</div>
180
 							</td>
180
 							</td>
181
-						</tr>-->
182
-						<tr>
183
-							<th>工单类型:</th>
184
-							<td>
185
-								<div class="time-box">
186
-									<i class="tub fa fa-caret-down down" style="color: #676b6d;"></i>
187
-									<input class="form-control" type="text" id="typeclass" readonly="readonly">
188
-									<input type="hidden" id="typeclassId" />
189
-									<div class="addTree treeList">
190
-										<ul id="TreeDemo" class="ztree">
191
-
192
-										</ul>
193
-									</div>
194
-								</div>
195
-							</td>
196
 						</tr>
181
 						</tr>
182
+						
197
 						<tr>
183
 						<tr>
198
 							<th>内容:</th>
184
 							<th>内容:</th>
199
 							<td colspan="5">
185
 							<td colspan="5">
258
 							</td>
244
 							</td>
259
 						</tr>
245
 						</tr>
260
 						<tr>
246
 						<tr>
247
+							<th>工单类型:</th>
248
+							<td>
249
+								<div class="time-box">
250
+									<i class="tub fa fa-caret-down down" style="color: #676b6d;"></i>
251
+									<input class="form-control" type="text" id="typeclass" readonly="readonly">
252
+									<input type="hidden" id="typeclassId" />
253
+									<div class="addTree treeList">
254
+										<ul id="TreeDemo" class="ztree">
255
+
256
+										</ul>
257
+									</div>
258
+								</div>
259
+							</td>
260
+							<th>工单来源:</th>
261
+							<td>
262
+								<div class="form-group">
263
+									<select name="" class="form-control" id="DicValueList"> </select>
264
+								</div>
265
+							</td>
261
 							<th>反馈单位:</th>
266
 							<th>反馈单位:</th>
262
-							<!--<td>
263
-								<select class="form-control selectpicker" id="feedbackDep_market" data-live-search="true">
264
-									<option value="">请选择反馈单位</option>
265
-								</select>
266
-							</td>-->
267
 							<td style="position: relative;">
267
 							<td style="position: relative;">
268
 								<input id="testInput4" type="text" style="width:100%;" style="display: none;" />
268
 								<input id="testInput4" type="text" style="width:100%;" style="display: none;" />
269
 								<ul class="testInput-list">
269
 								<ul class="testInput-list">
270
 									<li></li>
270
 									<li></li>
271
 								</ul>
271
 								</ul>
272
 							</td>
272
 							</td>
273
+							
273
 						</tr>
274
 						</tr>
274
 						<tr>
275
 						<tr>
275
 							<th>备注内容:</th>
276
 							<th>备注内容:</th>

+ 1 - 1
CallCenterWeb.UI/js/WorkOrder/AddWorkOrder.js

30
              }
30
              }
31
     	$(document).ready(function(){
31
     	$(document).ready(function(){
32
     		//工单来源
32
     		//工单来源
33
-    		getOrderSource('#orderSource');
33
+    		getOrderSource();
34
             //工单类型
34
             //工单类型
35
     	   getOrderType();
35
     	   getOrderType();
36
     	   //工单状态
36
     	   //工单状态