【物料变更】推送泛微的变更接口

This commit is contained in:
tanfengling@x-ri.com 2025-12-05 16:24:57 +08:00
parent d7795e11f9
commit 432b72c7ad
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ public class MaterialBillPlugin extends AbstractBillPlugIn {
if (StringUtils.isNotBlank(changeContent.toString())) { if (StringUtils.isNotBlank(changeContent.toString())) {
this.getModel().setValue("tqq9_changeinfo_tag", changeContent); this.getModel().setValue("tqq9_changeinfo_tag", changeContent);
this.getModel().setValue("tqq9_changefields_tag", changeFields.substring(1)); this.getModel().setValue("tqq9_changefields_tag", changeFields.substring(1));
this.getModel().setValue("tqq9_issuccess", true);
} }
} }
if ("copyandchange".equals(operateKey)) { if ("copyandchange".equals(operateKey)) {