用友U8软件销售订单录入上传后无法进行查询修改,查询结果为空,其他单据可以查询修改,请问怎么解决

微信号:yyrjlls
技术咨询,有偿服务!
复制微信号
技术咨询,有偿服务!
复制微信号
解决办法:对于销售订单无法查询修改问题,针对这套数据是由于库结构发生变化引起的。解决方法如下: A、用SQL SERVER查询分析器打开所用的账套(如UFDATA_999_2001)。 B、执行如下SQL处理: update userdef set citem='自定义项22' where cid='22' update userdef set citem='自定义项23' where cid='23' update userdef set citem='自定义项24' where cid='24' update userdef set citem='自定义项25' where cid='25' update userdef set citem='自定义项26' where cid='26' update userdef set citem='自定义项27' where cid='27' 。这只是一个参考,提供大家一个处理的思路