From afc5f4d8280710bbc0fe54b56e6da38077ab6eaf Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 17 Dec 2025 11:07:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/costRecord/component/applyDetail.vue | 2 +- src/views/material/cost/component/applyHome.vue | 6 +++--- src/views/material/cost/component/examHome.vue | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) 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: '此费用仅为在机具(物流)分公司发生费用,未计从项目部领用机具费用。' }) ] })