用友u8軟件期初余額雙擊后不會進(jìn)入到客戶往來明細(xì)界面
2018-07-10 10:18 來源:用友
期初余額雙擊后不會進(jìn)入到客戶往來明細(xì)界面原因分析:數(shù)據(jù)庫關(guān)于客戶往來與供應(yīng)商往來的設(shè)置混亂問題解答:解決方法:--請執(zhí)行以下語句 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'