问题现象:在用友U8V8.50erp软件供应链管理的销售管理模块中查询应收总账时加上部门的过滤条件后查询不到收款单记录
原因分析:收款单审核后传到ap_detail 表的记录中cdeptcode为空
解决方案:在用友U8V8.50erp系统中1、备份数据; 2、尝试执行如下sql脚本: update ap_detail set ap_detail.cdeptcode=ap_closebill.cdeptcode from ap_closebill where ap_detail.ccancelno=AR48+ap_closebill.cvouchid and ap_detail.cdeptcode is null
以上用友U8软件问题解决方案来自用友软件官网知识库,原用友U8知识库如下表所示:
用友U8知识库主体 | 用友U8知识库明细 |
---|---|
对应版本 | 用友U8V8.50 |
对应产品线 | 用友U8ERP |
对应模块 | 供应链-销售管理 |
问题现象 | 查询应收总账时加上部门的过滤条件后查询不到收款单记录 |
问题原因 | 收款单审核后传到ap_detail 表的记录中cdeptcode为空 |
解决方案 | 1、备份数据; 2、尝试执行如下sql脚本: update ap_detail set ap_detail.cdeptcode=ap_closebill.cdeptcode from ap_closebill where ap_detail.ccancelno=AR48+ap_closebill.cvouchid and ap_detail.cdeptcode is null |
提交时间 | 2015-11-26 |
如果上述用友U8知识库未解决您的问题,您还可以到用友十万个为什么搜索一下:https://www.yongyou8.com/ask/。
转载声明:本站发布文章及版权归原作者所有,转载本站文章请注明文章来源!
网友评论