问题现象: | 批次台账已出空,库龄分析还会出来,如其中存货为100558,批次为353363003594699,就是其中一例 |
问题原因: | 累计出库数量错误,mainbatch表出空标志错误。 |
解决方案: | 修改累计出库数量,mainbatch表出空标志,可用以下语句: update rdrecords set isoutquantity=1 where autoid=58902 update b set bisnull=1 from rdrecords a join mainbatch b on a.autoid=b.rdid where a.iquantity=isoutquantity and b.bisnull=0 |
相关补丁: | |
版本: | 8.51A |
模块: | 库存管理 |
产品: | U851A----库存管理 |
问题名称: | 批次台账已出空,库龄分析还会出来 |
最后更新: | 2005-06-28 00:00:00 |