|
@@ -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=\" \" 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=\" \" 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>"
|