码迷,mamicode.com
首页 > 其他好文 > 详细

畅捷通T+软件业务单据审批情况查询

时间:2017-03-12 14:44:02      阅读:306      评论:0      收藏:0      [点我收藏+]

标签:tac   tor   line   类型   auditor   http   style   when   情况   

use UFTData021114_000001 --T+业务单据审批信息查询脚本
select SM_VoucherType.name as 业务类型,
    EntityCode AS 单据编码 ,
    AuditTime as 审批时间,
    case eap_wfauditlog.AuditAction
      when ‘0‘ then ‘提交‘
      when ‘1‘ then ‘同意‘
      when ‘2‘ then ‘驳回上一级‘
      when ‘3‘ then ‘驳回制单人‘
      else ‘其他‘ end as 审批动作,

    AuditorName as 审批人,

    Opinion 审批批语
    from eap_wfauditlog
left join SM_VoucherType on BizCode =SM_VoucherType.code
order by SM_VoucherType.name ,EntityCode,AuditTime

 

技术分享

畅捷通T+软件业务单据审批情况查询

标签:tac   tor   line   类型   auditor   http   style   when   情况   

原文地址:http://www.cnblogs.com/zhuyz0602/p/6537553.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!