#
whycq
2024-08-02 4b05298f1ee210f1e0fb3e401997f00d3878a20c
pages/phyz/orderOut/orderCheck.vue
@@ -75,7 +75,8 @@
            option: '',
            options: [],
            combDis: false,
            maxCount: 0
            maxCount: 0,
            orderType: ''
         }
      },
      onShow() {
@@ -92,6 +93,12 @@
         eventChannel.on('item', function(data) {
            let ids = [data.item.id]
            _this.getPakoutList(ids)
         })
         eventChannel.on('type', function(data) {
            console.log(data);
            if (data) {
               _this.orderType = data.type
            }
         })
      },
      methods: {
@@ -124,6 +131,11 @@
                           k['isOpen'] = false
                           k['count'] = k.anfme
                           k.anfme = 0
                           if (_this.orderType == 'bcp') {
                              if (k.locNo.substring(k.locNo.length - 1, k.locNo.length) == 1) {
                                 continue
                              }
                           }
                           _this.dataList.push(k)
                        }
                     }