清账单清账凭证文本传入sap
This commit is contained in:
parent
f42890d23d
commit
2df40b8889
|
|
@ -608,6 +608,7 @@ public class ClearAccountBillOperation extends AbstractOperationServicePlugIn im
|
||||||
clear.put("BELNR",entryinfo.getString("shjh_e_pzh"));//应收会计凭证编号
|
clear.put("BELNR",entryinfo.getString("shjh_e_pzh"));//应收会计凭证编号
|
||||||
clear.put("GJAHR",entryinfo.getString("shjh_e_year"));//会计年度
|
clear.put("GJAHR",entryinfo.getString("shjh_e_year"));//会计年度
|
||||||
clear.put("BUZEI",entryinfo.getString("shjh_e_pzhh"));//行编号
|
clear.put("BUZEI",entryinfo.getString("shjh_e_pzhh"));//行编号
|
||||||
|
clear.put("SGTXT",entryinfo.getString("shjh_e_qzpztext"));//项目文本
|
||||||
clear.put("KUNNR",customerCode);//客户编号
|
clear.put("KUNNR",customerCode);//客户编号
|
||||||
clear.put("HKONT",entryinfo.getString("shjh_e_account"));//总账科目编号
|
clear.put("HKONT",entryinfo.getString("shjh_e_account"));//总账科目编号
|
||||||
clear.put("UMSKZ", JhzjUtils.getUMSKZ(entryinfo.getString("shjh_e_account")));//特殊总账标识
|
clear.put("UMSKZ", JhzjUtils.getUMSKZ(entryinfo.getString("shjh_e_account")));//特殊总账标识
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue