数据包名:
{{template "_bill/input" (.Field "DUMPNAME")}}
单据名:
{{template "_bill/input" (.Field "BILLNAME")}}
数据库:
{{template "_bill/select" (.Field "DBNAME")}}
部门代码:
{{template "_bill/input" (.Field "DEPT")}}
表名:
{{template "_bill/input" (.Field "TABLENAMES")}}
记录存在:
{{template "_bill/radiobutton" (.Field "ACTIONEXISTS")}}
Where:
{{(.Field "SQLWHERE").Value}}
Before:
{{(.Field "SQLBEFORE").Value}}
After:
{{(.Field "SQLAFTER").Value}}