Selaa lähdekoodia

日报填写抄送人兼容性修复

wangtao 1 viikko sitten
vanhempi
commit
c0ab9ba5db

+ 1 - 1
src/config.js

@@ -5,7 +5,7 @@ export default {
   ip: "192.168.10.165:9300",
 
   //#ifdef APP-PLUS || MP-WEIXIN
-  baseUrl: "https://gateWay.usky.cn/prod-api",
+  // baseUrl: "https://gateWay.usky.cn/prod-api",
   //#endif
 
   //#ifdef H5

+ 12 - 4
src/pages/business/common/projectMange/mall/components/mall-list.vue

@@ -1,5 +1,4 @@
 <template>
-  <view>
     <view class="box-head"><uni-mall-head ref="refUniMallHead" @change="tabChange"></uni-mall-head></view>
     <view class="box-list">
       <u-checkbox-group v-model="checkboxList" placement="column" :activeColor="$settingStore.themeColor.color" @change="checkboxChange">
@@ -55,7 +54,6 @@
         </u-button>
       </view>
     </view>
-  </view>
 </template>
 
 <script>
@@ -198,6 +196,10 @@ export default {
 </script>
 
 <style lang="scss" scoped>
+.boxWrap{
+  position: relative;
+  height:100%;
+}
 .box-head {
   position: fixed;
   left: 0px;
@@ -210,10 +212,16 @@ export default {
   z-index: 999;
 }
 .box-list {
+  position: absolute;
+  width:100%;
+  z-index: 0;
   padding-top: 52px;
   //#ifdef APP-PLUS || MP-WEIXIN
   padding-bottom: 60px;
   //#endif
+  //#ifdef H5
+  padding-bottom: 60px;
+  //#endif
   .box-list-item {
     position: relative;
     height: 60px;
@@ -292,6 +300,7 @@ export default {
       }
     }
   }
+
   .box-list-item-department + .box-list-item-user {
     margin-top: 10px;
   }
@@ -300,14 +309,13 @@ export default {
 .box-foot {
   position: fixed;
   bottom: 0px;
+  z-index: 1;
   width: 100%;
   height: 60px;
   background: #ffffff;
-  z-index: 999;
   box-shadow: 1px 1px 4px rgb(26 26 26 / 10%);
   display: flex;
   padding: 0 15px;
-
   &-left {
     margin: auto auto auto 0;
 

+ 3 - 3
src/pages/business/common/projectMange/mall/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <u-sticky class="shadow-default" bgColor="#fff" style="top: 0">
+  <u-sticky class="shadow-default" bgColor="#fff" style="top: 0;position: fixed;z-index: 9">
     <u-navbar :titleStyle="{ color: '#000' }" :autoBack="true" :title="pageTitle" :placeholder="true" :safeAreaInsetTop="true" bgColor="#fff">
       <template #left>
         <view class="u-navbar__content__left__item">
@@ -15,14 +15,14 @@
   </u-sticky>
 
   <oa-scroll
-    customClass="record-container scroll-height"
+    customClass="record-container"
     :isSticky="false"
     :customStyle="{
       //#ifdef APP-PLUS || MP-WEIXIN
       height: `calc(100vh - (44px + 48px + 60px + ${proxy.$settingStore.StatusBarHeight}))`,
       //#endif
       //#ifdef H5
-      height: 'calc(100vh - (0px + 48px + 60px))',
+      height: 'calc(100vh - 0px )',
       //#endif
     }"
     :refresherLoad="false"