From a169bda5b19db4714d2aa476504e58105228cc40 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 30 五月 2023 18:01:55 +0800
Subject: [PATCH] 1.对接移动端

---
 src/views/jcsz/jsqd.vue |   62 +++++++++++++++++-------------
 1 files changed, 35 insertions(+), 27 deletions(-)

diff --git a/src/views/jcsz/jsqd.vue b/src/views/jcsz/jsqd.vue
index c8ad272..7d01709 100644
--- a/src/views/jcsz/jsqd.vue
+++ b/src/views/jcsz/jsqd.vue
@@ -287,7 +287,12 @@
           sortable="custom"
         >
           <template slot-scope="{row}">
-            <el-input v-if="row.isVisible===1" v-model="row.roletype_code" oninput="value=value.replace(/[^0-9a-zA-Z]/g,'')" placeholder="璇疯緭鍏�" />
+            <el-input
+              v-if="row.isVisible===1"
+              v-model="row.roletype_code"
+              oninput="value=value.replace(/[^0-9a-zA-Z]/g,'')"
+              placeholder="璇疯緭鍏�"
+            />
             <div v-else> {{ row.roletype_code }}</div>
           </template>
         </el-table-column>
@@ -1132,7 +1137,7 @@
 
             this.PCTrue = res.data[0][0].is_delete === '0'
             this.APPTrue = res.data[1][0].children.filter(item => item.is_delete === '0').length === 0 ? false : res.data[1][0].is_delete === '0'
-
+            console.log(this.APPTrue, 1)
             // '0'鏄剧ず  '1' 涓嶆樉绀�   杩囨护鍑虹浉瀵瑰簲鐨勮彍鍗�
             if (this.PCTrue) {
               this.dialogFormRight.rightPCArr[0].children = this.dialogFormRight.rightPCArr[0].children.filter(item => item.is_delete === '0')
@@ -1204,13 +1209,13 @@
                 pcIsSelected2 = true
 
                 const interval = setInterval(() => {
-                  if ($("input[name='PC']").length > 0) {
+                  if ($('input[name=\'PC\']').length > 0) {
                     waitFlag = true
                   }
                   if (waitFlag) {
                     clearInterval(interval)
                     this.$nextTick(() => {
-                      $("input[name='PC']").eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
+                      $('input[name=\'PC\']').eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
                     })
                   }
                 }, 100)
@@ -1223,13 +1228,13 @@
                 appIsSelected2 = true
 
                 const interval = setInterval(() => {
-                  if ($("input[name='APP']").length > 0) {
+                  if ($('input[name=\'APP\']').length > 0) {
                     waitFlag = true
                   }
                   if (waitFlag) {
                     clearInterval(interval)
                     this.$nextTick(() => {
-                      $("input[name='APP']").eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
+                      $('input[name=\'APP\']').eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
                     })
                   }
                 }, 100)
@@ -1244,14 +1249,14 @@
                 appIsSelected2 = true
 
                 const interval = setInterval(() => {
-                  if ($("input[name='PC']").length > 0) {
+                  if ($('input[name=\'PC\']').length > 0) {
                     waitFlag = true
                   }
                   if (waitFlag) {
                     clearInterval(interval)
                     this.$nextTick(() => {
-                      $("input[name='PC']").eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
-                      $("input[name='APP']").eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
+                      $('input[name=\'PC\']').eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
+                      $('input[name=\'APP\']').eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
                     })
                   }
                 }, 100)
@@ -1268,13 +1273,13 @@
                 pcIsSelected2 = true
 
                 const interval = setInterval(() => {
-                  if ($("input[name='PC']").length > 0) {
+                  if ($('input[name=\'PC\']').length > 0) {
                     waitFlag = true
                   }
                   if (waitFlag) {
                     clearInterval(interval)
                     this.$nextTick(() => {
-                      $("input[name='PC']").eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
+                      $('input[name=\'PC\']').eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
                     })
                   }
                 }, 100)
@@ -1290,13 +1295,13 @@
                 appIsSelected2 = true
 
                 const interval = setInterval(() => {
-                  if ($("input[name='APP']").length > 0) {
+                  if ($('input[name=\'APP\']').length > 0) {
                     waitFlag = true
                   }
                   if (waitFlag) {
                     clearInterval(interval)
                     this.$nextTick(() => {
-                      $("input[name='APP']").eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
+                      $('input[name=\'APP\']').eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
                     })
                   }
                 }, 100)
@@ -1552,10 +1557,10 @@
 
             this.$nextTick(() => {
               if (item.name === 'PC') {
-                $("input[name='PC']").eq(0).prop('checked', false)// 鑷畾涔夊崟閫夋鍥炴樉
+                $('input[name=\'PC\']').eq(0).prop('checked', false)// 鑷畾涔夊崟閫夋鍥炴樉
               }
               if (item.name === 'APP') {
-                $("input[name='APP']").eq(0).prop('checked', false)// 鑷畾涔夊崟閫夋鍥炴樉
+                $('input[name=\'APP\']').eq(0).prop('checked', false)// 鑷畾涔夊崟閫夋鍥炴樉
               }
               // $("input[name='APP']").eq(0).prop('checked', false)// 鑷畾涔夊崟閫夋鍥炴樉
               // $('input:checkbox').eq(index).prop('checked', false)// 鑷畾涔夊崟閫夋鍥炴樉
@@ -1578,10 +1583,10 @@
             item.isSelected2 = true
             this.$nextTick(() => {
               if (item.name === 'PC') {
-                $("input[name='PC']").eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
+                $('input[name=\'PC\']').eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
               }
               if (item.name === 'APP') {
-                $("input[name='APP']").eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
+                $('input[name=\'APP\']').eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
               }
               // $('input:checkbox').eq(index).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
             })
@@ -1604,10 +1609,10 @@
             item.isSelected2 = true
             this.$nextTick(() => {
               if (item.name === 'PC') {
-                $("input[name='PC']").eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
+                $('input[name=\'PC\']').eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
               }
               if (item.name === 'APP') {
-                $("input[name='APP']").eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
+                $('input[name=\'APP\']').eq(0).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
               }
               // $('input:checkbox').eq(index).prop('checked', true)// 鑷畾涔夊崟閫夋鍥炴樉
             })
@@ -1713,10 +1718,11 @@
 <!--鍏叡椤甸潰鏍峰紡-->
 <style lang="scss" scoped>
 $main_color: #42b983;
-::v-deep .el-button--text{
-  font-size: 14px ;
-  cursor: pointer ;
+::v-deep .el-button--text {
+  font-size: 14px;
+  cursor: pointer;
 }
+
 .el-icon-share, .el-icon-delete, .el-icon-edit-outline {
   color: $main_color;
   cursor: pointer;
@@ -1805,23 +1811,25 @@
   margin-bottom: 0;
 }
 
-.tableFixed{
-  ::v-deep .el-table__fixed-right{
+.tableFixed {
+  ::v-deep .el-table__fixed-right {
     height: 100% !important;
   }
-  ::v-deep .el-table__fixed{
+
+  ::v-deep .el-table__fixed {
     height: 100% !important;
   }
 }
 </style>
 <style>
-.osloading{
+.osloading {
   font-size: 26px !important;
 }
 
-.el-loading-text{
+.el-loading-text {
   font-size: 26px !important;
 }
+
 .el-table .custom-row {
   background: #f8f8fa;
 }

--
Gitblit v1.9.3