#
whycq
2024-07-17 b32ac491bbafb75b447575b8fa896c81a1b39463
#
1个文件已添加
3个文件已修改
46 ■■■■ 已修改文件
pages/login/login.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/orderPakin.vue 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/pakin/pakin.vue 29 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/img/newLogo1.png 补丁 | 查看 | 原始文档 | blame | 历史
pages/login/login.vue
@@ -9,7 +9,7 @@
        <!-- logo -->
        <view class="logo">
            <view class="logo-box">
                <image src="../../static/img/logo.png" mode="aspectFit"></image>
                <image src="../../static/img/newLogo1.png" mode="aspectFit"></image>
            </view>
        </view>
        <view class="content">
pages/order/orderPakin.vue
@@ -15,17 +15,6 @@
                    <!-- <uni-icons type="right" color="#c1c1c1"></uni-icons> -->
                </view>
            </view>
            <view class="item">
                <view class="code-decs">满托:</view>
                <radio-group @change="floor">
                    <label>
                        <radio :checked="ck1"/><text>是</text>
                    </label>
                    <label>
                        <radio :checked="ck2" style="margin-left: 50rpx;"/><text>否</text>
                    </label>
                </radio-group>
            </view>
        </view>
        <view class="mat-list-title">
            商品列表
@@ -456,7 +445,7 @@
    .code {
        width: 100%;
        position: fixed;
        min-height: 210rpx;
        min-height: 140rpx;
        background-color: #FFF;
        z-index: 10;
    }
@@ -495,7 +484,7 @@
        width: 100%;
        background-color: white;
        position: fixed;
        margin-top: 200rpx;
        margin-top: 140rpx;
        z-index: 9;
        /* border-top: 1px solid #DCDFE6; */
        text-align: center;
pages/pakin/pakin.vue
@@ -15,17 +15,6 @@
                    <uni-icons type="right" color="#c1c1c1"></uni-icons>
                </view>
            </view>
            <view class="item">
                <view class="code-decs">满托:</view>
                <radio-group @change="floor">
                    <label>
                        <radio :checked="ck1"/><text>是</text>
                    </label>
                    <label>
                        <radio :checked="ck2" style="margin-left: 50rpx;"/><text>否</text>
                    </label>
                </radio-group>
            </view>
        </view>
        <view class="mat-list-title">
            商品列表
@@ -167,9 +156,6 @@
                matFocus: false,
                matData: '',
                removeNum: 0,
                ck1: true,
                ck2: false,
                isFull: true
            }
        },
        onLoad() {
@@ -180,12 +166,6 @@
            this.token = uni.getStorageSync('token');
        },
        methods: {
            floor() {
                var temp = this.ck1
                this.ck1 = this.ck2
                this.ck2 = temp
                this.isFull = !temp
            },
            messageToggle(type) {
                this.msgType1 = type
                this.$refs.message.open()
@@ -412,7 +392,6 @@
                    url: that.baseUrl + '/mobile/comb/auth',
                    data: JSON.stringify({
                        barcode: that.barcode,
                        isFull: that.isFull,
                        combMats: that.dataList
                    }),
                    method: 'POST',
@@ -471,11 +450,15 @@
<style>
    @import url('../../static/css/wms.css/wms.css');
    .list:first-child {
        margin-top: 320rpx;
    }
    .code {
        width: 100%;
        position: fixed;
        min-height: 210rpx;
        min-height: 140rpx;
        background-color: #FFF;
        z-index: 10;
    }
@@ -515,7 +498,7 @@
        width: 100%;
        background-color: white;
        position: fixed;
        margin-top: 200rpx;
        margin-top: 140rpx;
        z-index: 9;
        /* border-top: 1px solid #DCDFE6; */
        text-align: center;
static/img/newLogo1.png