Browse Source

微信 处理 增加处理结果

fanlongfei 7 years ago
parent
commit
4225b0f36b

+ 11 - 1
CallCenterWeb.WeChat/WeChart/css/Common.css

@@ -578,4 +578,14 @@ body {
578 578
 	width: 120px;
579 579
 	height: 120px;
580 580
 	z-index: 9999;
581
-}
581
+}
582
+.radio_box{
583
+	display: inline-block;
584
+}
585
+.mui-input-group .radio_box:after{
586
+	background-color: transparent;
587
+}
588
+.radio_box.mui-radio.mui-left label{
589
+	padding-right: 0px;
590
+	width: 100%;
591
+}

+ 13 - 0
CallCenterWeb.WeChat/WeChart/html/Workdeal.html

@@ -69,6 +69,19 @@
69 69
 						<a><span class="type_down mui-icon mui-icon-arrowdown mui-pull-right"></span></a>
70 70
 					</div>
71 71
 				</div>
72
+
73
+				<div class="mui-input-row" id="h_resut">
74
+					<label class="label">处理结果:</label>
75
+					<div class="mui-input-row mui-radio mui-left radio_box">
76
+						<label>已完成</label>
77
+						<input type="radio" name="secret" checked="checked" value="1" />
78
+					</div>
79
+					<div class="mui-input-row mui-radio mui-left radio_box">
80
+						<label>未完成</label>
81
+						<input type="radio" name="secret" value="0" />
82
+					</div>
83
+				</div>
84
+
72 85
 				<div class="mui-input-row h_content">
73 86
 					<label for="h_cont">问题处理:</label>
74 87
 					<textarea class="mui-input-clear" id="h_cont" placeholder="请详细描述问题处理情况..."></textarea>

+ 1 - 1
CallCenterWeb.WeChat/WeChart/js/Workdeal.js

@@ -95,7 +95,7 @@ function submitHandle() {
95 95
 			country: $('#h_county').attr('data-index'), //int	否	乡镇	
96 96
 			address: $('#h_address').val(), //string	否	住址
97 97
 			content: $('#h_contents').val(), //string	是	反映问题	
98
-
98
+			issend:	$('#h_resut').find('input[type="radio"]:checked').val(),
99 99
 			inquser: $('#h_inquser').val(), //string	否	调查员
100 100
 			inqtime: $('#h_inqtime').val(), //string	否	调查时间	
101 101
 			infotypeid: $('#h_infoType').attr('data-index'), //int	否	信息分类id,默认为0