有问题文章留言 看内容决定收费与免费
另外接收数据库质疑 勒索病毒数据恢复等项目。

供应商采购查询却没有数据

【问】供应商采购查询却没有数据
【适用版本】商锐9 【模块】档案管理 【点击数】27
【知识编号】P2016022500037
【问题描述】供应商210081,在采购查询那边,10月份是有采购数据的,但是为什么在决策那边的供应商采购查询却没有数据

【答】 是因为当时做采购入库后,当时的商品供应商不是同同1个供应商造成的例如:供应商210083在10月份,如果要看采购供应商汇总,则需要将210083和210066,的数据一起查询–比对“采购供应商汇总报表”和“供应商进销存汇总报表”,2者的供应商不一致
use hbposev9_branch
go
select a.supcust_no, b.main_sup,a.* from t_im_flow a ,t_da_jxc_daysum b
where a.trans_no=’PI’ and a.supcust_no like ‘210083%’
and convert(char(10),a.oper_date,121) between ‘2015-10-01’ and ‘2015-10-31’
and a.item_no = b.item_no
and convert(char(10),a.oper_date,121) = b.oper_date
and b.main_sup <> a.supcust_no–如下是查询,是否有修改过商品档案的供应商记录(提示请在总部查询)
use hbposev9
select * from t_bd_item_update_flow where memo like ‘%210083%’
select * from t_sys_operator_log where memo like ‘%210083%’

赞(0)
未经允许不得转载:思迅软件知识库 » 供应商采购查询却没有数据
分享到: 更多 (0)

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址