From c9db99b22d57a7619276889981190a7f73c1b318 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 20 Dec 2024 17:42:35 +0800 Subject: [PATCH] =?UTF-8?q?2024-12-20=20=E6=8E=A5=E5=8F=A3=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectInfo/com_project_info_part.vue | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/views/modules/project/projectInfo/com_project_info_part.vue b/src/views/modules/project/projectInfo/com_project_info_part.vue index 6a4ed5d..857976d 100644 --- a/src/views/modules/project/projectInfo/com_project_info_part.vue +++ b/src/views/modules/project/projectInfo/com_project_info_part.vue @@ -875,7 +875,6 @@ import { } from "@/api/base/properties.js" import { queryMasterField, // 根据物料编码查 masterPart 属性 - toBecomeOfficialPart, // 临时物料转为正式物料 partInformationSave2, // 物料信息新增 getProjectPartNo, // 获取项目物料编码 getProjectPartRow, // 获取当前行项目物料对象 @@ -2646,24 +2645,6 @@ import { }) }, - // 临时物料转为正式物料 - toBecomeOfficialPart () { - toBecomeOfficialPart(this.modalData).then(({data}) => { - if (data && data.code === 0) { - this.$message({ - message: '操作成功', - type: 'success', - duration: 1500, - onClose: () => {} - }) - } else { - this.$alert(data.msg, '错误', { - confirmButtonText: '确定' - }) - } - }) - }, - // 页签选择替换 inventoryPartClick (tab, event) { this.refreshInventoryPartTable()