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 @@
|
---|