问题现象: | 库存模块调拨单不能审核,一审核就非得强制关掉用友,类似程序死循环的状态。 |
问题原因: | 设置及数据问题 |
解决方案: | 可以通过启用库存选项中的"有无远程标识"来实现此功能.数据本身也有问题.ua_identity表中cVouchtype='rd'的单据编号不对.可以通过如下语句更改: 1.1 select max(id) from rdrecord 1.2 update ua_identity set iFatherid = 'max(id)' where cacc_id = '888' and cVouchType = 'Rd' 2.1 select max(autoid) from rdrecords 2.2 update ua_identity set ichildid = 'max(autoid)' where cacc_id = '888' and cVouchType = 'Rd' |
相关补丁: | |
版本: | 8.52 |
模块: | 库存管理 |
产品: | U852----库存管理 |
问题名称: | 库存模块调拨单不能审核 |
最后更新: | 2005-06-28 00:00:00 |