|
|
@@ -116,6 +116,8 @@
|
|
116
|
116
|
$("<option value='" + n + "'>" + n + "</option>").appendTo($("#comeCall_dep"));
|
|
117
|
117
|
})
|
|
118
|
118
|
$('#comeCall_dep').selectpicker('refresh');
|
|
|
119
|
+ $('#comeCall_dep').selectpicker('render');
|
|
|
120
|
+
|
|
119
|
121
|
}
|
|
120
|
122
|
});
|
|
121
|
123
|
}
|
|
|
@@ -135,6 +137,7 @@
|
|
135
|
137
|
$("<option value='" + n + "'>" + n + "</option>").appendTo($("#comeCall_deps"));
|
|
136
|
138
|
})
|
|
137
|
139
|
$('#comeCall_deps').selectpicker('refresh');
|
|
|
140
|
+ $('#comeCall_deps').selectpicker('render');
|
|
138
|
141
|
}
|
|
139
|
142
|
});
|
|
140
|
143
|
}
|
|
|
@@ -283,7 +286,6 @@ function Detail(val) {
|
|
283
|
286
|
}
|
|
284
|
287
|
return strD;
|
|
285
|
288
|
}
|
|
286
|
|
-
|
|
287
|
289
|
}
|
|
288
|
290
|
|
|
289
|
291
|
function xq() {
|