diff --git a/src/views/business/costRecord/component/applyDetail.vue b/src/views/business/costRecord/component/applyDetail.vue index 86ea0922..268102dd 100644 --- a/src/views/business/costRecord/component/applyDetail.vue +++ b/src/views/business/costRecord/component/applyDetail.vue @@ -76,7 +76,7 @@
备注
- {{ '此费用仅为在机具设备分公司发生费用,未计从项目部领用机具费用。' }} + {{ '此费用仅为在机具(物流)分公司发生费用,未计从项目部领用机具费用。' }}
diff --git a/src/views/material/cost/component/applyHome.vue b/src/views/material/cost/component/applyHome.vue index 14648500..9aa90358 100644 --- a/src/views/material/cost/component/applyHome.vue +++ b/src/views/material/cost/component/applyHome.vue @@ -227,7 +227,7 @@
备注:
- 此费用仅为在机具设备分公司发生费用,未计从项目部领用机具费用。 + 此费用仅为在机具(物流)分公司发生费用,未计从项目部领用机具费用。
@@ -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: '此费用仅为在机具(物流)分公司发生费用,未计从项目部领用机具费用。' }) ] }) diff --git a/src/views/material/cost/component/examHome.vue b/src/views/material/cost/component/examHome.vue index 10151cce..319c0e40 100644 --- a/src/views/material/cost/component/examHome.vue +++ b/src/views/material/cost/component/examHome.vue @@ -194,7 +194,7 @@
备注:
- 此费用仅为在机具设备分公司发生费用,未计从项目部领用机具费用。 + 此费用仅为在机具(物流)分公司发生费用,未计从项目部领用机具费用。
@@ -620,7 +620,7 @@ export default { // ======= 备注 ======= const remarkRow = sheet.addRow([ '备注:', - '此费用仅为在机具设备分公司发生费用,未计从项目部领用机具费用。', + '此费用仅为在机具(物流)分公司发生费用,未计从项目部领用机具费用。', '', '' ]) @@ -937,7 +937,7 @@ export default { children: [ new Paragraph({ alignment: AlignmentType.CENTER, - text: '此费用仅为在机具设备分公司发生费用,未计从项目部领用机具费用。' + text: '此费用仅为在机具(物流)分公司发生费用,未计从项目部领用机具费用。' }) ] })