用友U8 |【合同管理】合同结算单不能失效
问题描述:
合同结算单不能失效;
处理方法:
select iverifystate ,cCurrentAuditor,cAuditer,dtAuditedate,* from CM_Balance where cBalanceID='0000003197' --查找结算单主表信息 update CM_Balance set cAuditer='' where cBalanceID='0000003089' --取消生效人 update CM_Balance set dtAuditedate =null where cBalanceID='0000003089' --取消生效日期 update CM_Balance set cAdmin=null,dtAdminDate=null where cBalanceID='0000003089' update CM_Balance set cCurrentAuditor=null where cBalanceID='0000003089'
思路:
--先查询cCurrentAuditor是否正确,【最终审核人C】审核后,这个字段应该是null
--如果有C的名字,执行update CM_Balance set cCurrentAuditor=null where cBalanceID='0000003089'
---再执行 update CM_Balance set cAuditer='' where cBalanceID='0000003089' --取消生效人
--update CM_Balance set dtAuditedate =null where cBalanceID='0000003089' --取消生效日期
--然后用C账号,点重新提交
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步