malk пре 1 месец
родитељ
комит
b5e2a80ef4

+ 2 - 1
mjava-ts/src/main/java/com/malk/taisen/service/impl/RtrServerImpl.java

@@ -230,7 +230,7 @@ public class RtrServerImpl implements RtrServer {
 
         /// 主表字段: 公司代码, 凭证类型, 货币码, 钉钉单据号, 发起人
         Map body = UtilMap.map( "BUKRS, BLART, WAERS, XBLNR, USNAM",
-                "textField_mejfj9iw, selectField_mejkjsb5, selectField_mejfoong, serialNumberField_mjc4e95b, textField_mjihy3sl",
+                "textField_mejfj9iw, selectField_mejkjsb5, selectField_mejfoong, serialNumberField_mjc4e95b, textField_mjjs85qn",
                 dataForm);
         /// 主表字段: 凭证日期, 过账日期, 会计期间
         body.put("BLDAT", UtilDateTime.format(new Date(UtilMap.getLong(dataForm, "dateField_mipgl0vv")), "yyyyMMdd"));
@@ -263,6 +263,7 @@ public class RtrServerImpl implements RtrServer {
             Map row = UtilMap.map("WRBTR, KOSTL, SGTXT, PRCTR, ZUONR, XREF1, XREF2, ARTNR, VKORG, VTWEG, SPART, KDKG4, MAGRV, BZIRK, WWKCG",
                     "numberField_mipgl0w2, textField_mipgl0w3, textField_mipgl0w4, textField_mjihy3sn, textField_mipgl0w5, textField_mipgl0w6, textField_mipgl0w7, textField_mipgl0w9, textField_mipgl0wa, textField_mipgl0wb, textField_mipgl0wc, textField_mipgl0wd, textField_mipgl0we, textField_mipgl0wf, textField_mipgl0wg",
                     detail);
+            row.put("ZUPDNR", referCode);
 
             try {