<% //三列排布 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.logic==true){ %>
${item.fromLable}:
<%}else{ if(item.dictSysCode!=''){%>
* ${item.fromLable}: ${dict(item.dictSysCode,item.multipleDict,"END","@change='dictChange("+item.id+",\"fromData."+item.fieldName+"\")'","v-model.number=fromData."+item.fieldName)}
<%}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){%>
<%if(strutil.length(item.fromLableTips)>0){%>
填写提示:${item.fromLableTips}
<%}%>
<%}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.dictDepend==0){%>
* ${item.fromLable} ${item.decimalPoint>0?:'('+item.decimalPoint+'位小数)'}:
<%}else if(item.dictDepend>0){%>
${item.fromLable}:
<%}else{%>
* ${item.fromLable}:
<%}%> <%}%> <%}}%>

字段权限不足!

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