Browse Source

页面增加信息项说明字段的新增、修改

胡杰 1 year ago
parent
commit
51b5e0c4bb

+ 2 - 2
cn.com.taiji.system/src/main/resources/static/theme/tinfoclass/tinfoclass_add.js

@@ -470,7 +470,7 @@ function addDataMetaInfoZt(obj,xxxid){
     +"<td width=\"160\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" type=\"text\" name=\"datasize\" readonly=\"true\" value=\""+obj.datasize+"\"/></td>"
     +"<td width=\"100\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" type=\"text\" name=\"ranges\" readonly=\"true\" value=\""+obj.ranges+"\"/></td>"
     +"<td width=\"160\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" datatype=\"n\" nullmsg=\"必填\" sucmsg=\"&nbsp;\" errormsg=\"请输数字\" type=\"text\" name=\"indexnum\" value=\""+obj.indexnum+"\" /><span class=\"Validform_checktip\"></span></td>"
-    +"<td width=\"200\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\"  type=\"text\" name=\"description\" /></td>"
+    +"<td width=\"200\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\"  type=\"text\" name=\"description\" value=\""+obj.description+"\"/></td>"
     +"  <input type=\"hidden\" name=\"sjyid\" readonly=\"true\" value=\""+obj.sjyid+"\"/>"
     +"  <input type=\"hidden\" name=\"glxxxid\" readonly=\"true\" value=\""+obj.glxxxid+"\"/>"
 
@@ -512,7 +512,7 @@ function addDataMetaInfo(obj,xxxid){
     +"<td width=\"160\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" type=\"text\" name=\"datasize\" readonly=\"true\" value=\""+obj.datasize.value+"\"/></td>"
     +"<td width=\"100\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" type=\"text\" name=\"ranges\" readonly=\"true\" value=\""+obj.ranges.value+"\"/></td>"
     +"<td width=\"160\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" datatype=\"n\" nullmsg=\"必填\" sucmsg=\"&nbsp;\" errormsg=\"请输数字\" type=\"text\" name=\"indexnum\" value=\""+obj.indexnum.value+"\" /><span class=\"Validform_checktip\"></span></td>"
-    +"<td width=\"200\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\"  type=\"text\" name=\"description\" /></td>"
+    +"<td width=\"200\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\"  type=\"text\" name=\"description\" value=\""+obj.description.value+"\"/></td>"
    // +"<td width=\"200\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" type=\"text\" name=\"xxx_sharetype\" value=\""+obj.sharetype.value+"\"/></td>"
    // +"<td width=\"200\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" type=\"text\" name=\"xxx_shareconditions\" readonly=\"true\" value=\""+obj.shareconditions.value+"\"/></td>"
    // +"<td width=\"200\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" type=\"text\" name=\"xxx_sharemodename\" readonly=\"true\" value=\""+obj.sharemodename.value+"\"/></td>"

+ 2 - 2
cn.com.taiji.system/src/main/resources/static/theme/tinfoclass/tinfoclass_edit.js

@@ -486,7 +486,7 @@ function addDataMetaInfo(obj,xxxid){
     +"<td width=\"160\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" type=\"text\" name=\"datasize\" readonly=\"true\" value=\""+obj.datasize.value+"\"/></td>"
     +"<td width=\"100\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" type=\"text\" name=\"ranges\" readonly=\"true\" value=\""+obj.ranges.value+"\"/></td>"
     +"<td width=\"160\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" datatype=\"n\" nullmsg=\"必填\" sucmsg=\"&nbsp;\" errormsg=\"请输数字\" type=\"text\" name=\"indexnum\" value=\""+obj.indexnum.value+"\" /><span class=\"Validform_checktip\"></span></td>"
-    +"<td width=\"200\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\"  type=\"text\" name=\"description\" /></td>"
+    +"<td width=\"200\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\"  type=\"text\" name=\"description\" value=\""+obj.description.value+"\"/></td>"
    // +"<td width=\"200\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" type=\"text\" name=\"xxx_sharetype\" value=\""+obj.sharetype.value+"\"/></td>"
  //   +"<td width=\"200\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" type=\"text\" name=\"xxx_shareconditions\" readonly=\"true\" value=\""+obj.shareconditions.value+"\"/></td>"
   //  +"<td width=\"200\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" type=\"text\" name=\"xxx_sharemodename\" readonly=\"true\" value=\""+obj.sharemodename.value+"\"/></td>"
@@ -539,7 +539,7 @@ function addDataMetaInfoZt(obj,xxxid){
     +"<td width=\"160\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" type=\"text\" name=\"datasize\" readonly=\"true\" value=\""+obj.datasize+"\"/></td>"
     +"<td width=\"100\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" type=\"text\" name=\"ranges\" readonly=\"true\" value=\""+obj.ranges+"\"/></td>"
     +"<td width=\"160\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\" datatype=\"n\" nullmsg=\"必填\" sucmsg=\"&nbsp;\" errormsg=\"请输数字\" type=\"text\" name=\"indexnum\" value=\""+obj.indexnum+"\" /><span class=\"Validform_checktip\"></span></td>"
-    +"<td width=\"200\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\"  type=\"text\" name=\"description\" /></td>"
+    +"<td width=\"200\" class=\"fn-text-center\"><input class=\"input-normal input-wdl\"  type=\"text\" name=\"description\" value=\""+obj.description+"\"/></td>"
     +"  <input type=\"hidden\" name=\"sjyid\" readonly=\"true\" value=\""+obj.sjyid+"\"/>"
     +"  <input type=\"hidden\" name=\"glxxxid\" readonly=\"true\" value=\""+obj.glxxxid+"\"/>"
 

+ 2 - 0
cn.com.taiji.system/src/main/resources/templates/thymeleaf/tinfoclass/tinfoclass_xxladd.html

@@ -97,6 +97,8 @@
                   <tr>
                       <th><font class="fontred">*</font>信息项英文名称</th>
                       <td><input type="text" name="xxxdbmc" id="xxxdbmc" class="input-normal input-wdl" datatype="*1-60" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过60个字符"/></td>
+                      <th>说明</th>
+                      <td ><input type="text" name="description" ignore="ignore" id="description" class="input-normal input-wdl  " datatype="*1-200" nullmsg="必填" sucmsg="&nbsp;" errormsg="不超过200个字符"/></td>
                   </tr>
                    </tbody>
                    <tbody style="display:none">