|
|
@ -318,6 +318,7 @@ export class GasClassGroupTaskComponent implements OnInit { |
|
|
|
nzTitle: '提示', |
|
|
|
nzTitle: '提示', |
|
|
|
nzContent: '操作成功', |
|
|
|
nzContent: '操作成功', |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
this.printModal = false; |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
@ -370,12 +371,11 @@ export class GasClassGroupTaskComponent implements OnInit { |
|
|
|
' <tr><td style="font-size: xx-small;color: black;"></td></tr>' + |
|
|
|
' <tr><td style="font-size: xx-small;color: black;"></td></tr>' + |
|
|
|
|
|
|
|
|
|
|
|
' <tr><td style="font-size: xx-small;color: black;">---------------------收款-------------------</td></tr>\n' + |
|
|
|
' <tr><td style="font-size: xx-small;color: black;">---------------------收款-------------------</td></tr>\n' + |
|
|
|
' <tr><td style="font-size: xx-small;color: black;">油号        金额        升数        笔数</td></tr>\n'; |
|
|
|
' <tr><td style="font-size: xx-small;color: black;">油号      金额(元)       升数        笔数</td></tr>\n'; |
|
|
|
for (let item of data['groupTaskOilCountList']) { |
|
|
|
for (let item of data['groupTaskOilCountList']) { |
|
|
|
newstr += '<tr><td style="font-size: xx-small;color: black;">' + item['oilNo'] +'#       '+ item['refuelPrice'] +'元       '+ item['refuelLiters'] +'升       '+ item['refuelNum'] +'笔</td></tr>\n'; |
|
|
|
newstr += '<tr><td style="font-size: xx-small;color: black;">' + item['oilNo'] +'#      '+ item['refuelPrice'] +'      '+ item['refuelLiters'] +'     '+ item['refuelNum'] +'</td></tr>\n'; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
newstr += '<tr><td style="font-size: xx-small;color: black;">===========================================</td></tr>\n' + |
|
|
|
newstr += '<tr><td style="font-size: xx-small;color: black;">===========================================</td></tr>\n' + |
|
|
|
' <tr><td style="float: left;font-size: xx-small;color: black;margin-left: 80px;">' + new Date().toLocaleString() +'</td></tr>\n' + |
|
|
|
' <tr><td style="float: left;font-size: xx-small;color: black;margin-left: 80px;">' + new Date().toLocaleString() +'</td></tr>\n' + |
|
|
|
' </tbody>\n' + |
|
|
|
' </tbody>\n' + |
|
|
|