结算申请
This commit is contained in:
parent
6e405ffd0a
commit
afc5f4d828
|
|
@ -76,7 +76,7 @@
|
|||
<div class="tabelAllTopFour">
|
||||
<div class="costTopOne">备注</div>
|
||||
<div class="costRightTwo">
|
||||
{{ '此费用仅为在机具设备分公司发生费用,未计从项目部领用机具费用。' }}
|
||||
{{ '此费用仅为在机具(物流)分公司发生费用,未计从项目部领用机具费用。' }}
|
||||
</div>
|
||||
</div>
|
||||
<el-table :data="leaseList">
|
||||
|
|
|
|||
|
|
@ -227,7 +227,7 @@
|
|||
<div class="tabelColumn" style="border: 1px solid #9c9c9c">
|
||||
<div class="columnLabel" style="width: 20%">备注:</div>
|
||||
<div class="columnContent" style="width: 80%">
|
||||
此费用仅为在机具设备分公司发生费用,未计从项目部领用机具费用。
|
||||
此费用仅为在机具(物流)分公司发生费用,未计从项目部领用机具费用。
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -809,7 +809,7 @@ export default {
|
|||
worksheet.mergeCells('A13:D13')
|
||||
|
||||
// 备注
|
||||
const noteHeaderRow = worksheet.addRow(['备注: 此费用仅为在机具设备分公司发生费用,未计从项目部领用机具费用。'])
|
||||
const noteHeaderRow = worksheet.addRow(['备注: 此费用仅为在机具(物流)分公司发生费用,未计从项目部领用机具费用。'])
|
||||
noteHeaderRow.font = { bold: true }
|
||||
noteHeaderRow.eachCell((cell) => {
|
||||
cell.border = borderStyle
|
||||
|
|
@ -1146,7 +1146,7 @@ export default {
|
|||
children: [
|
||||
new Paragraph({
|
||||
alignment: AlignmentType.CENTER,
|
||||
text: '此费用仅为在机具设备分公司发生费用,未计从项目部领用机具费用。'
|
||||
text: '此费用仅为在机具(物流)分公司发生费用,未计从项目部领用机具费用。'
|
||||
})
|
||||
]
|
||||
})
|
||||
|
|
|
|||
|
|
@ -194,7 +194,7 @@
|
|||
<div class="tabelColumn" style="border: 1px solid #9c9c9c">
|
||||
<div class="columnLabel" style="width: 20%">备注:</div>
|
||||
<div class="columnContent" style="width: 80%">
|
||||
此费用仅为在机具设备分公司发生费用,未计从项目部领用机具费用。
|
||||
此费用仅为在机具(物流)分公司发生费用,未计从项目部领用机具费用。
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
@ -620,7 +620,7 @@ export default {
|
|||
// ======= 备注 =======
|
||||
const remarkRow = sheet.addRow([
|
||||
'备注:',
|
||||
'此费用仅为在机具设备分公司发生费用,未计从项目部领用机具费用。',
|
||||
'此费用仅为在机具(物流)分公司发生费用,未计从项目部领用机具费用。',
|
||||
'',
|
||||
''
|
||||
])
|
||||
|
|
@ -937,7 +937,7 @@ export default {
|
|||
children: [
|
||||
new Paragraph({
|
||||
alignment: AlignmentType.CENTER,
|
||||
text: '此费用仅为在机具设备分公司发生费用,未计从项目部领用机具费用。'
|
||||
text: '此费用仅为在机具(物流)分公司发生费用,未计从项目部领用机具费用。'
|
||||
})
|
||||
]
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue