久久亚洲精品无码人区_中文字字幕在线_波多野结衣av免费观看_天堂va在线视频

    熱門關(guān)鍵詞用友BIP 用友U9 用友NC 用友U8 OA T+ 好業(yè)財

    詳細信息

    您現(xiàn)在的位置:網(wǎng)站首頁 >> 百科問答 >> 詳細信息

    用友T3用友通采購模塊中,供應(yīng)商期初余額無法保存

    發(fā)布時間:2024-11-18  

    人工客服

    特價活動:>>>> 用友U8、T6、T+、T3軟件產(chǎn)品4折優(yōu)惠,暢捷通T+cloud、好會計、易代賬、好業(yè)財、好生意云產(chǎn)品6-8折優(yōu)惠 

    問題現(xiàn)象:

    在采購模塊錄入供應(yīng)商期初數(shù)據(jù)時,保存失敗,檢查數(shù)據(jù)后發(fā)現(xiàn),是由于PurBillVouch和PurBillVouchs表中的ID字段是程序從MaxVouch表中的cInCode字段讀出的,當(dāng)MaxVouch/cInCode小于PurBillVouch/ID字段時,無法保存。


    解決方案:

    下面腳本可以解決這個問題。 

    declare @s1 int declare @s2 int set @s1=(select Max(PBVID)+1 from PurBillVouch) set @s2=(select Max(ID)+1 from PurBillVouchs) if (select count(*) from MaxVouch where cVouch=’PurBill’ )=0 begin insert MaxVouch(cVouch,cInCode) values(‘PurBill’, @s1) end else begin update MaxVouch set cInCode=@s1 where cVouch=’PurBill’ end if (select count(*) from MaxVouch where cVouch=’PurBills’)=0 begin insert MaxVouch(cVouch,cInCode) values(‘PurBills’, @s2) end else begin update MaxVouch set cInCode=@s2 where cVouch=’PurBills’ end 。

     

     

    上一篇:吳忠市用友T3用友通在購銷存模塊中,填寫業(yè)務(wù)單據(jù)的時候選擇部門的收

    客服電話:400-665-0028

    關(guān)鍵字:用友財務(wù)軟件,暢捷通軟件,財務(wù)軟件,進銷存軟件,U9官網(wǎng),用友U8,用友T1,用友T+,用友T3,用友T6,暢捷通好會計,好生意,智+好業(yè)財,用友培訓(xùn)服務(wù)售后公司,暢捷通運營培訓(xùn)服務(wù)公司

    版權(quán)所有:用友暢捷通軟件 Copyright © 2025 All rights reserved.

    魯ICP備2020041017號-6