|
首先把加盟店的配送类型改为:同价配送、然后把批发价格组改为直营价格组。
然后在一键调拨中相同机构进行调拨。
用语句将店间调拨审核通过
update t_dist_h set status = 1,execdate = sysdate where distno = '2312000001'
pdate t_dist_h set status = 1,execdate = sysdate where distno = '2312020001'
update t_dist_h set checkbit1 = 1,checker1 =168,status = 1,execdate = sysdate,notes =notes||',手动处理' where distno = '2313700153'
然后数据全部切转过去。
|
|