<% //三列排布 var title=table.name; layout("/layouts/blank.html",{title:title}){ %>
<%if(table.tableType=='PrimaryTable'||table.tableType=='Schedule'){%>
姓名:
用户名:
<%}%> <% for(item in table.fields){ //表单显示 if(item.fromDisplay==true){ %> <% if(item.dictSysCode!=''){ %>
${item.fromLable}: ${dict(item.dictSysCode,item.multipleDict,"END","v-model.number=fromData."+item.fieldName,"disabled")}
<%}else if(item.fieldType==2&&(item.controlType==5||item.controlType==6)){%>
${item.fromLable}: <%if(item.controlType==5){%> <%}else{%> <%}%>
<%}else if(item.controlType==2){%>
<%if(strutil.length(item.fromLableTips)>0){%>
填写提示:${item.fromLableTips}
<%}%>
<%}else if(item.controlType==3){%>
<%}else if(item.controlType==4){%>
${item.fromLable}:
<%}else if(item.controlType==7){%>
查看({{ (fromData.${item.fieldName}+"").fileCount() }})
<%}else if(item.controlType==8){%>
查看({{ (fromData.${item.fieldName}+"").fileCount() }})
<%}else if(item.fieldType==1){%>
${item.fromLable} ${item.decimalPoint>0?:'('+item.decimalPoint+'位小数)'}:
<%}else{%>
${item.fromLable}:
<%}%> <%}}%>

字段权限不足!

<%include("edit/fromData.html"){}%> <%}%>