#
whycq
2023-05-22 abd0bebb36d6d57c713ada9c8540fcc00a5e5296
#
4个文件已修改
37 ■■■■ 已修改文件
pages/home/home.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/orderPakin.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/orderPutDown.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/orderPutOn.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.vue
@@ -33,13 +33,13 @@
                        cuIcon: 'pullup',
                        url: '/order/orderPakin'
                    },
                    {
                        title: '打印',
                        name: 'print',
                        color: 'purple',
                        cuIcon: 'text',
                        url: '/print/print'
                    },
                    // {
                    //     title: '打印',
                    //     name: 'print',
                    //     color: 'purple',
                    //     cuIcon: 'text',
                    //     url: '/print/print'
                    // },
                    {
                        title: '订单上架',
                        name: 'orderPutOn',
@@ -69,7 +69,7 @@
                        url: '/stock/stockCheck'
                    },
                    {
                        title: '商品列表',
                        title: '商品打印',
                        name: 'matList',
                        color: 'orange',
                        cuIcon: 'post',
pages/order/orderPakin.vue
@@ -392,6 +392,13 @@
                this.barcode = ''
                this.barcodeFocuss()
            },
            combClose() {
                this.$refs.combConfirm.close()
            },
            // 取消移除
            removeClose() {
                this.$refs.alertDialog.close()
            },
        }
    }
</script>
pages/order/orderPutDown.vue
@@ -410,6 +410,13 @@
                this.barcode = ''
                this.barcodeFocuss()
            },
            combClose() {
                this.$refs.combConfirm.close()
            },
            // 取消移除
            removeClose() {
                this.$refs.alertDialog.close()
            },
        }
    }
</script>
pages/order/orderPutOn.vue
@@ -412,6 +412,13 @@
                this.barcode = ''
                this.barcodeFocuss()
            },
            combClose() {
                this.$refs.combConfirm.close()
            },
            // 取消移除
            removeClose() {
                this.$refs.alertDialog.close()
            },
        }
    }
</script>