From 421f6da5f106f189ed4445214d4a2bb56103fe20 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 12 Jun 2026 14:10:52 +0800 Subject: [PATCH] =?UTF-8?q?2026-06-12=20RoHs=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/rohs/rohs.js | 2 +- src/views/modules/rohs/rohsRecord.vue | 25 +++++-------------------- 2 files changed, 6 insertions(+), 21 deletions(-) diff --git a/src/api/rohs/rohs.js b/src/api/rohs/rohs.js index 1edc79f..8a417fa 100644 --- a/src/api/rohs/rohs.js +++ b/src/api/rohs/rohs.js @@ -6,7 +6,7 @@ export const getRohsList = params => createAPI(`/rohs/list`, 'get', params); // 获取详情 export const getRohsDetail = (site, referenceNo) => createAPI(`/rohs/info`, 'get', { site, referenceNo }); -// 查询项目物料(用于RoHs材料明细选择) +// 查询物料(用于RoHs材料明细选择) export const getRohsProjectMaterialList = params => createAPI(`/rohs/projectMaterialList`, 'get', params); // 新增 diff --git a/src/views/modules/rohs/rohsRecord.vue b/src/views/modules/rohs/rohsRecord.vue index 46d6488..b613e07 100644 --- a/src/views/modules/rohs/rohsRecord.vue +++ b/src/views/modules/rohs/rohsRecord.vue @@ -593,7 +593,7 @@ - + @@ -619,9 +619,9 @@ :height="320" style="width: 100%"> - + - + { @@ -2910,7 +2895,7 @@ export default { return } if (!this.projectMaterialSelections || this.projectMaterialSelections.length === 0) { - this.$message.warning('请至少选择一条项目物料') + this.$message.warning('请至少选择一条物料') return } const appendResult = this.appendMaterialRows(this.projectMaterialSelections)