日韩性做爰免费A片AA片,亚洲三区在线观看无套内射,亚洲AV激情无码专区在线播放,14小箩洗澡裸体高清视频

用友服務(wù)熱線:020-82116603 ,致力于為企業(yè)提供專業(yè)的用友產(chǎn)品服務(wù)

知識(shí)庫(kù)

成本管理中在做生成計(jì)劃成本時(shí),出現(xiàn)“單位無(wú)定義,請(qǐng)修改數(shù)據(jù)后重試”

發(fā)布于:2018-01-23 14:01:04

問(wèn)題現(xiàn)象:成本管理中在做生成計(jì)劃成本時(shí),出現(xiàn)“單位無(wú)定義,請(qǐng)修改數(shù)據(jù)后重試”


解決方案:1、參照?qǐng)?zhí)行如下腳本,將“材料單位轉(zhuǎn)換率定義”中缺少的記錄補(bǔ)充上去: create view tp as SELECT Inventory.cinvcode as 存貨編碼 , CA_AWPC.camoID AS 成本材料編碼, CA_AWPC.cUnit AS 成本材料單位,ComputationUnit.cComUnitName AS 實(shí)際存貨單位 FROM Inventory INNER JOIN ComputationUnit ON Inventory.cComUnitCode = ComputationUnit.cComunitCode INNER JOIN CA_AWPC ON Inventory.cInvCode = CA_AWPC.camoID where CA_AWPC.cUnit<>ComputationUnit.cComUnitName and CA_AWPC.camoID not in(select distinct cmatid from CA_matdf) go SET IDENTITY_INSERT CA_MatDf ON GO INSERT INTO [UFDATA_007_2006].[dbo].[CA_MatDf]([cMatID], [cUnit], [cSpecification], [iRat], [cComments], [cMatName]) select distinct camoid,cunit,cInvStd,1.0,null,cInvName from CA_AWPC a inner join inventory b on a.camoid=b.cinvcode where camoid in (select distinct 成本材料編碼 from tp) order by camoid GO SET IDENTITY_INSERT CA_MatDf OFF GO 2、執(zhí)行如下腳本查詢出產(chǎn)品屬性中沒(méi)有定義工序的產(chǎn)品記錄: select * from CA_propt where cprocedureid='' 3、在產(chǎn)品屬性定義中將未定義工序的產(chǎn)品按用戶需求進(jìn)行補(bǔ)充; 4、重新進(jìn)行計(jì)劃成本計(jì)算即可。

免責(zé)聲明: 用友軟件網(wǎng)站內(nèi)容均來(lái)源于網(wǎng)絡(luò),如有侵權(quán),請(qǐng)聯(lián)系本站刪除

用友軟件——為您提供最優(yōu)質(zhì)的產(chǎn)品和服務(wù)

取產(chǎn)品報(bào)價(jià)方案可撥打售前顧問(wèn):13430282985(微信同號(hào))