From 2979a27306bc7e683ab41147651ae656eee99c34 Mon Sep 17 00:00:00 2001 From: hedekun <200858424@qq.com> Date: Fri, 30 Nov 2018 08:39:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=80=E6=9C=AF=E4=B8=AD=E5=BF=83=E5=9F=BA?= =?UTF-8?q?=E6=9C=AC=E4=BB=B6=E6=95=B4=E6=94=B9=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/TechnologyCenter/ImportParts/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/TechnologyCenter/ImportParts/index.vue b/src/views/TechnologyCenter/ImportParts/index.vue index 2da64dde..9d67e2b4 100644 --- a/src/views/TechnologyCenter/ImportParts/index.vue +++ b/src/views/TechnologyCenter/ImportParts/index.vue @@ -196,6 +196,9 @@ export default { } else { if (machineNum && groupNum) { await sleep(50) + if (classificationCode) { + drawingNum += '-' + classificationCode + } await this.insertToSQL(establishment, proofread, review, date, machineName, machineNum, componentName, componentNum, groupNum, contractNum, pageNum, totalNum, drawingNum, name, type, material, spareNum, useNum, manufacturer, remarks, classificationCode) } else { this.loading = false