<#setting number_format="0.#####################"> 编辑

${head.content}

<#list columnhidden as po> <#list columns as po>
<#if po.show_type=='text'> <#if po.field_must_input??><#if po.field_must_input == 'Y' || po.is_null != 'Y'>ignore="checked"<#else>ignore="ignore"<#elseif po.is_null != "Y">ignore="checked"<#else>ignore="ignore" <#-- update--end--author:zhangjiaqiang Date:20170417 for:增加校验必填项 --> <#if po.field_valid_type?if_exists?html != ''> datatype="${po.field_valid_type?if_exists?html}" <#else> <#if po.type == 'int'> datatype="n" <#elseif po.type=='double'> datatype="/^(-?\d+)(\.\d+)?$/" <#else> <#if po.is_null != 'Y'>datatype="*" /> <#elseif po.show_type=='password'> <#if po.field_must_input??><#if po.field_must_input == 'Y' || po.is_null != 'Y'>ignore="checked"<#else>ignore="ignore"<#elseif po.is_null != "Y">ignore="checked"<#else>ignore="ignore" <#-- update--end--author:zhangjiaqiang Date:20170417 for:增加校验必填项 --> <#if po.field_valid_type?if_exists?html != ''> datatype="${po.field_valid_type?if_exists?html}" <#else> <#if po.is_null != 'Y'>datatype="*" > <#elseif po.show_type=='radio'> <@DictData name="${po.dict_field?if_exists?html}" text="${po.dict_text?if_exists?html}" tablename="${po.dict_table?if_exists?html}" var="dataList"> <#list dataList as dictdata> <#elseif po.show_type=='checkbox'> <#assign checkboxstr>${data['${tableName}']['${po.field_name}']?if_exists?html} <#assign checkboxlist=checkboxstr?split(",")> <@DictData name="${po.dict_field?if_exists?html}" text="${po.dict_text?if_exists?html}" tablename="${po.dict_table?if_exists?html}" var="dataList"> <#list dataList as dictdata> <#elseif po.show_type=='list'> <@DictData name="${po.dict_field?if_exists?html}" text="${po.dict_text?if_exists?html}" tablename="${po.dict_table?if_exists?html}" var="dataList"> <#elseif po.show_type=='date'> " class="form-control Wdate" onClick="WdatePicker()" <#-- update--begin--author:zhangjiaqiang Date:20170417 for:增加校验必填项 --> <#if po.field_must_input??><#if po.field_must_input == 'Y' || po.is_null != 'Y'>ignore="checked"<#else>ignore="ignore"<#elseif po.is_null != "Y">ignore="checked"<#else>ignore="ignore" <#-- update--end--author:zhangjiaqiang Date:20170417 for:增加校验必填项 --> <#if po.field_valid_type?if_exists?html != ''> datatype="${po.field_valid_type?if_exists?html}" <#else> <#if po.is_null != 'Y'>datatype="*" > <#elseif po.show_type=='datetime'> " class="form-control Wdate" onClick="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" <#-- update--begin--author:zhangjiaqiang Date:20170417 for:增加校验必填项 --> <#if po.field_must_input??><#if po.field_must_input == 'Y' || po.is_null != 'Y'>ignore="checked"<#else>ignore="ignore"<#elseif po.is_null != "Y">ignore="checked"<#else>ignore="ignore" <#-- update--end--author:zhangjiaqiang Date:20170417 for:增加校验必填项 --> <#if po.field_valid_type?if_exists?html != ''> datatype="${po.field_valid_type?if_exists?html}" <#else> <#if po.is_null != 'Y'>datatype="*" > <#elseif po.show_type=='popup'> datatype="${po.field_valid_type?if_exists?html}" <#else> <#if po.is_null != 'Y'>datatype="*" > <#elseif po.show_type=='file'> <#list filesList as fileB> <#if fileB['field'] == po.field_name>
${fileB['title']} 下载 预览 删除
<#else> <#if po.field_must_input??><#if po.field_must_input == 'Y' || po.is_null != 'Y'>ignore="checked"<#else>ignore="ignore"<#elseif po.is_null != "Y">ignore="checked"<#else>ignore="ignore" <#-- update--end--author:zhangjiaqiang Date:20170417 for:增加校验必填项 --> <#if po.field_valid_type?if_exists?html != ''> datatype="${po.field_valid_type?if_exists?html}" <#else> <#if po.type == 'int'> datatype="n" <#elseif po.type=='double'> datatype="/^(-?\d+)(\.\d+)?$/" <#else> <#if po.is_null != 'Y'>datatype="*" >
<#list columnsarea as po>