修改为parameter来设置携带操作代码
This commit is contained in:
parent
ef705ef8ef
commit
bbd6ded754
|
|
@ -229,7 +229,7 @@ public class MaterialListPlugin extends AbstractListPlugin implements Plugin {
|
||||||
BillShowParameter parameter = e.getParameter();
|
BillShowParameter parameter = e.getParameter();
|
||||||
parameter.setCustomParam("copySrcBillName",bd_material.getString("name"));
|
parameter.setCustomParam("copySrcBillName",bd_material.getString("name"));
|
||||||
parameter.setCustomParam("copySrcBillNumber",bd_material.getString("number"));
|
parameter.setCustomParam("copySrcBillNumber",bd_material.getString("number"));
|
||||||
this.getView().getFormShowParameter().setCustomParam("operateKey", "copyandchange");
|
parameter.setCustomParam("operateKey", "copyandchange");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue