NC501 经过应收应付单号查凭证号

NC501 通过应收应付单号查凭证号select b.nofrom dap_finindex aleft outer join gl_voucher b on a.pk_vo

NC501 通过应收应付单号查凭证号

   select b.no     from dap_finindex a     left outer join gl_voucher b on a.pk_vouchentry = b.pk_voucher    where billcode = 'YS130613001065'

?