精細管理 · 敏捷經(jīng)營 · 快速應用
產(chǎn)品版本: | 302-用友T3-用友通標準版 | 適用產(chǎn)品: | T3系列 |
產(chǎn)品模塊: | 18-庫存管理 | 提交時間: | 2012-06-12 |
問題現(xiàn)象: |
生產(chǎn)加工單0000000002單據(jù),為什么累計出庫數(shù)量不對呢? | ||
原因分析: |
執(zhí)行以下腳本 | ||
解決方案: |
執(zhí)行以下腳本,改下生產(chǎn)加工單號 declare @sumiquantity int DECLARE tables_CURSOR CURSOR FOR OPEN tables_cursor FETCH NEXT FROM tables_cursor into @ccinvcode,@sumiquantity WHILE @@FETCH_STATUS = 0
END CLOSE tables_cursor |