|
@@ -35,7 +35,7 @@ $(function() {
|
|
let selectMinPrices = $(".PriceInput [name='minprice']").val();
|
|
let selectMinPrices = $(".PriceInput [name='minprice']").val();
|
|
let selectMaxPrices = $(".PriceInput [name='maxprice']").val();
|
|
let selectMaxPrices = $(".PriceInput [name='maxprice']").val();
|
|
console.log(selectMinPrices,selectMaxPrices)
|
|
console.log(selectMinPrices,selectMaxPrices)
|
|
-
|
|
|
|
|
|
+
|
|
if(selectMinPrices && selectMaxPrices){
|
|
if(selectMinPrices && selectMaxPrices){
|
|
let val = selectMinPrices+'万'+'~'+selectMaxPrices+'万'
|
|
let val = selectMinPrices+'万'+'~'+selectMaxPrices+'万'
|
|
$('.selectorMoney .valueBox .title').text(val)
|
|
$('.selectorMoney .valueBox .title').text(val)
|
|
@@ -367,8 +367,12 @@ function appendDatas(datas,flag,isNew,onlyUpdateTable){
|
|
} else {
|
|
} else {
|
|
listHtml += '<a href="#" style="display:none;"></a>';
|
|
listHtml += '<a href="#" style="display:none;"></a>';
|
|
}
|
|
}
|
|
- if (typeof(type) != "undefined" && type != null && type != ""&&type.indexOf("免费注册")<0) {
|
|
|
|
- listHtml += '<a class="tags-item" href="javascript:;"'+'onclick="gologin('+"'/list/stype/"+datas[i].stypeadd+".html')"+'">'+type+'</a>';
|
|
|
|
|
|
+ if (typeof(type) != "undefined" && type != null && type != "" &&type.indexOf("免费注册")<0) {
|
|
|
|
+ if (type==="拟建"){
|
|
|
|
+ listHtml += '<a class="tags-item" href="javascript:;">'+type+'</a>';
|
|
|
|
+ }else{
|
|
|
|
+ listHtml += '<a class="tags-item" href="javascript:;"'+'onclick="gologin('+"'/list/stype/"+datas[i].stypeadd+".html')"+'">'+type+'</a>';
|
|
|
|
+ }
|
|
} else {
|
|
} else {
|
|
listHtml += '<a href="#" style="display:none;"></a>';
|
|
listHtml += '<a href="#" style="display:none;"></a>';
|
|
}
|
|
}
|
|
@@ -1621,7 +1625,7 @@ function distributeInit(){
|
|
if(r.data.admin_system || r.data.admin_department){
|
|
if(r.data.admin_system || r.data.admin_department){
|
|
$('#right-distribute').show();
|
|
$('#right-distribute').show();
|
|
$('.line-distribute').show();
|
|
$('.line-distribute').show();
|
|
- }
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
})
|
|
})
|
|
@@ -1630,7 +1634,7 @@ function distributeInit(){
|
|
$('#right-distribute').off('click').bind('click',function(e){
|
|
$('#right-distribute').off('click').bind('click',function(e){
|
|
e.stopPropagation()
|
|
e.stopPropagation()
|
|
let len = $('.custom-checkbox:not(".check-all"):checked').length;
|
|
let len = $('.custom-checkbox:not(".check-all"):checked').length;
|
|
- let checkedArea = []
|
|
|
|
|
|
+ let checkedArea = []
|
|
let checked_id = []
|
|
let checked_id = []
|
|
$('.custom-checkbox:not(".check-area"):checked').each(function(){
|
|
$('.custom-checkbox:not(".check-area"):checked').each(function(){
|
|
if ($(this).attr('data-area')) {
|
|
if ($(this).attr('data-area')) {
|
|
@@ -1646,7 +1650,7 @@ function distributeInit(){
|
|
person_Dialog.selectAreas = checkedArea
|
|
person_Dialog.selectAreas = checkedArea
|
|
}else{
|
|
}else{
|
|
// 无地区
|
|
// 无地区
|
|
- person_Dialog.selectArea = []
|
|
|
|
|
|
+ person_Dialog.selectArea = []
|
|
}
|
|
}
|
|
person_Dialog.titleMsg = '选择接收人员' // 设置弹窗标题
|
|
person_Dialog.titleMsg = '选择接收人员' // 设置弹窗标题
|
|
person_Dialog.searchVal = ''
|
|
person_Dialog.searchVal = ''
|
|
@@ -1722,7 +1726,7 @@ function joinBidsClick() {
|
|
e.stopPropagation()
|
|
e.stopPropagation()
|
|
var $that = $(this)
|
|
var $that = $(this)
|
|
var checked = $(this).hasClass('checked')
|
|
var checked = $(this).hasClass('checked')
|
|
- var checkedId = $(this).attr('dataid')
|
|
|
|
|
|
+ var checkedId = $(this).attr('dataid')
|
|
if (checked) {
|
|
if (checked) {
|
|
toastFn('如需终止参标,需要在详情页进行操作。', 800)
|
|
toastFn('如需终止参标,需要在详情页进行操作。', 800)
|
|
} else {
|
|
} else {
|