{{.More.Message}}
{{if .More.HasZipFile}}
点击下载导出的结果({{.More.ZipFileSize|fsize}})
{{end}}
展开详细信息
流水号:
{{template "_bill/input" (.Field "ID")}}
名称:
{{template "_bill/input" (.Field "NAME")}}
状态:
{{template "_bill/input" (.Field "STATUS")}}
执行人:
{{template "_bill/input" (.Field "EXECUTOR")}}
开始时间:
{{template "_bill/input" (.Field "EXETIME")}}
完成时间:
{{template "_bill/input" (.Field "COMPLETEDTIME")}}
所属部门:
{{template "_bill/input" (.Field "EXEDEPT")}}
IP地址:
{{template "_bill/input" (.Field "EXEIP")}}
进度报告:
编号
时间
内容
{{range $idx,$row := .More.PROGRESS}}
{{$row.ROWNO}}
{{tostring $row.LOGTIME}}
{{tostring $row.CONTENT}}
{{end}} {{if .More.MoreProgressUrl}}
更多的进度...
{{end}}
参数:
{{if (.Field "RESULT").Value}}
结果:
{{(.Field "RESULT").Value|keepHtml}}
{{end}}