【物料变更】推送泛微的变更接口
This commit is contained in:
parent
d7795e11f9
commit
432b72c7ad
|
|
@ -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)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue