sourceInterId = o.BillPackage.GetValue("FSourceInterId","",False,o.Row)
sourceEntryId = o.BillPackage.GetValue("FSourceEntryID","",False,o.Row)
sourceTranType = o.BillPackage.GetValue("FSourceTranType","",False,o.Row)
auxqQty = o.BillPackage.GetValue("Fauxqty",0,False,o.Row)
if sourceTranType = 83 then
Call o.GetData("dsData", "select Fauxprice from SEOutStockEntry where FInterID='" & sourceInterId & "' and FEntryID='" & sourceEntryId & "'")
s = o.Data("dsData")(1)("Fauxprice")
o.Result = s
end if
- 打开配置账套,按以下步骤操作

- 点确定后,保存后测试