| | |
| | | :index="index" |
| | | > |
| | | <view class="content-header"> |
| | | <view class="content-header-title">{{ index + 1 }}</view> |
| | | <view class="content-header-title">{{ hasScanSnList.length - index }}</view> |
| | | </view> |
| | | <view class="content-body"> |
| | | <view class="row-list"> |
| | |
| | | that.$u.toast("请先扫描库位"); |
| | | return; |
| | | } |
| | | that.hasScanSnList = []; |
| | | // that.hasScanSnList = []; |
| | | that.codeInfoId = codeInfo.id; |
| | | that.saveModalForm(codeInfo); |
| | | // that.getHandelList(); |
| | |
| | | }) |
| | | .then((res) => { |
| | | console.log("移库记录", res); |
| | | this.hasScanSnList.push(res.data); |
| | | this.hasScanSnList.unshift(res.data); |
| | | console.log("移库记录", this.hasScanSnList); |
| | | this.$u.toast("移库成功"); |
| | | }); |