diff --git a/WebRoot/Excel/25B16BCE-AB9A-4E99-81E4-2CFB440BDA16.docx b/WebRoot/Excel/25B16BCE-AB9A-4E99-81E4-2CFB440BDA16.docx new file mode 100644 index 00000000..9f8f0eda Binary files /dev/null and b/WebRoot/Excel/25B16BCE-AB9A-4E99-81E4-2CFB440BDA16.docx differ diff --git a/WebRoot/view/tb/form/ayq/modules/formDesigner.js b/WebRoot/view/tb/form/ayq/modules/formDesigner.js index 6512a660..23c9ebae 100644 --- a/WebRoot/view/tb/form/ayq/modules/formDesigner.js +++ b/WebRoot/view/tb/form/ayq/modules/formDesigner.js @@ -4736,6 +4736,12 @@ layui.config({ base: './ayq/modules/' }).define(["layer", 'flow', "laytpl", "ele } }); + $(document).on('keydown', 'input', function(e) { + if (e.which == 13) { + e.preventDefault(); + } + }); + $("#formSave").on('click', function () { if (options.data.length > 0) { window.localStorage.setItem('form_json', JSON.stringify(options.data));