From 1621b6837f856993a4c5df06ef6004da33dfd2d9 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 18 一月 2024 08:49:41 +0800
Subject: [PATCH] 1.车间编码修改
---
src/views/kanbanManager/zhkb.vue | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/views/kanbanManager/zhkb.vue b/src/views/kanbanManager/zhkb.vue
index b8c7099..4c34ef1 100644
--- a/src/views/kanbanManager/zhkb.vue
+++ b/src/views/kanbanManager/zhkb.vue
@@ -31,8 +31,7 @@
class="lineContent horn"
style="height: 450px;display: flex;flex-direction: column;justify-content: space-between"
>
- <div style="height: 180px;padding: 10px;display: flex;justify-content: space-between">
-
+ <div style="height: 180px;padding: 10px;display: flex;justify-content: space-around">
<div v-for="i in LeftTopData01" :key="i.wkshp_code" class="flex_c_s">
<div class="all_block01 flex_c_s">
<div class="flex_c_c all_block02">{{ i.wkshp_name }}</div>
@@ -176,7 +175,7 @@
const res = await PrentOrganizationNoCompany()
this.wkshopArr = res.data
- const temp = ['CJ001', '006', 'LD001', 'ZP001']
+ const temp = ['00401', '00402', '00501']
temp.forEach(i => {
const aa = this.wkshopArr.find(j => j.torg_code === i).torg_name
--
Gitblit v1.9.3