在財務總賬--憑證--批量打印憑證 頁面打印報錯如下截圖


解決方案:在財務總賬--憑證--手工憑證錄入--憑證編輯頁面,右擊設計 進入憑證明細視圖


點擊表管理,添加三個自定義字段即可
1.科目名稱
dbo.fn_GetFinancialSubjectAllName(fisSubjectCode,fivBranchID) as u_FinancialFullName2.供應商
(select supName from Supplier where supID=fiviSupID) as u_fiviSupplierName3.客戶
(select cusName from Customer where cusID=fiviCustID) as u_fiviCustomerName
