|
|
@@ -4,18 +4,19 @@
|
|
|
<!-- 顶部 -->
|
|
|
<view bindtap="handleTap">
|
|
|
<!-- 顶部筛选条件 -->
|
|
|
- <view class="head" style="position: fixed;top:0; z-index: 95;">
|
|
|
+ <!-- <view class="head" style="position: fixed;top:0; z-index: 95;"> 20240808edit 刘尧 修复销售利润表显示问题
|
|
|
<view style="overflow: hidden;position: absolute;width: 100%; z-index: 6666;">
|
|
|
- <van-sticky scroll-top="0">
|
|
|
- <dk-navbar titleFontColor="#000000" navbarTitle="销售利润" bind:clickBack="handleNavBack" operateShow="{{ guideUrl ? true: false}}" operateUrl="{{guideUrl}}" bind:getNavbarHeight="getNavbarHeight" />
|
|
|
- <dk-dropdown-menu id="menu" model:value="{{searchForm}}" menuList="{{searchContent}}" bind:dkdropdowndateCommit="changeSearchContent" bind:search="getSaleProfit" flgSearchText="{{false}}">
|
|
|
- </dk-dropdown-menu>
|
|
|
- </van-sticky>
|
|
|
- <!-- 顶部筛选条件 -->
|
|
|
- <!-- <view class="head" style="position: fixed;top:0; z-index: 95;">
|
|
|
- <view style="overflow: hidden;position: absolute;width: 100%; z-index: 6666;">-->
|
|
|
+ 顶部筛选条件
|
|
|
+ <view class="head" style="position: fixed;top:0; z-index: 95;">
|
|
|
+ <view style="overflow: hidden;position: absolute;width: 100%; z-index: 6666;">
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
+
|
|
|
+ <van-sticky scroll-top="0">
|
|
|
+ <dk-navbar titleFontColor="#000000" navbarTitle="销售利润" bind:clickBack="handleNavBack" operateShow="{{ guideUrl ? true: false}}" operateUrl="{{guideUrl}}" bind:getNavbarHeight="getNavbarHeight" />
|
|
|
+ <dk-dropdown-menu id="menu" model:value="{{searchForm}}" menuList="{{searchContent}}" bind:dkdropdowndateCommit="changeSearchContent" bind:search="getSaleProfit" flgSearchText="{{false}}">
|
|
|
+ </dk-dropdown-menu>
|
|
|
+ </van-sticky>
|
|
|
|
|
|
|
|
|
<view class="func">
|