采购入库单下推采购发票提示保存单据出错。
金蝶云社区-fsyuchen
fsyuchen
0人赞赏了该文章 1,378次浏览 未经作者许可,禁止转载编辑于2014年10月15日 11:30:33

采购入库单下推采购发票提示【保存单据出错。不能保存已审核单据】
已经执行过SQL语句更新,还是一样。
SQL语句如下:
Delete from ICStockBillEntry where Finterid not in (select Finterid from ICStockBill)
Delete from ICStockBill where Finterid not in (select Finterid from ICStockBillentry)
Update icmaxnum set Fmaxnum=(select max(FInterID) from ICStockBillEntry) where Ftablename='ICStockBill'
替换为
Update icmaxnum set Fmaxnum=(select max(FInterID) from ICStockBillEntry) where Ftablename='ICsale'