|
@ -77,11 +77,7 @@ $(document).ready(function() {
|
77
|
77
|
$data[i].closeTime.substr(8, 2) + ":" + $data[i].closeTime.substr(10, 2);
|
78
|
78
|
oString += "<div class='floatL' style='margin-left:40px;'>关闭时间:<span class='lasttime'>" + oCloseTime + "</span></div></div>"
|
79
|
79
|
}
|
80
|
|
<<<<<<< HEAD
|
81
|
|
oString += "<div style='height:70px;'><p class='rebackcon lastReplyCon' style='width: 860px;' >" + $data[i].demandContent + "</p></div></h6></div>"
|
82
|
|
=======
|
83
|
80
|
oString += "<div style='height:70px'><p class='rebackcon lastReplyCon' style='width: 860px;' >" + $data[i].demandContent + "</p></div></h6></div>"
|
84
|
|
>>>>>>> refs/heads/dev
|
85
|
81
|
oString += "<div class='workhandle'>"
|
86
|
82
|
oString += "<div class='rightopert floatR'>"
|
87
|
83
|
oString += "<span class='replybtn'demanid='" + $data[i].demandId + "'>查看</span></div>"
|
|
@ -408,15 +404,10 @@ $(document).ready(function() {
|
408
|
404
|
}
|
409
|
405
|
|
410
|
406
|
}
|
411
|
|
<<<<<<< HEAD
|
412
|
|
})
|
413
|
|
})
|
414
|
|
=======
|
415
|
407
|
|
416
|
408
|
},
|
417
|
409
|
error: function(XMLHttpRequest, textStats, errorThrown) {
|
418
|
410
|
|
419
|
411
|
}
|
420
|
412
|
})
|
421
|
|
})
|
422
|
|
>>>>>>> refs/remotes/origin/dev
|
|
413
|
})
|