main
kgdxpr 2 years ago
parent 057226ef92
commit d1f7516e67

@ -132,7 +132,6 @@
});
return false;
}
console.log(isIPorDomain(_ip));
ipArray.push(_ip);
});
var ip = ipArray.join(',');

@ -314,8 +314,6 @@
publishData.memo = data.field.memo;
publishData.status_code = statusCode;
console.log(publishData);
$.ajax({
url: '/QingLong/collect/ForwardJob',
type: 'post',

@ -176,7 +176,6 @@
title: '提示'
}, function (index) {
layer.close(index);
console.log(obj.data);
$.ajax({
url: '/QingLong/collect/setForwardFinish',
type: 'post',

@ -38,8 +38,6 @@
var data = { "url": _url };
console.log(data);
var pdfTpl = pdfScript.innerHTML,
pdfView = document.getElementById('pdfView');
laytpl(pdfTpl).render(data, function (html) {

@ -277,7 +277,6 @@
//监听提交
form.on('submit(demo1)', function (data) {
var json = render.getFormData();
console.log(json);
$.ajax({
url: '/QingLong/collect/saveFormJob',
type: 'post',
@ -372,7 +371,6 @@
function getSubmitData() {
var data = $('#testdemo').form[0].serialize();
console.log(data);
return data;
}

@ -302,7 +302,6 @@
//监听提交
form.on('submit(demo1)', function (data) {
var json = render.getFormData();
console.log(json);
$.ajax({
url: '/QingLong/collect/saveFormJob',
type: 'post',
@ -397,7 +396,6 @@
function getSubmitData() {
var data = $('#testdemo').form[0].serialize();
console.log(data);
return data;
}

@ -310,7 +310,6 @@
//监听提交
form.on('submit(demo1)', function (data) {
var json = render.getFormData();
console.log(json);
$.ajax({
url: '/QingLong/collect/saveFormJob',
type: 'post',
@ -404,7 +403,6 @@
function getSubmitData() {
var data = $('#testdemo').form[0].serialize();
console.log(data);
return data;
}

@ -364,7 +364,6 @@
function getSubmitData() {
var data = $('#testdemo').form[0].serialize();
console.log(data);
return data;
}

@ -334,7 +334,6 @@
function getSubmitData() {
var data = $('#testdemo').form[0].serialize();
console.log(data);
return data;
}

@ -373,7 +373,6 @@
function getSubmitData() {
var data = $('#testdemo').form[0].serialize();
console.log(data);
return data;
}

@ -82,7 +82,6 @@
url: '/QingLong/collect/uoloadTemplate',
exts: 'xlsx',
done: function (res) {
console.log(res);
layer.msg("上传成功!", {
icon: 1,
time: 1500

@ -114,7 +114,6 @@
if (data.code == 0) {
for (var i = 0; i < data.data.length; i++) data.data[i].name = data.data[i].org_name;
var zNodes = data.data;
console.log(data.data);
$.fn.zTree.init($("#mytree"), setting1, zNodes);
var treeObj = $.fn.zTree.getZTreeObj("mytree");
treeObj.expandAll(true);

@ -186,7 +186,6 @@
if (res.data.length > 0) {
$('#add').prop('disabled', true);
} else {
console.log(111)
$('#add').prop('disabled', false);
}
var classTpl = classScript.innerHTML;

@ -377,7 +377,6 @@
}
window.updateLoginName = function (obj) {
console.log(obj);
layer.open({
type: 2,
title: '修改登录名',

@ -243,7 +243,6 @@
var month = idNumber.substring(10, 12);
var day = idNumber.substring(12, 14);
var date = year + "-" + month + "-" + day;
console.log(date);
if (date.length != 10) {
date = "";
}

@ -136,7 +136,6 @@
if (res.data.length > 0) {
$('#add').prop('disabled', true);
} else {
console.log(111)
$('#add').prop('disabled', false);
}
var classTpl = classScript.innerHTML;

@ -224,7 +224,6 @@
if (res.data.length > 0) {
$('#add').prop('disabled', true);
} else {
console.log(111)
$('#add').prop('disabled', false);
}
var classTpl = classScript.innerHTML;

Loading…
Cancel
Save