条码系统生产入库单数量不对如何修改?

发布于 2019-12-05 17:23:21

条码系统生产入库单数量不对如何修改?
image.png

查看更多

关注者
0
被浏览
103
张一冰
张一冰 2019-12-05
291,129,25

主要涉及到的数据库有:

  1. 比如单号:SCRK00034982, 首先查询ID
    select id from xx_productioninstock_item where production_in_stock=(select id from xx_productioninstock where invoicesid='SCRK00034982' and invoices_state='B')
  2. 比如:25201, 查询保存的库存数量, 修改为正确的值
    select * from xx_productioninventory where productioninstockitem_id='25201'
    update xx_productioninventory set reality_count=10 where productioninstockitem_id='25201'

    image.png

    image.png

1 个回答

撰写答案

请登录后再发布答案,点击登录

发布
问题

分享
好友

手机
浏览

扫码手机浏览