|
|
@@ -34,6 +34,7 @@
|
|
|
|
|
|
<%-- 新UI引入的JS --%>
|
|
|
<script src="/js/load.js"></script> <%-- ="/newUI/ss/js/base.js"。Lin(新UI) --%>
|
|
|
+ <script src="/js/pageC.js"></script> <%-- 对象变动、修改、查看页,左则选项卡宽度 在里面定义 Ben(20251213) --%>
|
|
|
|
|
|
<%-- 改为 <data@ss name="prt"/>。Lin
|
|
|
<tab@ss name="print" enable="viewobject.funcMap.play.print"/> --%>
|
|
|
@@ -582,7 +583,7 @@ wd.display.initGrowHigh('lmms${item2.bgmbid}','80px',{},null,false);
|
|
|
<%-- 新UI初始化查询列表数据的JS --%>
|
|
|
<script>
|
|
|
|
|
|
- leftBarWidth = 400;//弹窗录入、查看页左侧栏宽度
|
|
|
+
|
|
|
|
|
|
window.ss.dom.listConfig = window.ss.dom.listConfig || {};
|
|
|
|
|
|
@@ -780,7 +781,7 @@ wd.display.initGrowHigh('lmms${item2.bgmbid}','80px',{},null,false);
|
|
|
<ss:equal val='${empty item.service.play}' val2='false'><%-- 有权查看,不需要借阅的情况 --%>
|
|
|
item.titlexxx="${item.service.play.title}";
|
|
|
item.onclick=function(){
|
|
|
- wd.display.showComponent({getSize:1,width:((${item.service.play.width}+leftBarWidth)+""),show:["wdDialog"],url:"<ss:serv name='${item.service.play.service}' dest='${item.service.play.dest}' parm='${item.service.play.param}'/>",title:"${item.service.play.title}",height:"${item.service.play.height}",minHeight:"${item.service.play.minHeight}",maxHeight:"${item.service.play.maxHeight}"});
|
|
|
+ wd.display.showComponent({getSize:1,width:((${item.service.play.width}+DOM_SIZE_objInfoTabWidth)+""),show:["wdDialog"],url:"<ss:serv name='${item.service.play.service}' dest='${item.service.play.dest}' parm='${item.service.play.param}'/>",title:"${item.service.play.title}",height:"${item.service.play.height}",minHeight:"${item.service.play.minHeight}",maxHeight:"${item.service.play.maxHeight}"});
|
|
|
}
|
|
|
</ss:equal>
|
|
|
|
|
|
@@ -870,7 +871,7 @@ wd.display.initGrowHigh('lmms${item2.bgmbid}','80px',{},null,false);
|
|
|
onclick: () => {
|
|
|
<%--列表的变动按钮就在这里,下面的width会根据不同业务对象而不同
|
|
|
弹窗参数加上getSize=1,使showComponent弹窗方法不再通过ajax从后台取宽高 --%>
|
|
|
- wd.display.showComponent({getSize:1,width:((${btn.width}+leftBarWidth)+""),show:["wdDialog"],url:"<ss:serv name='${btn.service}' dest='${btn.dest}' parm='${btn.param}'/>",title:"${btn.title}",height:"${btn.height}",minHeight:"${btn.minHeight}",maxHeight:"${btn.maxHeight}"});
|
|
|
+ wd.display.showComponent({getSize:1,width:((${btn.width}+DOM_SIZE_objInfoTabWidth)+""),show:["wdDialog"],url:"<ss:serv name='${btn.service}' dest='${btn.dest}' parm='${btn.param}'/>",title:"${btn.title}",height:"${btn.height}",minHeight:"${btn.minHeight}",maxHeight:"${btn.maxHeight}"});
|
|
|
|
|
|
}
|
|
|
}
|