问题现象: | 要求在发货单开票收款勾对表表体增加"发货日期"列 |
问题原因: | 需求 |
解决方案: | 通过更改存储过程来实现,主要通过修改最后一个临时表"--关联基础信息形成临时表 "部分.通过cdlcode和dispatchlist再次关联即可.下面是存储过程中需要变更的部分: if exists(select * from tempdb..sysobjects where name=@chrtable ) exec(' drop table tempdb..' + @chrtable ) set @chrsql ='Select a.cSOCode as 订单号,dispatchlist.ddate as 日期,........... left join dispatchlist on a.cdlcode=dispatchlist.cdlcode' |
相关补丁: | |
版本: | 8.52 |
模块: | 销售管理 |
产品: | U852----销售管理 |
问题名称: | 发货单开票收款勾对表表体增加'发货日期' |
最后更新: | 2005-08-02 00:00:00 |