From 5845950aa395da1a1f56a5fff4c80358cf4b5f7f Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期二, 16 五月 2023 21:03:56 +0800
Subject: [PATCH] 新增引用码段下的参照配置界面,代码整合

---
 Source/UBCS-WEB/src/views/code/code.vue |   23 +++++++++++------------
 1 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/Source/UBCS-WEB/src/views/code/code.vue b/Source/UBCS-WEB/src/views/code/code.vue
index b30a4e4..3b01571 100644
--- a/Source/UBCS-WEB/src/views/code/code.vue
+++ b/Source/UBCS-WEB/src/views/code/code.vue
@@ -645,7 +645,7 @@
         </el-form>
       </div>
       <!-- 绗竴灞傚璇濇鐨勬寜閽拰锛岀嚎鏉� -->
-      <el-divider direction="horizontal"></el-divider>
+      <el-divider class="horizontal-line" direction="horizontal"></el-divider>
       <div slot="footer" class="dialog-footer">
         <el-button @click="addBasicCodeSettingBox = false" v-show="showbtn">鍙� 娑�</el-button>
         <el-button type="primary" @click="saveOrEditBasicCode" v-show="showbtn">淇� 瀛�</el-button>
@@ -664,7 +664,7 @@
               <div class="box">
                 <el-scrollbar style="height: auto; border-bottom-right-radius:8px ">
                   <basic-container>
-                    <div class="abox">
+                    <div class="treeBox">
                       <avue-tree :data="attrClassifyTreeData" :option="treeOption" @node-click="nodeClick"/>
                     </div>
                   </basic-container>
@@ -694,7 +694,6 @@
           <el-button @click="isShowSelectAttrOption = false">鍙� 娑�</el-button>
           <el-button type="primary" @click="selectedListClassifyLinkAttr">纭� 瀹�</el-button>
         </div>
-        
       </el-dialog>
 
       <!-- 绗簩灞傚璇濇,灞炴�х爜娈碉紝鍏紡缂栬緫妗嗗璇濇缁勪欢 -->
@@ -1116,7 +1115,7 @@
           this.form.getValueClass = content;
         },
 
-        /* 鍙傜収閰嶇疆,瀛愮粍浠跺~瀹屽弬鐓ч厤缃箣鍚庡唴瀹瑰洖鏄炬椂璋冪敤 */
+        /* 寮曠敤鐮佹鍙傜収閰嶇疆,瀛愮粍浠跺~瀹屽弬鐓ч厤缃箣鍚庡唴瀹瑰洖鏄炬椂璋冪敤 */
         echoReferConfig(content){
           this.form.referConfig = content;
         },
@@ -2399,7 +2398,7 @@
           }else if(condition === 'referBtmId'){
             this.form.referBtmId = '';
           }else if(condition === 'referConfig'){
-            this.form.referBtmId = '';
+            this.form.referConfig = '';
           }
         },
         // 琛ヤ綅鏃剁殑瀛楃锛屽疄鐜板彲杈撳彲閫�
@@ -2566,7 +2565,7 @@
 
 </script>
 
-<style scope>
+<style>
 
   .code-rule-crud > .avue-crud__search ,.code-basic-crud > .avue-crud__search {
     margin-bottom: -15px;
@@ -2612,14 +2611,14 @@
     padding: 1px 6px;
   }
 
-  .el-divider--horizontal {
+  .horizontal-line {
     /* margin-top: 19px !important; */
     margin-bottom: -20px !important;
     width: 100%;
     height: 2px;
   }
 
-  .el-card__body > .abox {
+  .el-card__body > .treeBox {
     height: 50vh;
   }
 
@@ -2631,11 +2630,11 @@
     width:60px;
   }
 
-  .el-input-number {
+  .left > .el-form-item > .el-form-item__content > .el-input-number {
     width: 120px;
   }
 
-  .el-input-number >.el-input > .el-input__inner {
+  .left > .el-form-item > .el-form-item__content > .el-input-number > .el-input > .el-input__inner {
     width:120px;
   } 
   
@@ -2662,7 +2661,7 @@
     justify-content: space-around;
   }
 
-  .el-divider--vertical {
+  .add-basicsec-form > .el-divider--vertical {
     width: 2px;
     height: 72%;
     margin: 0 auto;
@@ -2690,6 +2689,6 @@
     /* width: 100%; */
     border-top: 1px solid #E9E7E7;
     padding: 5px 10px 10px;
-  }
+ }
 
 </style>
\ No newline at end of file

--
Gitblit v1.9.3