liuzhihui преди 3 години
родител
ревизия
3eab8a84aa
променени са 2 файла, в които са добавени 15 реда и са изтрити 6 реда
  1. 8 2
      CallCenterWeb.UI/WorkOrder/commonHtml/WorkOrderTransfer.html
  2. 7 4
      CallCenterWeb.UI/WorkOrder/commonHtml/js/WorkOrderTransfer.js

+ 8 - 2
CallCenterWeb.UI/WorkOrder/commonHtml/WorkOrderTransfer.html

@@ -343,12 +343,12 @@
343 343
 						</td>
344 344
 					</tr>
345 345
 
346
-					<tr>
346
+					<!--<tr>
347 347
 						<th style="display: none;" class="fzmoney">返账金额</th>
348 348
 						<td style="display: none;" class="fzmoney">
349 349
 							<input class="form-control" id="fzje" type="text" placeholder="请输入返账金额" />
350 350
 						</td>
351
-					</tr>
351
+					</tr>-->
352 352
 					<tr>
353 353
 						<th>指派说明:</th>
354 354
 						<td colspan="3">
@@ -370,6 +370,12 @@
370 370
 						</td>
371 371
 					</tr>
372 372
 					<tr>
373
+						<th style="display: none;" class="fzmoney">返账金额</th>
374
+						<td style="display: none;" class="fzmoney">
375
+							<input class="form-control" id="fzje" type="text" placeholder="请输入返账金额" />
376
+						</td>
377
+					</tr>
378
+					<tr>
373 379
 						<th class="cph" style="display: none;">返厂车牌号:</th>
374 380
 						<td class="cph" style="display: none;">
375 381
 							<input id="fcnum" class="form-control" type="text" placeholder="请输入"/>

+ 7 - 4
CallCenterWeb.UI/WorkOrder/commonHtml/js/WorkOrderTransfer.js

@@ -310,6 +310,9 @@ function getWorkOrderInfo(oid) {
310 310
 						$(".isSelDiv").remove();
311 311
 						$(".gy").hide()
312 312
 					}
313
+					if($("#cl_gdn").text() == "销售内勤") {
314
+						$('.fzmoney').show()
315
+					}
313 316
 					if($("#cl_gdlx").text() == "抽检") {
314 317
 						$('.noSampling').hide();
315 318
 						$('.Sampling').show();
@@ -335,9 +338,9 @@ function getWorkOrderInfo(oid) {
335 338
 						if($("#cl_gdn").text() == "成品库") {
336 339
 							$('.cpk').show()
337 340
 						}
338
-						if($("#cl_gdn").text() == "销售内勤") {
339
-							$('.fzmoney').show()
340
-						}
341
+//						if($("#cl_gdn").text() == "销售内勤") {
342
+//							$('.fzmoney').show()
343
+//						}
341 344
 					} else if($("#cl_gdlx").text() == "咨询") {
342 345
 						$('.Sampling').hide();
343 346
 						$('.noSampling').show();
@@ -897,7 +900,7 @@ function dealWorkOrder(oid) {
897 900
 			LoadingFee: $("#zcfee").val(),
898 901
 			UnLoadingFee: $("#xcfee").val(),
899 902
 			MaterialFee: $("#flfee").val(),
900
-			ReturnAccount2: $("#fzje").val(), //销售内勤返账金额
903
+			F_SC_CJ_ReturnAccount: $("#fzje").val(), //销售内勤返账金额
901 904
 			EventReason: $("#ereason").val(),
902 905
 			WorkmanShip: $("#gyi").val(),
903 906
 			Manufacturers: $("#ylcj").val(),