|
|
@@ -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
|
});
|