| | |
| | | </view> |
| | | <view class="btn"> |
| | | <view class="btn-left" @click="containerMoveOutClose">取消</view> |
| | | <view class="btn-right" @click="containerMoveOut()">入库</view> |
| | | <view class="btn-right" @click="containerMoveOut()">确认出库</view> |
| | | </view> |
| | | </view> |
| | | </uni-popup> |
| | |
| | | </view> |
| | | <view class="btn"> |
| | | <view class="btn-left" @click="containerMoveOutClose">取消</view> |
| | | <view class="btn-right" @click="containerMoveOut()">入库</view> |
| | | <view class="btn-right" @click="containerMoveOut2()">确认离场</view> |
| | | </view> |
| | | </view> |
| | | </uni-popup> |
| | |
| | | containerMoveOutClose() { |
| | | this.$refs.doContainerMoveOut2.close() |
| | | }, |
| | | containerMoveOut() { |
| | | containerMoveOut2() { |
| | | let _this = this |
| | | let devNo = {devNo:[this.station.devNo],barcode: _this.barcode} |
| | | uni.request({ |
| | |
| | | success(res) { |
| | | res = res.data |
| | | if (res.code === 200) { |
| | | _this.$refs.doContainerMoveOut.close() |
| | | _this.$refs.doContainerMoveOut2.close() |
| | | setTimeout(()=> { |
| | | _this.barcode = '' |
| | | _this.reloadStation() |