xuxueyang
2024-09-24 d89d5058ab4b240cd58e867154b1263e19e5e170
update打印机问题
已修改2个文件
11 ■■■■■ 文件已修改
sub_pages/supplier/order-manage/order-manage-flower.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/supplier/print/print-list.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/supplier/order-manage/order-manage-flower.vue
@@ -56,8 +56,8 @@
            })
            this.listApi = '/api/supplier/delivery/mine/list/flower'
            this.getList()
            // this.getList()
            this.list = [{}, {}]
        },
        onReachBottom() {
            this.getMore()
sub_pages/supplier/print/print-list.vue
@@ -107,7 +107,7 @@
                canvasWidth: 80,
                canvasHeight: 80,
                // buffSize: [],
                buffIndex: 0,
                // buffIndex: 0,
                // printNum: [],
                // printNumIndex: 0,
                // printerNum: 1,
@@ -754,7 +754,10 @@
                                    currentPrint++
                                    that.currentPrint = currentPrint
                                    that.currentTime = 1
                                    that.Send(that.buffs[that.currentPrint - 1])
                                    // that.Send(that.buffs[that.currentPrint - 1])
                                    that.prepareSend(that.buffs[that.currentPrint - 1])
                                }, 500)
                            }