From 5c4b2bca01c35fe85dcf63a3e46fea79b51a7c7d Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Wed, 17 Jan 2024 10:43:40 +0800 Subject: [PATCH] 'commit' --- WebRoot/view/tb/form/save_form.html | 3 +- WebRoot/view/tb/org/format_select.html | 116 +++++++++++++++++++------ WebRoot/view/tb/org/task_list.html | 18 +++- 3 files changed, 104 insertions(+), 33 deletions(-) diff --git a/WebRoot/view/tb/form/save_form.html b/WebRoot/view/tb/form/save_form.html index 8829c9a1..c6cddbda 100644 --- a/WebRoot/view/tb/form/save_form.html +++ b/WebRoot/view/tb/form/save_form.html @@ -81,7 +81,8 @@ data: { "job_name": $("#task_name").val(), "table_name": "ds_" + $("#table_name").val(), - "json": window.localStorage.getItem('form_json') + "json": window.localStorage.getItem('form_json'), + "target_type_id": window.localStorage.getItem('target_type_id') }, success: function (result) { if (result.success) { diff --git a/WebRoot/view/tb/org/format_select.html b/WebRoot/view/tb/org/format_select.html index ecbc8aa2..68441ac4 100644 --- a/WebRoot/view/tb/org/format_select.html +++ b/WebRoot/view/tb/org/format_select.html @@ -37,33 +37,41 @@ - - - -
- - - - - - - - - - - - - - - - - - - - -
表单EXCEL模板
-
- + +
+
+
+
+ +
+ + +
+
+
+ +
+ + + + + + +
+
+
+
+
+
+ +
+
+
@@ -72,12 +80,64 @@ + + + +