#
whycq
2022-09-13 21effea0ecb46f78ce5d11e22e18b42518a66e7f
#
4个文件已修改
1 文件已重命名
80 ■■■■ 已修改文件
pages.json 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/manStoCheck.vue 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/pakin.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/putOnSale.vue 38 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/index.vue 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json
@@ -42,7 +42,7 @@
            "path" : "pages/basics/stockCheck",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "库位盘点",
                "navigationBarTitleText": "平库库位盘点",
                "enablePullDownRefresh": false
            } 
        },{
@@ -161,10 +161,10 @@
            }
        },
        {
            "path" : "pages/basics/stoCheck",
            "path" : "pages/basics/manStoCheck",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "库存盘点",
                "navigationBarTitleText": "平库库位盘点",
                "enablePullDownRefresh": false
                
            }
pages/basics/manStoCheck.vue
pages/basics/pakin.vue
@@ -88,13 +88,18 @@
        <!-- 弹窗 -->
        <!-- 修改数量 -->
        <uni-popup ref="revise" background-color="#fff" @change="change">
            <view class="revise-box">
            <view class="revise-box ">
                <view class="revise-box-top">
                    <view class="color-block-blue"></view>
                    <text class="title">修改数量</text>
                    <text class="title">修改批号/数量</text>
                </view>
                <view class="" style="position: relative;left: 50px;margin-bottom: 20px;">
                    <text style="display: inline-block;float: left;width: 50px;">批号:</text>
                    <input type="text" style="width: 100px;border-bottom: 1px solid #9e9e9e;" v-model="batch">
                </view>
                <view class="changeBox">
                    <view class="num-box">
                        <text style="display: inline-block;float: left;width: 50px;">批号:</text>
                        <uni-number-box :value="count" :max="9999" color="#747474"  @change="changeValue"/>
                    </view> 
                </view>
@@ -131,6 +136,7 @@
                check:false,
                checkText:'全选',
                checkedData:[],
                batch:''
            }
        },
        onShow() {
@@ -399,6 +405,7 @@
            },
            confirm() {
                this.matList[this.rowNum].anfme = this.count
                this.matList[this.rowNum].batch = this.batch
                this.$refs.revise.close()
                this.$forceUpdate() // 强制刷新
            },
@@ -453,8 +460,9 @@
    /* @import "../../colorui/main.css";
    @import "../../colorui/icon.css"; */
    .revise-box {
        width: 400rpx;
        height: 300rpx;
        position: relative;
        width: 500rpx;
        height: 400rpx;
        border-radius: 25px;
    }
    .revise-box-top {
@@ -470,7 +478,7 @@
        margin-left: 100rpx;
    }
    .revise-box-buttom{
        margin-left: 130rpx;
        margin-left: 190rpx;
    }
    .pak-seach-box {
        background-color: #FFFFFF;
pages/basics/putOnSale.vue
@@ -89,7 +89,11 @@
            <view class="revise-box">
                <view class="revise-box-top">
                    <view class="color-block-blue"></view>
                    <text class="title">修改数量</text>
                    <text class="title">修改批号/数量</text>
                </view>
                <view class="" style="position: relative;left: 50px;margin-bottom: 20px;">
                    <text style="display: inline-block;float: left;width: 50px;">批号:</text>
                    <input type="text" style="width: 100px;border-bottom: 1px solid #9e9e9e;" v-model="batch">
                </view>
                <view class="changeBox">
                    <view class="num-box">
@@ -121,6 +125,7 @@
                messageText: '这是一条成功提示',
                count:'',
                rowNum:'',
                batch:''
            }
        },
        mounted(){
@@ -270,6 +275,7 @@
            },
            confirm() {
                this.matList[this.rowNum].anfme = this.count
                this.matList[this.rowNum].batch = this.batch
                this.$refs.revise.close()
                this.$forceUpdate() // 强制刷新
            },
@@ -291,4 +297,34 @@
        border-radius: 20rpx 20rpx 0 0 ;
        z-index: 1;
    }
    .revise-box {
        position: relative;
        width: 500rpx;
        height: 400rpx;
        border-radius: 25px;
    }
    .revise-box-top {
        width: 400rpx;
        height: 120rpx;
        border-radius: 25px;
    }
    .color-block-blue {
        background-color: #1E9FFF;
        display: inline-block;
        float: left;
        margin: 15rpx 15rpx 0 15rpx;
        width: 12rpx;
        height: 40rpx;
        border: 5rpx solid #1E9FFF;
        border-radius: 20rpx;
    }
    .title {
        display: inline-block;
        float: left;
        font-size: 34rpx;
        font-weight: 700;
        height: 50rpx;
        line-height: 50rpx;
        margin-top: 10rpx;
    }
</style>
pages/index/index.vue
@@ -74,17 +74,23 @@
                    // },
                    {
                        title: '库存盘点',
                        name: 'stockCheck',
                        color: 'blue',
                        cuIcon: 'safe'
                    },
                    {
                        title: '库存盘点',
                        name: 'stoCheck',
                        color: 'blue',
                        cuIcon: 'safe'
                    },
                    {
                        title: '平仓库存盘点',
                        name: 'manStoCheck',
                        color: 'blue',
                        cuIcon: 'safe'
                    },
                    // {
                    //     title: '平仓库存盘点',
                    //     name: 'manStoCheck',
                    //     color: 'blue',
                    //     cuIcon: 'safe'
                    // },
                    {
                        title: '退出登录',
                        name: 'logOut',
                        color: 'grey',