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 + "]") }