From 685921703b9ff5383160019853f2401ee7680e61 Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Tue, 30 Jul 2024 18:56:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/fg/receiptByPlan.vue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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) {