main
kgdxpr 1 year ago
parent 298f146ec5
commit 6b3d8fe6f8

@ -56,6 +56,9 @@
data: data,
elem: '#formdesigner'
});
});
@ -67,6 +70,11 @@
if (r != null) return unescape(r[2]);
return null;
}
document.onkeydown = function (e) {
console.log(e);
}
</script>
</body>

@ -169,7 +169,7 @@
title: '查看',
offset: 'r',
anim: 'slideLeft',
area: ['860px', '100%'],
area: ['1000px', '100%'],
shade: 0.1,
shadeClose: true,
content: "../form/view_bureau.html?job_id=" + obj.data.job_id + "&target_id=" + obj.data.target_id + "&status_code=" + obj.data.status_code,

Loading…
Cancel
Save