From 8b363281b950c527c4f2b8ffeffe83cd7fcb77c7 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 15 三月 2024 16:09:35 +0800
Subject: [PATCH] 1.生产订单新增 销售业务员 字段
---
src/views/mouldManager/mouldMaintainStand.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/mouldManager/mouldMaintainStand.vue b/src/views/mouldManager/mouldMaintainStand.vue
index a2ac2ed..6c98e14 100644
--- a/src/views/mouldManager/mouldMaintainStand.vue
+++ b/src/views/mouldManager/mouldMaintainStand.vue
@@ -238,7 +238,7 @@
:visible.sync="mouldDialogVisible"
width="800px"
:close-on-click-modal="false"
- top="15vh"
+ top="8vh"
@closed="handleMouldClose"
@close="handleMouldClose"
>
@@ -254,7 +254,7 @@
:props="defaultProps"
show-checkbox
node-key="code"
- style="margin-top:15px"
+ style="margin-top:15px;height: 550px;overflow: auto"
default-expand-all
:filter-node-method="filterNode"
/>
@@ -670,7 +670,7 @@
if (treeKey.includes(i.code)) {
arr.push({
code: i.code,
- name: i.name
+ name: i.name.split('/')[1].trim()
})
}
})
--
Gitblit v1.9.3