#
whycq
2024-11-28 248ef3ba3de9994dc83d2b36690542893f9fb6e6
pages/phyz/stationManage/stationDetl.vue
@@ -434,6 +434,7 @@
         },
         emptyPakinConfirm() {
            let _this = this;
            this.barcode = this.barcode.replace(/\s+/g, '')
            _this.emptyPakinDis = true
            if (this.barcode.length != 6) {
               _this.emptyPakinDis = false
@@ -1015,8 +1016,24 @@
            });
         },
         processed() {
            this.$refs.process.open()
            let _this = this
            uni.navigateTo({
               url: './confirmProcessed',
               success(res) {
                  res.eventChannel.emit('item', {
                     item: _this.wrkDetls
                  })
               },
               // events: {
               //    acceptDataFromOpenedPage: function(data) {
               //       _this.getOrderDetlList(this.searchValue1,10)
               //    }
               // }
            })
         },
         // processed() {
         //    this.$refs.process.open()
         // },
         processedClose() {
            this.$refs.process.close()
         },