##
whycq
2022-12-05 9f0087680bcf63a6bf7a61da23ecbaac213a78d9
##
3个文件已修改
1个文件已添加
41 ■■■■■ 已修改文件
pages/basics/callEmpty.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/index.vue 30 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/login/login.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/stlogo.png 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/callEmpty.vue
@@ -1,7 +1,7 @@
<template>
    <view style="width: 100%;height: 100vh;">
        <view style="width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;">
            <button size="default" class="cu-btn bg-blue lg  ">呼叫空板</button>
            <button size="default" class="cu-btn bg-blue lg " @click="callEmpty">呼叫空板</button>
        </view>
    </view>
</template>
@@ -32,7 +32,12 @@
            callEmpty() {
                let that = this
                uni.request({
                    url:
                    url: that.commonUrl + '/site/motherPallet',
                    method:'POST',
                    success(result) {
                        var res = result.data
                        uni.showToast({title: res.msg, icon: "none", position: 'top'})
                    }
                })
            }
        }
pages/index/index.vue
@@ -3,7 +3,7 @@
        <scroll-view scroll-y>
            <view class="flex justify-end custom-position">
                <view>
                    <image class="img-logo flex solid-bottom " src="../../static/zoneyung.png" mode="widthFix"></image>
                    <!-- <image class="img-logo flex solid-bottom " src="../../static/zoneyung.png" mode="widthFix"></image> -->
                </view>
            </view>
            <view class="nav-list" >
@@ -37,20 +37,20 @@
                        cuIcon: 'goods',
                        show: true
                    },
                    {
                        title: '库存查询',
                        name: 'stockQuery',
                        color: 'blue',
                        cuIcon: 'searchlist',
                        show: true
                    },
                    {
                        title: '库存盘点',
                        name: 'stockCheck',
                        color: 'blue',
                        cuIcon: 'safe',
                        show: true
                    },
                    // {
                    //     title: '库存查询',
                    //     name: 'stockQuery',
                    //     color: 'blue',
                    //     cuIcon: 'searchlist',
                    //     show: true
                    // },
                    // {
                    //     title: '库存盘点',
                    //     name: 'stockCheck',
                    //     color: 'blue',
                    //     cuIcon: 'safe',
                    //     show: true
                    // },
                    {
                        title: '呼叫空板',
                        name: 'callEmpty',
pages/login/login.vue
@@ -4,7 +4,7 @@
        <scroll-view scroll-y class="page">
            
            <view class="text-center" :style="[{animation: 'show ' + 0.4+ 's 1'}]">
                <image src="../../static/logo.png" mode='aspectFit' class="zai-logo" @longtap='longpressImg'></image>
                <image src="../../static/stlogo.png" mode='aspectFit' class="zai-logo" @longtap='longpressImg'></image>
            </view>
            <view class="box padding-lr-xl login-paddingtop" :style="[{animation: 'show ' + 0.6+ 's 1'}]">
                <block v-if="loginWay==1">
static/stlogo.png