#
lsh
2025-05-26 21e612a306f4341c763b0adb919cee0a3c22a0c6
#
2个文件已修改
32 ■■■■ 已修改文件
pages/home/home.vue 28 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/pakin/pakin.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.vue
@@ -52,20 +52,20 @@
                        cuIcon: 'order',
                        url: '/AGV/AGVStart'
                    },
                    {
                        title: 'AGV呼叫空托盘',
                        name: 'AGVkongban',
                        color: 'blue',
                        cuIcon: 'pullup',
                        url: '/AGV/AGVkongban'
                    },
                    {
                        title: '出库确认',
                        name: 'outConfilm',
                        color: 'red',
                        cuIcon: 'pullup',
                        url: '/pakin/outConfilm'
                    },
                    // {
                    //     title: 'AGV呼叫空托盘',
                    //     name: 'AGVkongban',
                    //     color: 'blue',
                    //     cuIcon: 'pullup',
                    //     url: '/AGV/AGVkongban'
                    // },
                    // {
                    //     title: '出库确认',
                    //     name: 'outConfilm',
                    //     color: 'red',
                    //     cuIcon: 'pullup',
                    //     url: '/pakin/outConfilm'
                    // },
                    // {
                    //     title: '组托上架',
                    //     name: 'putOn',
pages/pakin/pakin.vue
@@ -2,7 +2,7 @@
    <view>
        <view class="code">
            <view class="item">
                <view class="code-decs">托盘码:</view>
                <view class="code-decs">站点码:</view>
                <input type="text" placeholder=" 扫码 / 输入" v-model="barcode" :focus="barcodeFocus"
                    @input="barcodeInput()">
            </view>
@@ -176,7 +176,7 @@
                // 不设置定时器 会出现扫入的字符串不全
                setTimeout(() => {
                    var len = this.barcode.length
                    if (len != 8) {
                    if (len != 3) {
                        uni.showToast({
                            title: '托盘码有误请重试',
                            icon: "none",