From 72d0396410f791d9de2d0cd79629ceeea7ce24c3 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 20 九月 2023 14:26:31 +0800
Subject: [PATCH] 1.工序设置100%

---
 src/views/materialManager/inventoryList.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/materialManager/inventoryList.vue b/src/views/materialManager/inventoryList.vue
index 05ababe..206d0fe 100644
--- a/src/views/materialManager/inventoryList.vue
+++ b/src/views/materialManager/inventoryList.vue
@@ -913,7 +913,7 @@
     treeEditClick(node, data, operation) {
       this.dialogClassForm.data_sources = data.data_sources
       this.dialogClassForm.inventoryclasscode = data.code
-      this.dialogClassForm.inventoryclassname = data.name
+      this.dialogClassForm.inventoryclassname = data.name.split(' ')[1]
       this.dialogClassForm.parentcode = data.idparent === '-1' ? '' : data.idparent
       this.dialogClassForm.OperType = 'Update'
       this.operation = operation

--
Gitblit v1.9.3