li-guang
2021-01-07 42d5299cfe3608d0574c7f2b12e63768cd606656
跟进记录
1 files renamed
2 files modified
1 files added
42 ■■■■ changed files
hive-app/pages.json 13 ●●●●● patch | view | raw | blame | history
hive-app/pages/workbench/followRecords/addRecord.vue 8 ●●●●● patch | view | raw | blame | history
hive-app/pages/workbench/followRecords/index.vue 19 ●●●●● patch | view | raw | blame | history
hive-app/pages/workbench/index.vue 2 ●●● patch | view | raw | blame | history
hive-app/pages.json
@@ -515,7 +515,7 @@
            }
        },
        {
            "path": "pages/workbench/followRecords",
            "path": "pages/workbench/followRecords/index",
            "style": {
                "navigationBarTitleText": "跟进记录",
                "navigationBarBackgroundColor":"#FFFFFF",
@@ -641,6 +641,17 @@
                    "scrollIndicator": "none"
                }
            }
        },
        {
            "path": "pages/workbench/followRecords/addRecord",
            "style": {
                "navigationBarTitleText": "添加跟进记录",
                "navigationBarBackgroundColor":"#FFFFFF",
                "navigationBarTextStyle":"black",
                "app-plus":{
                    "scrollIndicator": "none"
                }
            }
        }
    ],
    "globalStyle": {
hive-app/pages/workbench/followRecords/addRecord.vue
New file
@@ -0,0 +1,8 @@
<template>
</template>
<script>
</script>
<style>
</style>
hive-app/pages/workbench/followRecords/index.vue
File was renamed from hive-app/pages/workbench/followRecords.vue
@@ -38,8 +38,8 @@
                    <text>客户</text>
                </view>
                <view class="img-box">
                    <image class="header-img mr-20" src="../../static/images/default-avatar.png"></image>
                    <navigator url="../member/selectCustomer" hover-class="none">
                    <image class="header-img mr-20" src="../../../static/images/default-avatar.png"></image>
                    <navigator url="../../member/selectCustomer" hover-class="none">
                        <text class="iconfont iconjia gray-outline-btn-circle ml-5"></text>
                    </navigator>
                </view>
@@ -49,8 +49,8 @@
                    <text>员工</text>
                </view>
                <view class="img-box">
                    <image class="header-img mr-20" src="../../static/images/default-avatar.png"></image>
                    <navigator url="../manager/selectEmployee" hover-class="none">
                    <image class="header-img mr-20" src="../../../static/images/default-avatar.png"></image>
                    <navigator url="../../manager/selectEmployee" hover-class="none">
                        <text class="iconfont iconjia gray-outline-btn-circle ml-5"></text>
                    </navigator>
                </view>
@@ -62,7 +62,7 @@
        </view>
        <view v-else class="content-row font-14" v-for="item in 2">
            <view class="flex align-center">
                <image class="header-img" src="../../static/images/default-avatar.png"></image>
                <image class="header-img" src="../../../static/images/default-avatar.png"></image>
                <view class="flex flex-v ml-10">
                    <text>杨明</text>
                    <text>2020-12 12:34</text>
@@ -105,7 +105,7 @@
<script>
    import HTabs from "@/components/liuyuno-tabs/liuyuno-tabs.vue";
    import DateTimePicker from '../../components/bory-dateTimePicker/bory-dateTimePicker.vue'
    import DateTimePicker from '../../../components/bory-dateTimePicker/bory-dateTimePicker.vue'
    export default {
        components: {
            HTabs,
@@ -128,8 +128,8 @@
                }
            ],
            imgList:[
                {'imgurl':'../../static/images/banner.jpg'},
                {'imgurl':'../../static/images/product.jpg'}
                {'imgurl':'../../../static/images/banner.jpg'},
                {'imgurl':'../../../static/images/product.jpg'}
            ],
            isShow:false,
            messageShow:false,
@@ -147,6 +147,9 @@
            },
            onNavigationBarButtonTap(e){
                if(e.index==0){
                    uni.navigateTo({
                        url:"./addRecord"
                    })
                }
                if(e.width && e.index==1){
                    this.isShow=!this.isShow
hive-app/pages/workbench/index.vue
@@ -120,7 +120,7 @@
                    </navigator>
                </view>
                <view class="list-item">
                    <navigator url="./followRecords"  hover-class="none">
                    <navigator url="./followRecords/index"  hover-class="none">
                        <image class="icon" src="../../static/images/commission2.png"></image>
                        <text>跟进记录</text>
                    </navigator>