1
xuxueyang
2024-09-11 a5ec97f98591eac8bd324561940a87c20bf2fe97
1
已修改2个文件
12 ■■■■ 文件已修改
manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/partner/delivery/station-delivery.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -49,7 +49,7 @@
    "quickapp" : {},
    /* 快应用特有相关 */
    "mp-weixin" : {
        "appid" : "wx1441324401626290",
        "appid" : "wx6d0ecc4e18710458",
        "setting" : {
            "urlCheck" : false,
            "es6" : true,
sub_pages/partner/delivery/station-delivery.vue
@@ -7,7 +7,6 @@
                    stationName: '',
                },
                list: [],
                isAdmin: false,
            }
        },
        onLoad(options) {
@@ -35,12 +34,7 @@
                this.$message.hideLoading()
                if (code == 0) {
                    this.list = data || []
                    // 如果有总仓类型就显示全部的供应商
                    for (var tmp of this.list) {
                        if (tmp.type === '0') {
                            this.isAdmin = true
                        }
                    }
                }
            },
@@ -70,7 +64,7 @@
                    </u-input>
                </view>
            </view>
            <view class="search-container m-t-12 flex" v-if="isAdmin">
            <view class="search-container m-t-12 flex" v-if="currentInfo&&currentInfo.mainWarehouse">
                <view class="m-l-a m-r-0 w-fit" @click="showAll">查看全部>></view>
            </view>