Compare commits

..

No commits in common. "e3906e5d15a3a3231d4ebf0f14fcd7bb0cae005f" and "c36e23b893eb9f5f7cb5ebb04c2ba8afc06e6ee0" have entirely different histories.

2 changed files with 4 additions and 1381 deletions

View File

@ -217,10 +217,10 @@ public class MaterialOutApplyPluginExt extends AbstractBillPlugIn implements Bef
protected void carryHeadData(DynamicObject applyBill) {
this.getModel().beginInit();
// DynamicObject transType = applyBill.getDynamicObject("transtype");
// if (transType != null) {
// this.getModel().setValue("transtype", transType.getPkValue());
// }//二开去除无需携带上游单据的事务类型至出库单
DynamicObject transType = applyBill.getDynamicObject("transtype");
if (transType != null) {
this.getModel().setValue("transtype", transType.getPkValue());
}
DynamicObject supplier = applyBill.getDynamicObject("supplier");
if (supplier != null) {