| | |
| | | }, |
| | | emptyPakinConfirm() { |
| | | let _this = this; |
| | | this.barcode = this.barcode.replace(/\s+/g, '') |
| | | _this.emptyPakinDis = true |
| | | if (this.barcode.length != 6) { |
| | | _this.emptyPakinDis = false |
| | |
| | | }); |
| | | }, |
| | | 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() |
| | | }, |