找回密码
 立即注册
搜索
查看: 77|回复: 0

隐藏门店收货单的配送单

[复制链接]

251

主题

134

回帖

1404

积分

版主

积分
1404

活跃会员宣传达人突出贡献优秀版主

发表于 2024-8-29 10:41:08 | 显示全部楼层 |阅读模式
create table #disable_u_dist_c (id int)
update b set md_wareqty=wareqty from u_dist_m a, u_dist_c b where a.distno=b.distno
and a.billcode in(‘DIs’ ,’ADD’ ) and execdate<=’2019-09-05′
drop table #disable_u_dist_c
隐藏按照日期在门店收货单里面的配送单
create table #disable_u_dist_c (id int)
update b set md_wareqty=wareqty from u_dist_m a, u_dist_c b where a.distno=b.distno
and a.billcode in(‘DIs’ ,’ADD’ ) and a.distno=’21121600000305′
drop table #disable_u_dist_c
隐藏按照单号在门店收货单里面的配送单

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表