Explorar el Código

Merge branch 'master' of http://192.168.1.222:3000/zhengbingbing/XinXiangXLX_UI

miaofuhao %!s(int64=6) %!d(string=hace) años
padre
commit
427662c90a

+ 0 - 7
WeChat/client-side/dispose.html

@@ -247,13 +247,6 @@
247 247
 		    </ul>
248 248
 	<!--抽检类市场管理科-->	
249 249
 			<ul class="mui-table-view" style="display: none;"  id="cccc">
250
-				<li class="mui-table-view-cell" id="result">
251
-					<div class="mui-input-row">
252
-						<label class="label">生产基地:</label>
253
-						<input type="text" id='ower_result' class="ui-alert type_con size-14" data-index="" readonly="readonly" placeholder="请选择"/>
254
-						<a href=""><span class="type_down mui-icon mui-icon-arrowdown mui-pull-right"></span></a>
255
-					</div>
256
-				</li>
257 250
 				<li class="mui-table-view-cell">
258 251
 					<div class="mui-input-row">
259 252
 						<label class="label">超出质保期限:</label>

+ 3 - 2
WeChat/client-side/js/dispose.js

@@ -63,7 +63,7 @@ $(function() {
63 63
 					ImprovementRequirements:$("#order_demand").val(), //改进要求
64 64
 					CApprovalNo:$("#order_odd").val(), //审批工作流单号
65 65
 //			抽检类市场管理科
66
-                    ProductBase: $('#ower_result').attr('data-index'), //生产基地
66
+//                  ProductBase: $('#ower_result').attr('data-index'), //生产基地
67 67
 //					QualityMonth:$("#order_spection").val(), //自检结果
68 68
 //			抽检类质量管理部		
69 69
                     isvisit: $('.order_return').find('input[type="radio"]:checked').val(), //是否否回访
@@ -162,6 +162,7 @@ function Ajax() {
162 162
 						if($("#Work_classname").text()=="抽检"){	
163 163
 						   if($("#section").text()=="市场管理科"){
164 164
 							  $("#cccc").show(); 
165
+							  $("#aaaa").show();
165 166
 						   }
166 167
 						}else if($("#Work_classname").text()=="投诉"){
167 168
 						   if($("#section").text()=="市场管理科"){
@@ -337,7 +338,7 @@ var  base = [];
337 338
 				showCityPickerButton2.addEventListener('tap', function(event) {
338 339
 					matrix.show(function(items) {
339 340
 						cityResultc2.value = items[0].text;
340
-						cityResultc2.setAttribute("data-index", items[0].value);
341
+						cityResultc2.setAttribute("data-index", items[0].text);
341 342
 						//返回 false 可以阻止选择框的关闭
342 343
 						//return false;
343 344
 					});

+ 1 - 1
WeChat/client-side/js/redeploy.js

@@ -430,7 +430,7 @@ var  parallelism = [];
430 430
 			showCityPickerButton.addEventListener('tap', function(event) {
431 431
 				cityPicker3.show(function(items) {
432 432
 					cityResult3.value = items[0].text;
433
-					cityResult3.setAttribute("data-index", items[0].value);
433
+					cityResult3.setAttribute("data-index", items[0].text);
434 434
 					//返回 false 可以阻止选择框的关闭
435 435
 					//return false;
436 436
 				});