|
@@ -125,6 +125,7 @@
|
|
|
<div>时间</div>
|
|
<div>时间</div>
|
|
|
<div>时长</div>
|
|
<div>时长</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <div class="time-row-data"></div>
|
|
|
<div class="no-time-data">暂无分配时长</div>
|
|
<div class="no-time-data">暂无分配时长</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -169,7 +170,7 @@
|
|
|
url = url.split('/');
|
|
url = url.split('/');
|
|
|
var topVal = -0.5;
|
|
var topVal = -0.5;
|
|
|
let obj = {};
|
|
let obj = {};
|
|
|
- // var baseUrl = 'http://test.androidscloud.com'
|
|
|
|
|
|
|
+ // var baseUrl = 'http://per.cs.se.androidscloud.com'
|
|
|
var loc = window.location.search,
|
|
var loc = window.location.search,
|
|
|
n1 = loc.length,//地址的总长度
|
|
n1 = loc.length,//地址的总长度
|
|
|
n2 = loc.indexOf("="),//取得=号的位置
|
|
n2 = loc.indexOf("="),//取得=号的位置
|
|
@@ -460,7 +461,7 @@
|
|
|
<div class="time-content-day">${increaseDuration}天</div>
|
|
<div class="time-content-day">${increaseDuration}天</div>
|
|
|
</div>`
|
|
</div>`
|
|
|
}
|
|
}
|
|
|
- $('.time-list').eq(0).append(str);
|
|
|
|
|
|
|
+ $('.time-row-data').eq(0).append(str);
|
|
|
if (len !== 0) {
|
|
if (len !== 0) {
|
|
|
$('.no-time-data').eq(0).css('display', 'none');
|
|
$('.no-time-data').eq(0).css('display', 'none');
|
|
|
}
|
|
}
|
|
@@ -691,7 +692,7 @@
|
|
|
getList();
|
|
getList();
|
|
|
getLists();
|
|
getLists();
|
|
|
distributionPageNum = 0;
|
|
distributionPageNum = 0;
|
|
|
- $('.time-list').eq(0).text('');
|
|
|
|
|
|
|
+ $('.time-row-data').eq(0).text('');
|
|
|
distributionRecord();
|
|
distributionRecord();
|
|
|
distributionList.map((val) => {
|
|
distributionList.map((val) => {
|
|
|
totalRecords.map((item, indexs) => {
|
|
totalRecords.map((item, indexs) => {
|