北京用友U8销售订单已经发完货,但是查看销售订单列表累计发货数量不等于订单数量。可通过后台脚本进行更新订单累计发货数量
update SO_SODetails
set iFHQuantity =iQuantity
where id in (select ID from so_somain
where cSOCode in ('202305230125','202305230126','202305230127'))
后台操作有风险,本方法仅供参考,执行脚本之前请先进行数据备份。