问题

流程已经结束了,单据状态还是已提交、库存也入库了

解决方案

通过脚本更新状态【必须确认单据已经入库】

通过单据id或者编码更新数据
id获取:选择需要更新的某条数据,按【Ctrl + Shift + C】获取单据id
  1. id更新模板【update T_IM_PurInWarehsBill set FBaseStatus = 4 where fid ='需要更新的id'】
  2. 单据编号更新模板【update T_IM_PurInWarehsBill set FBaseStatus = 4 where fnumber ='需要更新的单据编码'】

相关的文章



Write a comment…