|
|
@ -14,9 +14,9 @@ |
|
|
|
<view class="cell_box uni-flex uni-row"> |
|
|
|
<view class="cell_info"> |
|
|
|
<view class="text_lightblue">完工库位</view> |
|
|
|
<view style="font-size: 30rpx; margin-top: 13rpx;" >{{dataContent.fgLocationCode}} |
|
|
|
<view style="font-size: 30rpx; margin-top: 13rpx;">{{dataContent.fgLocationCode}} |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
<view class="cell_info"> |
|
|
|
<view class="text_lightblue">计划数</view> |
|
|
@ -208,7 +208,7 @@ |
|
|
|
batch: result.batch, |
|
|
|
packUnit: result.packUnit, |
|
|
|
workStationCode: result.workStationCode, |
|
|
|
fgLocationCode:result.fgLocationCode, |
|
|
|
fgLocationCode: result.fgLocationCode, |
|
|
|
subList: [] |
|
|
|
} |
|
|
|
}, |
|
|
@ -339,7 +339,7 @@ |
|
|
|
throw new Error("未查找到单据信息") |
|
|
|
} |
|
|
|
uni.hideLoading() |
|
|
|
this.showCommitSuccessMessage("提交成功<br>生成装配收货记录<br>"+list[0].requestNumber, list) |
|
|
|
this.showCommitSuccessMessage("提交成功<br>生成装配收货记录<br>" + list[0].requestNumber, list) |
|
|
|
|
|
|
|
} catch (error) { |
|
|
|
uni.hideLoading() |
|
|
@ -390,8 +390,7 @@ |
|
|
|
if (that.dataContent) { |
|
|
|
|
|
|
|
var itemIndex = this.allList.findIndex(r => |
|
|
|
r.itemCode == result.itemCode && |
|
|
|
r.order == result.order); |
|
|
|
r.content == result.content); |
|
|
|
//不存在 |
|
|
|
if (itemIndex == -1) { |
|
|
|
// if (this.allList.length > this.dataContent.packQty) { |
|
|
|