供应商外网门户,注册修改背景颜色
This commit is contained in:
parent
6619ac1f18
commit
597942eb38
|
@ -5,6 +5,7 @@ import kd.bos.context.RequestContext;
|
|||
import kd.bos.dataentity.resource.ResManager;
|
||||
import kd.bos.dataentity.utils.StringUtils;
|
||||
import kd.bos.form.*;
|
||||
import kd.bos.form.container.Container;
|
||||
import kd.bos.form.control.Control;
|
||||
import kd.bos.form.control.Label;
|
||||
import kd.repc.common.util.CacheMCData;
|
||||
|
@ -101,6 +102,15 @@ public class IndexEditNewPlugin extends IndexEditNew {
|
|||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setHeadflexpanelBackgroundImg(boolean flag) {
|
||||
Container flexPanel = (Container)this.getView().getControl("flexpanelap1");
|
||||
if (flag) {
|
||||
// flexPanel.setBackgroundImg("/images/pc/other/AI_bg_108_110.png");
|
||||
} else {
|
||||
flexPanel.setBackgroundImg((String)null);
|
||||
}
|
||||
}
|
||||
|
||||
private void openForm(String formId, FormShowParameter formShowPara) {
|
||||
this.getPageCache().put(openPanelRegFlag, "true");
|
||||
|
|
Loading…
Reference in New Issue