应付录入样式修改
This commit is contained in:
parent
45baefc41a
commit
2243a8c30d
|
|
@ -203,7 +203,9 @@
|
||||||
su.username as zdr,
|
su.username as zdr,
|
||||||
su.id as zdrid,
|
su.id as zdrid,
|
||||||
cip.spzy,
|
cip.spzy,
|
||||||
cip.htmc as htmcid
|
cip.htmc as htmcid,
|
||||||
|
cip.account_id as accountId,
|
||||||
|
cip.person_num as personNum
|
||||||
from ca_im_payable cip
|
from ca_im_payable cip
|
||||||
left join ca_bm_supplier_info cbsi on cbsi.is_active = '1' and cbsi.id = cip.htmc
|
left join ca_bm_supplier_info cbsi on cbsi.is_active = '1' and cbsi.id = cip.htmc
|
||||||
left join ca_bm_goods_info cbgi on cbgi.is_active = '1' and cbgi.id = cip.spbh
|
left join ca_bm_goods_info cbgi on cbgi.is_active = '1' and cbgi.id = cip.spbh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue