未做收入确认
用户告知 : 1111 原车退回 61824793,62013589, 这两笔 在1080 点 有发票生成 之后 没有 收入确认细单ID
步骤1 : 销退申请单管理 查询单号 销退申请总单ID: 61824793,62013589
右键选择 链接到销售退货单管理 后,得知 “未收入确认”
销售退货单管理1074
步骤2:联系 发票开具升级上线运维沟通 子雍 (英克-侯植文) 解决
器械类收入确认
查看细单如果已经做了 回执,并且没有收入确认。就需要做 安装。 安装有时间限制
select nvl(max(d.arrivaldate),max(c.keepdate)) keepdate
from bms_sa_dtl b, bms_st_io_doc c, bms_st_io_dtl d
where b.salesdtlid = c.sourceid
and c.inoutid = d.inoutid
and c.sourcetable = 2
and c.inoutflag = 0 and b.salesdtlid in(76218563)
文档更新时间: 2025-05-28 17:55 作者:admin