From a8309e05d05da191615b9439b8c0d5df11ea7ce2 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Wed, 11 Mar 2026 10:37:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E9=AA=8C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../erf/components/erfAttachmentManager.vue | 4 +- .../modules/erf/components/expApplyForm.vue | 2 +- .../erf/components/expRawMaterialList.vue | 2 +- .../modules/erf/components/expTriConfirm.vue | 2 +- src/views/modules/erf/expApplyApproval.vue | 14 +-- src/views/modules/erf/expApplyList.vue | 92 +++++++++---------- src/views/modules/erf/plannerSchedule.vue | 4 +- src/views/modules/erf/sampleCycleReport.vue | 2 +- src/views/modules/erf/triConfirm.vue | 4 +- 9 files changed, 63 insertions(+), 63 deletions(-) diff --git a/src/views/modules/erf/components/erfAttachmentManager.vue b/src/views/modules/erf/components/erfAttachmentManager.vue index 6d2bae0..d7598c9 100644 --- a/src/views/modules/erf/components/erfAttachmentManager.vue +++ b/src/views/modules/erf/components/erfAttachmentManager.vue @@ -160,7 +160,7 @@ export default { name: 'ErfAttachmentManager', props: { - // 申请单号 + // 试验单号 applyNo: { type: String, required: true @@ -186,7 +186,7 @@ export default { ossVisible: false, ossForm: { orderRef1: 'ERF', // 模块标识 - orderRef2: '', // 申请单号 + orderRef2: '', // 试验单号 orderRef6: 'EXP_APPLY', // 业务类型标识 remark: '' }, diff --git a/src/views/modules/erf/components/expApplyForm.vue b/src/views/modules/erf/components/expApplyForm.vue index 0ae6086..1e95ed7 100644 --- a/src/views/modules/erf/components/expApplyForm.vue +++ b/src/views/modules/erf/components/expApplyForm.vue @@ -174,7 +174,7 @@