wangfei 6 лет назад
Родитель
Сommit
44bc64306a

+ 1
- 0
src/pages/system/newOrder/newOrderList/index.vue Просмотреть файл

@@ -281,6 +281,7 @@ export default {
281 281
 
282 282
       Promise.all(ps).then((its = []) => {
283 283
         this.printList.concat(its.filter(x => x))
284
+        console.log(this.printList)
284 285
       })
285 286
     },
286 287
     open () {

+ 2
- 0
src/pages/system/newOrder/newOrderList/print.vue Просмотреть файл

@@ -43,6 +43,8 @@ export default {
43 43
   },
44 44
   methods: {
45 45
     print () {
46
+      console.log("打单")
47
+      console.log(this.printList)
46 48
       this.lodop = getLodop()
47 49
       this.lodop.PRINT_INIT('城咖啡订单')
48 50
       this.lodop.SET_PRINT_PAGESIZE(3, 480, 40, '')