问题现象: | 只是在出库单中金额错误,单价和数量都没问题,金额成负数,而且数很怪。在上个月只有几笔这种情况,这个月80%得出库记录都是这样的情况,但生成的凭证没有问题。 |
问题原因: | 数据库问题 |
解决方案: | update rdrecords set iprice=b.iaoutprice from rdrecords a join ia_subsidiary b on a.autoid=b.id where b.brdflag=0 and a.iprice<>b.iaoutprice and a.iquantity*a.iunitcost<>a.iprice and a.iquantity=b.iaoutquantity and b.ioutcost=a.iunitcost |
相关补丁: | |
版本: | 8.51A |
模块: | 销售管理 |
产品: | 851 |
问题名称: | 只是在出库单中金额错误,单价和数量都没问题 |
最后更新: | 2005-06-28 00:00:00 |