【物料变更】物料名称加_copy
This commit is contained in:
parent
2cda20a197
commit
b6c5141eb9
|
|
@ -321,7 +321,7 @@ public class MaterialBillPlugin extends AbstractBillPlugIn {
|
|||
// String copySrcBillNumber = this.getPageCache().get("copySrcBillNumber");
|
||||
DynamicObject dataEntity = this.getModel().getDataEntity(true);
|
||||
dataEntity.set("number", copySrcBillNumber + "_copy");
|
||||
dataEntity.set("name", copySrcBillName);
|
||||
dataEntity.set("name", copySrcBillName + "_copy");
|
||||
dataEntity.set("tqq9_srcnumber", copySrcBillNumber);
|
||||
this.getView().invokeOperation("save");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue