Compare commits
2 Commits
c36e23b893
...
e3906e5d15
Author | SHA1 | Date |
---|---|---|
|
e3906e5d15 | |
|
d2f7661b2b |
|
@ -217,10 +217,10 @@ public class MaterialOutApplyPluginExt extends AbstractBillPlugIn implements Bef
|
||||||
|
|
||||||
protected void carryHeadData(DynamicObject applyBill) {
|
protected void carryHeadData(DynamicObject applyBill) {
|
||||||
this.getModel().beginInit();
|
this.getModel().beginInit();
|
||||||
DynamicObject transType = applyBill.getDynamicObject("transtype");
|
// DynamicObject transType = applyBill.getDynamicObject("transtype");
|
||||||
if (transType != null) {
|
// if (transType != null) {
|
||||||
this.getModel().setValue("transtype", transType.getPkValue());
|
// this.getModel().setValue("transtype", transType.getPkValue());
|
||||||
}
|
// }//二开去除:无需携带上游单据的事务类型至出库单
|
||||||
|
|
||||||
DynamicObject supplier = applyBill.getDynamicObject("supplier");
|
DynamicObject supplier = applyBill.getDynamicObject("supplier");
|
||||||
if (supplier != null) {
|
if (supplier != null) {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue