From 9941378cc6e6eefa0f927cde165c47c5585c00ea Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 02 八月 2023 10:45:58 +0800
Subject: [PATCH] 主题库停用加后缀名

---
 Source/UBCS-WEB/src/components/Theme/ThemeClassifyTrees.vue |  204 +++++++++++++++++++++++++++-----------------------
 1 files changed, 109 insertions(+), 95 deletions(-)

diff --git a/Source/UBCS-WEB/src/components/Theme/ThemeClassifyTrees.vue b/Source/UBCS-WEB/src/components/Theme/ThemeClassifyTrees.vue
index 8b4cadb..3710c01 100644
--- a/Source/UBCS-WEB/src/components/Theme/ThemeClassifyTrees.vue
+++ b/Source/UBCS-WEB/src/components/Theme/ThemeClassifyTrees.vue
@@ -24,7 +24,7 @@
           </div>
         </div>
         <!--        鏍戣妭鐐规坊鍔犲璇濇-->
-        <el-dialog :title="this.TreeFlag ? '娣诲姞鍒嗙被' :'娣诲姞涓婚搴�'" :visible.sync="TreeAddFormVisible" append-to-body
+        <el-dialog :title="this.TreeFlag ? '娣诲姞鍒嗙被' :'娣诲姞涓婚搴�'" :visible.sync="TreeAddFormVisible"  v-loading="AddLoading" append-to-body
                    style="width: 1700px;margin: auto">
           <el-form :model="TreeAddform" :rules="rules">
             <el-form-item :label="this.TreeFlag ? '鍒嗙被缂栧彿锛�' :'涓婚搴撶紪鍙凤細'" label-width="150px" style="display: inline-block" prop="id">
@@ -33,7 +33,7 @@
             <el-form-item :label="this.TreeFlag ? '鍒嗙被鍚嶇О锛�' :'涓婚搴撳悕绉帮細'" label-width="110px" style="display: inline-block" prop="name">
               <el-input v-model="TreeAddform.name" autocomplete="off" style="width: 170px"></el-input>
             </el-form-item>
-            <el-form-item label="瀛樺偍鐨勪笟鍔$被鍨嬶細" label-width="150px" v-if="TreeFlagCode==false" prop="btmTypeName">
+            <el-form-item label="瀛樺偍鐨勪笟鍔$被鍨嬶細" label-width="150px" v-if="TreeFlagCode" prop="btmTypeName">
               <el-input v-model="TreeAddform.btmTypeName" autocomplete="off" style="width: 585px" @focus="btmFoucus"></el-input>
             </el-form-item>
             <el-form-item label="鎻忚堪锛�" label-width="150px">
@@ -58,7 +58,7 @@
         </el-dialog>
         <!--        淇敼瀵硅瘽妗�-->
         <el-dialog :visible.sync="TreeEditFormVisible" append-to-body title="淇敼鍒嗙被">
-          <classifyTreeform ref="childForm" :loneTreeNewForm="TreeList" :nodeList="nodeList" :flag="'edit'" @MasterHandler="MasterHandler" :Editclose=" ()=>{TreeEditFormVisible=false}" :TreeFlag="TreeFlagCode" :nodeClickList="nodeClickList" @referTreeForm="referTreeForm" @flushed="flushed"></classifyTreeform>
+          <classifyTreeform ref="childForm" :loneTreeNewForm="TreeList" :nodeList="nodeList" :flag="'edit'" @MasterHandler="MasterHandler" :Editclose=" ()=>{TreeEditFormVisible=false}" :TreeFlag="editTreeFLagCode" :nodeClickList="nodeClickList" @referTreeForm="referTreeForm" @flushed="flushed"></classifyTreeform>
         </el-dialog>
         <avue-tree ref="tree" v-model="CloneTreeAvueform" v-loading="loading" :data="CloneTreedata" :defaultExpandAll="false"
                    :option="Treeoption"
@@ -350,12 +350,17 @@
   inject: ["crudTreeData"],
   data() {
     return {
+      AddLoading:false,
+      // 瀹氫箟涓�涓彉閲忔潵淇濆瓨鏍戣姹傜殑鏁伴噺
+      requestCount:0,
       //瀵煎叆鐘舵�佹
       ThemeImportVisible:false,
       selectRow:'',
       selectList:[],
       //鏍戣妭鐐规樉绀洪殣钘�
-      TreeFlagCode:false,
+      TreeFlagCode:true,
+      //淇敼鑺傜偣鏄剧ず闅愯棌
+      editTreeFLagCode:false,
       //缂栫爜瑙勫垯
       MasterdialogVisible:false,
       masterData:[],
@@ -656,6 +661,13 @@
       showEditBtn:false,
     }
   },
+  watch:{
+    TreeFlagCode:{
+      handler(newval,oldval){
+        console.log('TreeFlagCode',newval)
+      }
+    }
+  },
   //tab鏍忛粯璁ゆ槸琛ㄦ牸
   mounted() {
     this.type = this.tabOption.column[0];
@@ -666,7 +678,7 @@
         this.$refs.tree.setCurrentKey(null)
         this.nodeClickList = {}
         this.TreeList=[]
-        this.TreeFlagCode=false;
+        this.TreeFlagCode=true;
       }
     }, true)
   },
@@ -730,13 +742,6 @@
   created() {
 
   },
-  watch:{
-    FormList:{
-      handler(newval,oldval){
-        console.log('FormList',newval)
-      }
-    }
-  },
   methods: {
     /** 瀵煎叆 */
     ImportExcel(){
@@ -746,17 +751,12 @@
     ExportExcel(){
       if(this.nodeClickList){
         exportClassify({oid:this.nodeClickList.oid}).then(res=>{
-          console.log(res)
-          func.downloadFileByBlob(res);
+          func.downloadFileByBlobHandler(res);
         })
       }else {
         this.$message.warning('璇峰厛閫夋嫨瑕佸鍑虹殑涓婚搴撳垎绫�')
       }
     },
-    //妯℃澘绠$悊宸插彂甯冪紪杈�
-    // checkShowEditBtn() {
-    //   this.showEditBtn = this.Formlist.some(item => item.lcStatus === 'Released');
-    // },
     //缂栫爜瑙勫垯澶辩劍
     CodeFoucus(){
       this.MasterdialogVisible=true;
@@ -988,8 +988,16 @@
         })
         //璋冪敤淇敼灞炴�у悕鏂规硶
         this.ModifyProperties(this.CloneTreedata, 'name', 'label');
+        console.log(this.CloneTreedata)
+        this.CloneTreedata = this.CloneTreedata.map(item => {
+          if (item.attributes.lcStatus === "Disabled") {
+            item.label += '銆愬仠鐢ㄣ��';
+          }
+          return item;
+        });
       }).catch(res => {
         this.$message.error(res)
+
       })
     },
     //瀹氫箟涓�涓慨鏀规暟鎹睘鎬у悕鐨勬柟娉�
@@ -1005,11 +1013,22 @@
       }
     },
     //鏍戣妭鐐规坊鍔犳寜閽�
