From c0ae2d732eb9fc13d3cfc0c2f2f2ab71d2592ac6 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 30 一月 2023 12:49:13 +0800
Subject: [PATCH] 1.存货档案 对话框新增 高级设置属性

---
 src/views/sbgl/byjl.vue |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/views/sbgl/byjl.vue b/src/views/sbgl/byjl.vue
index f109864..8418869 100644
--- a/src/views/sbgl/byjl.vue
+++ b/src/views/sbgl/byjl.vue
@@ -13,10 +13,10 @@
           :model="form"
           label-width="100px"
           inline
-          style="display: flex;justify-content: space-between"
+          style="display: flex;"
         >
           <div class="elForm" style="justify-content: flex-start">
-            <el-form-item label="鐢熶骇杞﹂棿" label-width="70px" style=" display: flex;">
+            <el-form-item label="鐢熶骇杞﹂棿" style=" display: flex;">
               <el-select v-model="form.wkshopcode" style="width: 200px" placeholder="璇烽�夋嫨">
                 <el-option
                   v-for="item in wkshopSelectArr"
@@ -35,7 +35,7 @@
             <el-form-item label="鏍囧噯鍚嶇О" style=" display: flex;">
               <el-input v-model="form.stanedname" placeholder="璇疯緭鍏�" style="width: 200px" />
             </el-form-item>
-            <el-form-item v-show="isExpandForm"label="淇濆吇浜哄憳" label-width="70px" style=" display: flex;">
+            <el-form-item v-show="isExpandForm" label="淇濆吇浜哄憳" style=" display: flex;">
               <el-input v-model="form.repairuser" style="width: 200px" placeholder="璇疯緭鍏�" />
             </el-form-item>
             <el-form-item v-show="isExpandForm" label="淇濆吇鏃堕棿" style=" display: flex;font-size:14px;align-items: center">
@@ -62,7 +62,7 @@
               </el-select>
             </el-form-item>
           </div>
-          <div class="bodySearchReset" :style="{marginLeft:$store.state.app.sidebar.opened?'5%':'10%'}">
+          <div class="bodySearchReset" :style="{marginLeft:$store.state.app.sidebar.opened? $store.state.settings.menuIsHorizontal?'15%':'3%':'10%'}">
             <el-button type="primary" icon="el-icon-search" @click="search">鏌ヨ</el-button>
             <el-button type="info" icon="el-icon-refresh" @click="reset">閲嶇疆</el-button>
           </div>
@@ -116,6 +116,7 @@
           <el-table-column
             prop="org_name"
             label="鐢熶骇杞﹂棿"
+            min-width="120"
             show-tooltip-when-overflow
             sortable="custom"
           />
@@ -124,9 +125,11 @@
             label="璁惧缂栧彿"
             show-tooltip-when-overflow
             sortable="custom"
+            min-width="120"
           />
           <el-table-column
             prop="eqp_name"
+            min-width="120"
             label="璁惧鍚嶇О"
             show-tooltip-when-overflow
             sortable="custom"
@@ -224,6 +227,7 @@
     </div>
 
     <el-dialog
+      v-el-drag-dialog
       :title="operation==='add'?'鏂板':'淇濆吇鏄庣粏'"
       :visible.sync="dialogVisible"
       width="800px"
@@ -315,12 +319,14 @@
 import { DeviceRepairSubTakeSearch, DeviceRepairTakeOutExcel, DeviceRepairTakeSearch
 } from '@/api/sbgl'
 import { ShopSearch } from '@/api/dzkb'
+import elDragDialog from '@/directive/el-drag-dialog'
 
 export default {
   name: 'Zzjg',
   components: {
     Pagination, ImportPicker
   },
+  directives: { elDragDialog },
   data() {
     return {
       mouseHoverType: 'mouseout',

--
Gitblit v1.9.3