From b73d391179ab549b755ca6bee5175406e93dc9cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=B1=7E=E6=B5=B7=7E=E7=88=B1=E6=B5=B7=E7=88=B1?= =?UTF-8?q?=E6=B5=B7=7E=E5=8F=B3?= <1828712314@qq.com> Date: Thu, 15 May 2025 08:54:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wwwroot/rezero/default_ui/add_filed.html | 796 ++++++++++++++++++ .../wwwroot/rezero/default_ui/js/tools.js | 553 ++++++------ .../rezero/default_ui/std_entity_config.html | 24 +- .../rezero/default_ui/std_filed_map.html | 79 +- .../rezero/default_ui/std_method_config.html | 25 +- 5 files changed, 1166 insertions(+), 311 deletions(-) create mode 100644 SuperAPI/wwwroot/rezero/default_ui/add_filed.html diff --git a/SuperAPI/wwwroot/rezero/default_ui/add_filed.html b/SuperAPI/wwwroot/rezero/default_ui/add_filed.html new file mode 100644 index 0000000..74485e5 --- /dev/null +++ b/SuperAPI/wwwroot/rezero/default_ui/add_filed.html @@ -0,0 +1,796 @@ +@@master_page.html + +
序号 | +字段名 | ++ 字段注释 + | ++ 字段类型 + | ++ 字典名称 + | +字段名 | ++ 字段注释 + | ++ 字段类型 + | ++ 字典名称 + | +操作 | +
---|---|---|---|---|---|---|---|---|---|
{{index + 1}} | ++ {{item.SYSTEM_FIELD}} + | ++ {{item.SYSTEM_NAME}} + | ++ {{item.SYSTEM_FIELD_TYPE}} + | ++ {{item.SYSTEM_DICT_NAME}} + | ++ {{item.INTERFACE_FIELD}} + | ++ {{item.INTERFACE_NAME}} + | ++ {{item.OBJECT_FIELD_TYPE}} + | ++ {{item.OBJECT_DICT_NAME}} + | ++ + | +
{{data.length + 1}} | ++ + + | ++ + | ++ + | ++ + | ++ + + | ++ + | ++ + | ++ + | ++ + + | +
{
@@ -480,7 +489,9 @@
var th = this
var frmId = 'frmEdit'
var json = this.formData
- var url = json.METHOD_ID ? '/std_entity/update' : '/std_entity/create'
+ var url = json.METHOD_ID
+ ? '/std_entity/update'
+ : '/std_entity/create'
this.addOrUpdateSubmit(url, json)
},
addOrUpdateSubmit: function (url, json) {
@@ -526,7 +537,8 @@
this.isSelectTable = item
},
importEntitySubmit: function () {
- this.formData.MAPPING_TABLE = this.isSelectTable.Name
+ this.formData.MAPPING_TABLE =
+ this.isSelectTable.Name
btnImportEntityClose.click()
},
},
diff --git a/SuperAPI/wwwroot/rezero/default_ui/std_filed_map.html b/SuperAPI/wwwroot/rezero/default_ui/std_filed_map.html
index 55a86ed..99b0122 100644
--- a/SuperAPI/wwwroot/rezero/default_ui/std_filed_map.html
+++ b/SuperAPI/wwwroot/rezero/default_ui/std_filed_map.html
@@ -61,7 +61,9 @@
|
---|