金蝶k3v10.1在结存货核算的期末帐时提示"名称或代码在系统中已被使用",在论坛里也搜索不到相关的解决方法,
我在网上查找了一些解决方案,说是核算项目的问题,执行下代码就可以
执行下面的代码后也没能解决问题
update d set d.fdetailcount=v.fcount from t_ItemDetail d,
(select fdetailid,count(*) fcount from t_ItemDetailv where fitemid=-1 group by fdetailid ) v
where d.fdetailid=v.fdetailid
有知道的朋友请指导下