|
出库复核看不到 刷新配送单及加盟调拨单 重新一审后出现
改调拨 就把DIS 换成ADD
select * from t_dist_h where status = 0 and billcode = 'DIS' 查询
update t_dist_h set CHECKBIT1 = 0 where status = 0 and billcode = 'DIS' 更新
从出库复核里面把已经审核过的配送单取消掉显示(期初导入的部分用到了)
如果搞错了的情况下把数字9改成2执行一次。
update t_mobcheck_billlist set compid = 9 where billno = '211111679'
|
|