產品版本: | 302-用友T3-用友通標準版 | 適用產品: | T3系列 |
產品模塊: | 18-庫存管理 | 提交時間: | 2012-06-12 |
問題現象: |
生產加工單0000000002單據,為什么累計出庫數量不對呢? | ||
原因分析: |
執行以下腳本 | ||
解決方案: |
執行以下腳本,改下生產加工單號 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 |