|
|
@@ -2728,15 +2728,15 @@ $(document).ready(function() {
|
|
|
' <div class="dropdown-menu dropdown-menu-right p-2" aria-labelledby="contractSearchFilterBtn" style="width: 260px;">\n' +
|
|
|
' <div class="form-check form-check-inline mb-1">\n' +
|
|
|
' <input class="form-check-input" type="checkbox" id="contractSearchSignDate">\n' +
|
|
|
- ' <label class="form-check-label small" for="contractSearchSignDate">签订日期超过</label>\n' +
|
|
|
+ ' <label class="form-check-label" for="contractSearchSignDate">签订日期超过</label>\n' +
|
|
|
' <input type="number" class="form-control form-control-sm mx-1" id="contractSearchSignDays" value="180" min="0" step="1" style="width: 70px;">\n' +
|
|
|
- ' <label class="form-check-label small">天</label>\n' +
|
|
|
+ ' <label class="form-check-label">天</label>\n' +
|
|
|
' </div>\n' +
|
|
|
' <div class="form-check form-check-inline mb-1">\n' +
|
|
|
' <input class="form-check-input" type="checkbox" id="contractSearchSfRatio">\n' +
|
|
|
- ' <label class="form-check-label small" for="contractSearchSfRatio">实付比例小于</label>\n' +
|
|
|
+ ' <label class="form-check-label" for="contractSearchSfRatio">实付比例小于</label>\n' +
|
|
|
' <input type="number" class="form-control form-control-sm mx-1" id="contractSearchSfPercent" value="50" min="0" max="100" step="1" style="width: 70px;">\n' +
|
|
|
- ' <label class="form-check-label small">%</label>\n' +
|
|
|
+ ' <label class="form-check-label">%</label>\n' +
|
|
|
' </div>\n' +
|
|
|
' </div>\n' +
|
|
|
' <span class="input-group-text" id="contractSearchCount">结果:0</span>\n' +
|
|
|
@@ -4387,11 +4387,13 @@ $(document).ready(function() {
|
|
|
});
|
|
|
})('a[name=showLevel]', contractSheet);
|
|
|
|
|
|
+ let contractSearch;
|
|
|
$.divResizer({
|
|
|
select: '#right-spr',
|
|
|
callback: function () {
|
|
|
contractSpread.refresh();
|
|
|
if (stdXmj) stdXmj.spread.refresh();
|
|
|
+ if (contractSearch) contractSearch.spread.refresh();
|
|
|
const width = (($('#right-view').width()/$('#right-view').parent('div').width())*100).toFixed();
|
|
|
}
|
|
|
});
|
|
|
@@ -4407,7 +4409,6 @@ $(document).ready(function() {
|
|
|
}
|
|
|
});
|
|
|
// 展开收起月信息价并浏览器记住本期展开收起
|
|
|
- let contractSearch;
|
|
|
$('a', '.right-nav').bind('click', function () {
|
|
|
const tab = $(this), tabPanel = $(tab.attr('content'));
|
|
|
if (!tab.hasClass('active')) {
|