|
@@ -68,11 +68,6 @@
|
|
<option value="1">标准字段包</option>
|
|
<option value="1">标准字段包</option>
|
|
<option value="3">深信服字段包</option>
|
|
<option value="3">深信服字段包</option>
|
|
</select>
|
|
</select>
|
|
- <script>
|
|
|
|
- $('#extfiledselect').on("change", function () {
|
|
|
|
- dataMap["i_extfieldstype"] = $('#extfiledselect option:selected').val();
|
|
|
|
- })
|
|
|
|
- </script>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
@@ -388,19 +383,18 @@
|
|
// dataMap.send_mode = document.getElementById("pushModelSelect").selectedIndex;
|
|
// dataMap.send_mode = document.getElementById("pushModelSelect").selectedIndex;
|
|
// dataMap.push_type = document.getElementById("pushTypeSelect").selectedIndex;
|
|
// dataMap.push_type = document.getElementById("pushTypeSelect").selectedIndex;
|
|
// dataMap.s_extends = document.getElementById("expandSelect").selectedIndex;
|
|
// dataMap.s_extends = document.getElementById("expandSelect").selectedIndex;
|
|
|
|
+ dataMap.i_extfieldstype = $('#extfiledselect option:selected').val();
|
|
dataMap.sendMail = $("#sendMail").val();
|
|
dataMap.sendMail = $("#sendMail").val();
|
|
dataMap.s_pushid = s_pushid;
|
|
dataMap.s_pushid = s_pushid;
|
|
dataMap.c_id = c_id;
|
|
dataMap.c_id = c_id;
|
|
if ($('#starttime').find("input").val() != "") {
|
|
if ($('#starttime').find("input").val() != "") {
|
|
var start = $('#starttime').find("input").val();
|
|
var start = $('#starttime').find("input").val();
|
|
start = new Date(start).getTime() / 1000;
|
|
start = new Date(start).getTime() / 1000;
|
|
- console.log("start",start)
|
|
|
|
dataMap.starttime = start;
|
|
dataMap.starttime = start;
|
|
}
|
|
}
|
|
if ($('#endtime').find("input").val() != "") {
|
|
if ($('#endtime').find("input").val() != "") {
|
|
var end = $('#endtime').find("input").val();
|
|
var end = $('#endtime').find("input").val();
|
|
end = new Date(end).getTime() / 1000;
|
|
end = new Date(end).getTime() / 1000;
|
|
- console.log("end",end)
|
|
|
|
dataMap.endtime = end;
|
|
dataMap.endtime = end;
|
|
}
|
|
}
|
|
$.ajax({
|
|
$.ajax({
|