-    TreeAdd() {
-      this.TreeAddFormVisible = true;
-      // 鍒ゆ柇褰撳墠鏄惁鏈夌偣鍑诲瓙椤�
-      if (this.nodeClickList !== "") {
-        this.TreeFlag = true
+    async TreeAdd() {
+      const loading = this.$loading({
+        lock: true,
+        text: 'Loading',
+        spinner: 'el-icon-loading',
+        background: 'rgba(0, 0, 0, 0.3)'
+      });
+      try {
+        //鏂板琛ㄥご鍚嶇О
+        this.TreeFlag=!this.nodeClickList
+        await new Promise(resolve => setTimeout(resolve, 500));
+        this.TreeAddFormVisible = true;
+        loading.close();
+      } catch (error) {
+        this.$message.error(error);
+        loading.close();
       }
     },
     //鏍戣妭鐐规坊鍔犱簨浠�
@@ -1182,73 +1201,60 @@
     },
     //鏍戠偣鍑讳簨浠�
     async nodeClick(data) {
-      //瀹氫箟涓�涓ā鏉垮睘鎬d锛屾暟鎹槸妯℃澘绠$悊琛ㄦ牸閲岄潰鐨刼id
-      if(data.parentId == ""){
-        this.TreeFlagCode=true;
-
-      }
-      this.nodeClickList = data
-      this.selectRow=0;
+      console.log(data);
+      //鎿嶄綔鏂板鍜屼慨鏀圭殑涓氬姟绫诲瀷闅愯棌
+      this.TreeFlagCode = !data;
+      this.editTreeFLagCode = !data.parentId;
+      this.nodeClickList = data;
+      this.selectRow = 0;
       try {
-        await TreeObjcet(data.oid).then(res => {
-          this.FlagObj = res.data.data
-        }).catch(res => {
-          this.$message.error(res)
-        })
-        //妯℃澘绠$悊琛ㄦ牸鏁版嵁
-        await gridCodeClassifyTemplate({'conditionMap[codeclassifyoid]': data.oid}).then(res => {
-          this.Formlist = res.data.data.filter(item => {
-            if (item.codeclassifyoid != "") {
-              this.codeClassifyOid = item.codeclassifyoid
-              return item.codeclassifyoid == this.nodeClickList.oid
-            }
-          })
-          console.log('form',this.Formlist)
-          if(this.Formlist.length >= 1){
-            this.crudLCStatus=this.Formlist[this.selectRow].lcStatus;
-            this.crudArray.push(this.Formlist[this.selectRow]);
-            this.crudOid=this.Formlist[this.selectRow].oid;
-            this.gridCode()
-          }else {
-              this.ProData = [];
+        this.requestCount += 1;
+        const [res1, res2, res3] = await Promise.all([
+          TreeObjcet(data.oid),
+          gridCodeClassifyTemplate({ 'conditionMap[codeclassifyoid]': data.oid }),
+          getObjectByOid(data.oid)
+        ]);
+        this.FlagObj = res1.data.data;
+        this.Formlist = res2.data.data.filter(item => {
+          if (item.codeclassifyoid != "") {
+            this.codeClassifyOid = item.codeclassifyoid;
+            return item.codeclassifyoid == this.nodeClickList.oid;
           }
-        }).catch(res => {
-          this.$message.error(res)
-        })
-        //  鍩烘湰淇℃伅琛ㄥ崟鏁版嵁
-          await getObjectByOid(this.nodeClickList.oid).then(res => {
-            this.TreeList = res.data.data;
-          }).catch(res => {
-            this.$message.error(res)
-          })
+        });
+        if (this.Formlist.length >= 1) {
+          this.crudLCStatus = this.Formlist[this.selectRow].lcStatus;
+          this.crudArray.push(this.Formlist[this.selectRow]);
+          this.crudOid = this.Formlist[this.selectRow].oid;
+          await this.gridCode();
+        } else {
+          this.ProData = [];
+          this.crudOid=''
+        }
+        this.TreeList = res3.data.data;
       } catch (error) {
-        this.$message.error(error)
+        this.$message.error(error);
       }
     },
-    gridCode(){
-      gridCodeClassifyTemplateAttr({'conditionMap[classifyTemplateOid]': this.Formlist[this.selectRow].oid,limit:-1}).then(res => {
-        this.ProData = res.data.data;
-        //鍒嗙被娉ㄥ叆鏁版嵁鏍煎紡
-        this.ProData =  res.data.data.map((item) => {
-          //濡傛灉鍒嗙被娉ㄥ叆classifyInvokeAttr涓虹┖璇存槑鏄垵濮嬬姸鎬�
-          if(item.classifyInvokeAttr !== ''){
-            if (!item.hasOwnProperty('classifyInvokeText')) { // 妫�鏌lassifyInvokeText灞炴�ф槸鍚﹀瓨鍦�
-              item = {
-                ...item,
-                classifyInvokeText: {
-                  "娉ㄥ叆绫诲瀷": item.classifyInvokeAttr,
-                  "娉ㄥ叆绫诲瀷鍚嶇О": item.classifyInvokeAttrName,
-                  "灞傜骇璁剧疆": item.classifyInvokeLevel,
-                  "鏄惁鍙慨鏀�": item.classifyInvokeEditFlag
-                }
+
+    async gridCode() {
+      try {
+        const res = await gridCodeClassifyTemplateAttr({ 'conditionMap[classifyTemplateOid]': this.Formlist[this.selectRow].oid, limit: -1 });
+        this.ProData = res.data.data.map(item => {
+          if (item.classifyInvokeAttr !== '') {
+            if (!item.hasOwnProperty('classifyInvokeText')) {
+              item.classifyInvokeText = {
+                '娉ㄥ叆绫诲瀷': item.classifyInvokeAttr,
+                '娉ㄥ叆绫诲瀷鍚嶇О': item.classifyInvokeAttrName,
+                '灞傜骇璁剧疆': item.classifyInvokeLevel,
+                '鏄惁鍙慨鏀�': item.classifyInvokeEditFlag
               };
             }
           }
           return item;
         });
-      }).catch(res => {
-        this.$message.error(res)
-      })
+      } catch (error) {
+        this.$message.error(error);
+      }
     },
     treeClick(e) {
       console.log(e);
@@ -1314,7 +1320,6 @@
         });
       } else {
         this.$set(row, "codeclassifyoid", this.nodeClickList.oid)
-        console.log(this.nodeClickList)
         addSave(row).then(() => {
           this.$message({
             type: "success",
@@ -1354,20 +1359,6 @@
         });
       })
     },
-    //妯℃澘绠$悊琛ㄦ牸鏌ヨ,鍙湁涓�鏉℃暟鎹病蹇呰鍋氭悳绱�
-    /*nterFind() {
-      if (this.findText == "") {
-        gridCodeClassifyTemplate().then(res => {
-          this.Formlist = res.data.data
-        })
-      } else {
-        gridCodeClassifyTemplate().then(res => {
-          this.Formlist = res.data.data.filter(item => {
-            return item.name.includes(this.findText)
-          })
-        })
-      }
-    },*/
     //鍏嬮殕妯℃澘鏌ヨ
     CloneEnterFind(){
       gridCodeClassifyTemplate().then(res => {
@@ -1450,6 +1441,29 @@
           })
           this.crudLCStatus=this.Formlist[this.selectRow].lcStatus;
           this.crudArray.push(this.Formlist[this.selectRow]);
+          gridCodeClassifyTemplateAttr({'conditionMap[classifyTemplateOid]':  res.data.data[this.selectRow].oid,limit:-1}).then(res => {
+            this.ProData = res.data.data;
+            //鍒嗙被娉ㄥ叆鏁版嵁鏍煎紡
+            this.ProData =  res.data.data.map((item) => {
+              //濡傛灉鍒嗙被娉ㄥ叆classifyInvokeAttr涓虹┖璇存槑鏄垵濮嬬姸鎬�
+              if(item.classifyInvokeAttr !== ''){
+                if (!item.hasOwnProperty('classifyInvokeText')) { // 妫�鏌lassifyInvokeText灞炴�ф槸鍚﹀瓨鍦�
+                  item = {
+                    ...item,
+                    classifyInvokeText: {
+                      "娉ㄥ叆绫诲瀷": item.classifyInvokeAttr,
+                      "娉ㄥ叆绫诲瀷鍚嶇О": item.classifyInvokeAttrName,
+                      "灞傜骇璁剧疆": item.classifyInvokeLevel,
+                      "鏄惁鍙慨鏀�": item.classifyInvokeEditFlag
+                    }
+                  };
+                }
+              }
+              return item;
+            });
+          }).catch(res => {
+            this.$message.error(res)
+          })
         })
       } else {
         this.FormLoing = true

--
Gitblit v1.9.3