|
@@ -60,6 +60,9 @@
|
|
|
</div>
|
|
|
<div class="modal-body" style="padding-left: 0; padding-right: 3px; margin-left: 0;">
|
|
|
<div style="width: 36%; float: left;">
|
|
|
+ <input type="radio" class="glj-radio" name="glj" value="allGljs">所有
|
|
|
+ <input type="radio" class="glj-radio" name="glj" value="stdGljs">标准
|
|
|
+ <input type="radio" class="glj-radio" name="glj" value="complementaryGljs">补充
|
|
|
<div class="modal-auto-height" id="componentTreeDiv" style="overflow: hidden">
|
|
|
<!--<div class="print-list">-->
|
|
|
<div style="width: 100%; height: 100%; overflow: auto">
|
|
@@ -73,9 +76,9 @@
|
|
|
<div class="col-12" id="gljRadios">
|
|
|
<div class="row">
|
|
|
<div class="col-7" style="margin-top: 5px;">
|
|
|
- <input type="radio" class="glj-radio" name="glj" value="allGljs">所有
|
|
|
+ <!-- <input type="radio" class="glj-radio" name="glj" value="allGljs">所有
|
|
|
<input type="radio" class="glj-radio" name="glj" value="stdGljs">标准
|
|
|
- <input type="radio" class="glj-radio" name="glj" value="complementaryGljs">补充
|
|
|
+ <input type="radio" class="glj-radio" name="glj" value="complementaryGljs">补充 -->
|
|
|
</div>
|
|
|
<div class="input-group col-5" style="margin-bottom: 5px;">
|
|
|
<input type="text" class="form-control form-control-sm" placeholder="请输入筛选编码或名称" value="" id="gljSearchKeyword">
|
|
@@ -245,7 +248,7 @@
|
|
|
//解决spreadjs sheet初始化没高度宽度
|
|
|
$('#modalCon').width($(window).width()*0.5);
|
|
|
$('#componentTreeDiv').height($(window).height() - 300);
|
|
|
- $("#componentSheet").height($("#componentTreeDiv").height()-21.6);
|
|
|
+ $("#componentSheet").height($("#componentTreeDiv").height() - 15);
|
|
|
$("#componentSheet").width($('#modalCon').width() * 0.63);
|
|
|
pageOprObj.initPage($("#GLJListSheet")[0], $('#gljComponentSheet')[0], $("#componentSheet")[0]);
|
|
|
});
|
|
@@ -253,7 +256,7 @@
|
|
|
$(window).resize(function () {
|
|
|
$('#modalCon').width($(window).width()*0.5);
|
|
|
$('#componentTreeDiv').height($(window).height() - 300);
|
|
|
- $("#componentSheet").height($("#componentTreeDiv").height()-21.6);
|
|
|
+ $("#componentSheet").height($("#componentTreeDiv").height()-15);
|
|
|
$("#componentSheet").width($('#modalCon').width()* 0.63);
|
|
|
});
|
|
|
</SCRIPT>
|