用友u8软件期初余额双击后不会进入到客户往来明细界面
来源:会计实战基地
发表时间:2020-11-12 09:31:28
作者:木槿老师
阅读量:1032
期初余额双击后不会进入到客户往来明细界面原因分析:数据库关于客户往来与供应商往来的设置混乱问题解答:解决方法:--请执行以下语句 update accinformation set cvalue='False' where csysid='AA' and cname='iCtlStlCust' update accinformation set cvalue='False' where csysid='AA' and cname='iCtlStlProvid' update accinformation set cvalue='True' where csysid='GL' and cname='bCusDisplay' update accinformation set cvalue='True' where csysid='GL' and cname='bSupDisplay'