From e811bfc52c2126af45e8fe49dd29af12c022f6c1 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 27 三月 2023 13:54:02 +0800
Subject: [PATCH] 1.看板优化

---
 src/views/kb/cjsc.vue   |   24 ++++++++++++------------
 src/views/zzmx/jpgj.vue |   24 ++++++++++++++++--------
 src/views/kb/zhkb.vue   |    2 +-
 3 files changed, 29 insertions(+), 21 deletions(-)

diff --git a/src/views/kb/cjsc.vue b/src/views/kb/cjsc.vue
index 0245b6b..44bc269 100644
--- a/src/views/kb/cjsc.vue
+++ b/src/views/kb/cjsc.vue
@@ -37,8 +37,8 @@
               >
                 <el-table-column
                   prop="saleOrderCode"
-                  label="閿�鍞崟鍙�"
-                  width="130"
+                  label="鐢熶骇璁㈠崟"
+                  width="170"
                 >
                   <template slot-scope="{row}">
                     <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{
@@ -50,7 +50,7 @@
                 </el-table-column>
                 <el-table-column
                   prop="partname"
-                  width="170"
+                  width="140"
                   label="浜у搧鍚嶇О"
                 >
                   <template slot-scope="{row}">
@@ -61,7 +61,7 @@
                 <el-table-column
                   prop="good_qty"
                   label="鏁伴噺"
-                  width="70"
+                  width="60"
                 />
               </el-table>
             </div>
@@ -123,7 +123,7 @@
               </el-table-column>
               <el-table-column
                 prop="partname"
-                width="150"
+                width="120"
                 label="浜у搧鍚嶇О"
               >
                 <template slot-scope="{row}">
@@ -177,7 +177,7 @@
               <el-table-column
                 prop="stepname"
                 label="宸ュ簭"
-                width="100"
+                width="130"
               >
                 <template slot-scope="{row}">
                   <div
@@ -219,8 +219,8 @@
               >
                 <el-table-column
                   prop="saleOrderCode"
-                  label="閿�鍞崟鍙�"
-                  width="130"
+                  label="鐢熶骇璁㈠崟"
+                  width="170"
                 >
                   <template slot-scope="{row}">
                     <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{
@@ -232,7 +232,7 @@
                 </el-table-column>
                 <el-table-column
                   prop="partname"
-                  width="170"
+                  width="140"
                   label="浜у搧鍚嶇О"
                 >
                   <template slot-scope="{row}">
@@ -243,7 +243,7 @@
                 <el-table-column
                   prop="good_qty"
                   label="鏁伴噺"
-                  width="70"
+                  width="60"
                 />
               </el-table>
             </div>
@@ -349,7 +349,7 @@
     // 鑾峰彇宸︿笂鏁版嵁骞跺畾鏃跺埛鏂�
     getLeftTopTableDataSetInterval() {
       let startValue = 0 // 鍒濆鍊�
-      const scale = 10// 鍒诲害
+      const scale = 24// 鍒诲害
 
       WkshpLineData({ LineCode: '001' }).then(res => {
         this.tableDataLeftTopTemp = res.data
@@ -373,7 +373,7 @@
     // 鑾峰彇鍙充笂鏁版嵁骞跺畾鏃跺埛鏂�
     getRightTopTableDataSetInterval() {
       let startValue = 0 // 鍒濆鍊�
-      const scale = 10// 鍒诲害
+      const scale = 24// 鍒诲害
 
       WkshpLineData({ LineCode: '002' }).then(res => {
         this.tableDataRightTopTemp = res.data
diff --git a/src/views/kb/zhkb.vue b/src/views/kb/zhkb.vue
index 68fbcf4..d122bc9 100644
--- a/src/views/kb/zhkb.vue
+++ b/src/views/kb/zhkb.vue
@@ -264,7 +264,7 @@
               <svg-icon icon-class="top5" class="svg_class" />
               涓�鍛ㄤ笉鑹疶op5
             </div>
-            <div class="lineContent horn">
+            <div class="lineContent horn" style="height: 435px;">
               <div id="bar01" class="flex_c_c" style="width: 100%;height:100%" />
             </div>
 
diff --git a/src/views/zzmx/jpgj.vue b/src/views/zzmx/jpgj.vue
index 73c26bb..617d120 100644
--- a/src/views/zzmx/jpgj.vue
+++ b/src/views/zzmx/jpgj.vue
@@ -88,7 +88,9 @@
               </el-select>
             </el-form-item>
           </div>
-          <div class="bodySearchReset" :style="{marginLeft:$store.state.app.sidebar.opened? $store.state.settings.menuIsHorizontal?'15%':'3%':'10%'}">
+          <div class="bodySearchReset"
+               :style="{marginLeft:$store.state.app.sidebar.opened? $store.state.settings.menuIsHorizontal?'15%':'3%':'10%'}"
+          >
             <el-button v-waves type="primary" icon="el-icon-search" @click="search">鏌ヨ</el-button>
             <el-button v-waves type="info" icon="el-icon-refresh" @click="reset">閲嶇疆</el-button>
           </div>
@@ -223,10 +225,12 @@
             <template slot-scope="{row}">
               <div class="operationClass">
                 <el-tooltip class="item" effect="dark" content="缂栬緫" placement="top">
-                  <i :style="{color:$store.state.settings.theme}" class="el-icon-edit-outline" @click="edit('edit',row)" />
+                  <i :style="{color:$store.state.settings.theme}" class="el-icon-edit-outline"
+                     @click="edit('edit',row)"
+                  />
                 </el-tooltip>
                 <el-tooltip v-del-tab-index class="item" effect="dark" content="鍒犻櫎" placement="top">
-                  <i :style="{color:$store.state.settings.theme}" class="el-icon-delete" @click="del(row)" />
+                  <i :style="{color:$store.state.settings.theme}" class="el-icon-delete" @click="del(row)"/>
                 </el-tooltip>
               </div>
             </template>
@@ -257,7 +261,7 @@
     >
       <el-form ref="dialogForm" inline :rules="dialogFormRules" :model="dialogForm" label-width="80px">
         <div style="display: flex;align-items: center">
-          <i class="el-icon-s-comment" :style="{color:$store.state.settings.theme}" style="margin-top: -20px" />
+          <i class="el-icon-s-comment" :style="{color:$store.state.settings.theme}" style="margin-top: -20px"/>
           <el-form-item prop="partcode" label="浜у搧鍚嶇О">
             <el-select
               v-show="operation==='add'"
@@ -272,7 +276,7 @@
               <el-option
                 v-for="item in partArr2"
                 :key="item.partcode"
-                :label="item.partname"
+                :label="item.partname+'/'+item.partcode"
                 :value="item.partcode"
               />
             </el-select>
@@ -312,7 +316,9 @@
       </el-form>
       <div style="display: flex;flex-direction: column;margin-bottom: 20px">
         <div>
-          <i class="el-icon-s-operation" :style="{color:$store.state.settings.theme}" style="margin: -20px 10px 20px 0;" />宸ュ簭闆嗗悎
+          <i class="el-icon-s-operation" :style="{color:$store.state.settings.theme}"
+             style="margin: -20px 10px 20px 0;"
+          />宸ュ簭闆嗗悎
         </div>
         <div style="display: flex;background-color: #F2F6FC;padding:20px 0  20px 20px; min-height: 100px">
           <el-radio-group v-model="dialogForm.stepcode" @change="radioChange">
@@ -329,7 +335,9 @@
 
       <div style="display: flex;flex-direction: column;min-height: 300px">
         <div>
-          <i class="el-icon-s-operation" :style="{color:$store.state.settings.theme}" style="margin: -20px 10px 20px 0" />璁惧鍒楄〃
+          <i class="el-icon-s-operation" :style="{color:$store.state.settings.theme}"
+             style="margin: -20px 10px 20px 0"
+          />璁惧鍒楄〃
         </div>
 
         <el-table
@@ -467,7 +475,7 @@
           @pagination="getEqpTable"
         />
       </div>
-      <div v-if="eqpTableLength===0" style="width: 100px;height: 84px;" />
+      <div v-if="eqpTableLength===0" style="width: 100px;height: 84px;"/>
 
       <span slot="footer" class="dialog-footer">
         <div class="footerButton">

--
Gitblit v1.9.3