您的位置:首页 > 其它

K3后台修改采购模块(采购订单、收料送检单、外购入库单)供应商信息

2017-07-25 17:12 471 查看
select fitemid,fname,* from t_Supplier where fname like '%赛格%'--找到正确的供应商内码

select finterid,* from poorder where Fbillno='poord017392'--找到采购订单内码
update poorder set FSupplyID=158411 where Fbillno='poord017392'--更新采购订单供应商内码

select finterid,* from POInStock where fbillno='DD037746'--找到收料送检单内码
update POInStock set FSupplyID=158411 where Fbillno='DD037746'--更新收料送检单供应商内码

select finterid,* from icstockbill where fbillno='WIN032261'--找到外购入库单内码
update icstockbill set FSupplyID=158411 where Fbillno='WIN032261'--更新外购入库单供应商内码
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: