From 20f4737a95de6cc04ac08d8ae21a92eaba42fbb3 Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Fri, 29 Dec 2023 11:07:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E6=9E=B6=E7=94=B3?= =?UTF-8?q?=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mycomponents/record/recordComDetailCard.vue | 3 ++- pages/putaway/request/putawayRequestCreate.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mycomponents/record/recordComDetailCard.vue b/mycomponents/record/recordComDetailCard.vue index 0915b950..9c88cd25 100644 --- a/mycomponents/record/recordComDetailCard.vue +++ b/mycomponents/record/recordComDetailCard.vue @@ -168,7 +168,8 @@ }, confirm(qty) { - this.editItem.qty = qty; + // this.editItem.qty = qty; + this.editItem.handlQty = qty; this.$emit('updateData') } } diff --git a/pages/putaway/request/putawayRequestCreate.vue b/pages/putaway/request/putawayRequestCreate.vue index bce7f73d..5cf7c2e1 100644 --- a/pages/putaway/request/putawayRequestCreate.vue +++ b/pages/putaway/request/putawayRequestCreate.vue @@ -286,7 +286,7 @@ putawayRequestSubmit(params).then(res => { uni.hideLoading() if (res.data) { - this.showCommitSuccessMessage("提交成功
生成采购上架申请" + res.data, ) + this.showCommitSuccessMessage("提交成功
生成采购上架申请
" + res.data, ) } else { this.showErrorMessage("提交失败[" + res.msg + "]") }