|
@@ -86,7 +86,7 @@
|
|
|
<div class="card text-center bg-dark text-white ml-2 mr-2 py-2 height-100">
|
|
|
<div class="card-body card-per-body">
|
|
|
<h5 class="card-title card-case-title data_total_price">0.00</h5>
|
|
|
- <p class="card-text card-case-text text-muted">台帐金额</p>
|
|
|
+ <p class="card-text card-case-text text-muted">台账金额</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -151,7 +151,7 @@
|
|
|
<tr>
|
|
|
<th>标段</th>
|
|
|
<th>期数</th>
|
|
|
- <th>0号台帐</th>
|
|
|
+ <th>0号台账</th>
|
|
|
<th>本期完成</th>
|
|
|
<th>截至本期完成</th>
|
|
|
<th>本期应付</th>
|
|
@@ -193,7 +193,7 @@
|
|
|
<div class="card text-center bg-dark text-white border-right-0 border-top-0 height-100">
|
|
|
<div class="card-body card-small-body height-100">
|
|
|
<h5 class="card-title card-approve-title height-50"><span class="month_revise_num">0</span><small class="small-text">次</small></h5>
|
|
|
- <p class="card-text text-muted height-50">台帐修订</p>
|
|
|
+ <p class="card-text text-muted height-50">台账修订</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -351,7 +351,7 @@
|
|
|
<div class="card text-center bg-dark text-white height-100">
|
|
|
<div class="card-body card-per-body">
|
|
|
<h5 class="card-title card-case-title data_total_price">0.00</h5>
|
|
|
- <p class="card-text card-case-text text-muted">台帐金额</p>
|
|
|
+ <p class="card-text card-case-text text-muted">台账金额</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -561,7 +561,7 @@
|
|
|
<div class="card text-center bg-dark text-white border-right-0 border-top-0 height-100">
|
|
|
<div class="card-body card-small-body">
|
|
|
<h5 class="card-title card-approve-title height-50"><span class="month_revise_num">0</span><small class="small-text">次</small></h5>
|
|
|
- <p class="card-text text-muted height-50">台帐修订</p>
|
|
|
+ <p class="card-text text-muted height-50">台账修订</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -690,7 +690,7 @@
|
|
|
// }
|
|
|
],
|
|
|
legend: {
|
|
|
- data: ['台帐', '合同计量', '变更计量'],
|
|
|
+ data: ['台账', '合同计量', '变更计量'],
|
|
|
top:'17%'
|
|
|
},
|
|
|
grid: {
|
|
@@ -761,7 +761,7 @@
|
|
|
],
|
|
|
series: [
|
|
|
{
|
|
|
- name: '台帐',
|
|
|
+ name: '台账',
|
|
|
type: 'bar',
|
|
|
emphasis: {
|
|
|
focus: 'series'
|
|
@@ -1367,7 +1367,7 @@
|
|
|
month_material_num = ZhCalc.add(month_material_num, t.month_material_num);
|
|
|
html += '<tr>\n' +
|
|
|
' <td><span data-toggle="tooltip" data-placement="right" data-original-title="'+ t.name +'">'+ (t.name.length > 15 ? t.name.substring(0, 15) + '...' : t.name) +'</span></td>\n' +
|
|
|
- ' <td>第'+ (t.lastStage ? t.lastStage.order : 0) +'期</td>\n' +
|
|
|
+ ' <td>'+ (t.lastStage ? '第' + (t.lastStage ? t.lastStage.order : 0) + '期': '台账' ) + '</td>\n' +
|
|
|
' <td>'+ (t.total_price ? t.total_price : 0) +'</td>\n' +
|
|
|
' <td>'+ (t.gather_tp ? t.gather_tp : 0) +'</td>\n' +
|
|
|
' <td>'+ (t.end_gather_tp ? t.end_gather_tp : 0) +'</td>\n' +
|