| | |
| | | <view>库存数量:{{orderDetl.stock}}</view> |
| | | <view>已完成数量:{{orderDetl.qty}}</view> |
| | | </view> |
| | | <view class="list-right" @click="addItem(index)"> |
| | | <view class="list-right" @click="goToLocDetl(orderDetl)"> |
| | | <uni-icons type="right" size="25" color="#fff"></uni-icons> |
| | | </view> |
| | | </view> |
| | |
| | | this.data.brand = '' |
| | | this.getOrderDetlList(this.searchValue,10) |
| | | this.$refs.filter.close() |
| | | } |
| | | }, |
| | | goToLocDetl(item) { |
| | | let _this = this |
| | | uni.navigateTo({ |
| | | url: './bcpDbList', |
| | | success(res) { |
| | | res.eventChannel.emit('item', { |
| | | item: item |
| | | }) |
| | | }, |
| | | events: { |
| | | acceptDataFromOpenedPage: function(data) { |
| | | _this.getOrderDetlList(this.searchValue1,10) |
| | | } |
| | | } |
| | | }) |
| | | }, |
| | | |
| | | } |
| | | } |