1、先把帐套备份,将已经录入的出库单和入库单全部审核。

2、查找系统未审核出入库单据语句如下,select。

3、进入SQL查询分析器,新秃赈沙嚣建查询,找到该帐套对应的数据库,语句如下:select * from t_SystemProfile where FCategory='ic' and fkey='upstockwhensave'。

4、其中t_SystemProfile为系统表FCategory和fkey为两个字段,这样就可以在说明中看到0:审核更新,1:保存更新。

5、然后执行以下语句:update t_systemprofile set fvalue='0' where 熠硒勘唏fcategory='ic' and fkey='upstockwhensave。
