Compare commits
No commits in common. "e04585a1248e9520ff9f684ce475a75191d29408" and "ed0f24659b981f54d371da2c4b5fbc52078de980" have entirely different histories.
e04585a124
...
ed0f24659b
|
@ -54,10 +54,9 @@ public class ResourceFilterExtPlugin extends ResourceItemListPlugin {
|
|||
Map<String, Object> customParams = formShowParameter.getCustomParams();
|
||||
Object contractType = customParams.get("contractType");
|
||||
String firstOpen = this.getPageCache().get("firstOpen");
|
||||
if (firstOpen != null) {
|
||||
// this.getPageCache().put("firstOpen", "false");
|
||||
if (firstOpen == null) {
|
||||
this.getPageCache().put("firstOpen", "false");
|
||||
// contractType = "ck";
|
||||
// this.getPageCache().remove("firstOpen");
|
||||
if (contractType != null) {
|
||||
if (contractType.toString().equals("wzcg")) {//物资采购
|
||||
this.getView().setVisible(true, new String[]{"flexpanelmaterial"});
|
||||
|
|
Loading…
Reference in New Issue