diff --git a/src/pages/fg/receiptByPlan.vue b/src/pages/fg/receiptByPlan.vue index aaae94eb..1960ec8a 100644 --- a/src/pages/fg/receiptByPlan.vue +++ b/src/pages/fg/receiptByPlan.vue @@ -14,9 +14,9 @@ 完工库位 - {{dataContent.fgLocationCode}} + {{dataContent.fgLocationCode}} - + 计划数 @@ -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("提交成功
生成装配收货记录
"+list[0].requestNumber, list) + this.showCommitSuccessMessage("提交成功
生成装配收货记录
" + 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) {