| | |
| | | </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> |
| | |
| | | <view class="buttom"> |
| | | <button size="mini" type="primary" @click="emptyPakin()" v-if="btnType == 'emptyPakin'">空板入库</button> |
| | | <button size="mini" type="primary" @click="emptyOut()" v-if="btnType == 'emptyPakin'">呼叫空板</button> |
| | | <button size="mini" type="primary" @click="doContainerMoveOut2()" v-if="btnType == 'out'">容器离场</button> |
| | | <button size="mini" type="primary" @click="doContainerMoveOut2()" v-if="btnType == 'out'">货架离场</button> |
| | | <button size="mini" type="primary" @click="doContainerMoveOut()" v-if="btnType == 'out'">确认出库</button> |
| | | <button size="mini" type="primary" @click="doPickIn()" v-if="btnType == 'pick'">已拣料回库</button> |
| | | <button size="mini" type="primary" @click="startPakin()" v-if="btnType == 'start'">启动入库</button> |
| | |
| | | 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() |