| | |
| | | <view class="popup-item-right"><input type="text" v-model="barcode"></view> |
| | | </view> |
| | | <view class="btn"> |
| | | <view class="btn-left" @click="pickInClose">取消</view> |
| | | <view class="btn-left" @click="allocationInClose">取消</view> |
| | | <view class="btn-right" @click="allocationInConfirm()">确认进场</view> |
| | | </view> |
| | | </view> |
| | |
| | | } else if (wrkMast.ioType == 111) { |
| | | wrkMast['ioTitle'] = '调拨出库' |
| | | _this.btnType = 'allocationOut' |
| | | } else if (wrkMast.ioType == 112) { |
| | | wrkMast['ioTitle'] = '调拨入库' |
| | | _this.btnType = 'null' |
| | | } |
| | | if (wrkMast.barcode == barcode) { |
| | | mast = wrkMast |