|
|
@@ -616,7 +616,7 @@ $(document).ready(function() {
|
|
|
const sourceIconHtml = pay.fpcid
|
|
|
? '<a href="javascript:void(0);" title="关联资金支付" style="position: absolute;right: 2px;top:50%;transform: translate(-50%, -50%);"><i class="fa fa-cny"></i></a>'
|
|
|
: pay.rela_stage
|
|
|
- ? '<a href="javascript:void(0);" title="关联标段期支付" style="position: absolute;right: 2px;top:50%;transform: translate(-50%, -50%);"><i class="fa fa-calendar-check-o"></i></a>'
|
|
|
+ ? '<a href="javascript:void(0);" title="关联标段期支付" style="position: absolute;right: 0px;top:50%;transform: translate(-50%, -50%);"><i class="fa fa-handshake-o" style="font-size: 10px"></i></a>'
|
|
|
: '';
|
|
|
paysHtml += `<tr class="text-center" data-cpid="${pay.id}">
|
|
|
<td style="position: relative">${idx + 1}${sourceIconHtml}</td>
|