From 8a714a292ef2e4f16e47dfe58f359c29bd669688 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Tue, 27 Aug 2024 10:58:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/deliver/job/deliverDetail.vue | 2 +- src/pages/productionReturn/job/holdToReturnDetail.vue | 2 +- src/pages/productionReturn/job/okToReturnDetail.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/deliver/job/deliverDetail.vue b/src/pages/deliver/job/deliverDetail.vue index a000f2a5..f7b3baba 100644 --- a/src/pages/deliver/job/deliverDetail.vue +++ b/src/pages/deliver/job/deliverDetail.vue @@ -284,7 +284,7 @@ detail.Items.forEach(item=>{ if(this.jobContent.allowPartialComplete=="FALSE"){ if(item.taskQty!=item.totalQty){ - str += `物料号【${item.itemCode}】任务数量【${item.taskQty}】与提交数量【${item.totalQty}】不一致\n` + str += `物料号【${item.itemCode}】任务数量【${item.taskQty}】与实际提交数量【${item.totalQty}】不一致\n` } } }) diff --git a/src/pages/productionReturn/job/holdToReturnDetail.vue b/src/pages/productionReturn/job/holdToReturnDetail.vue index 731d2a7d..e0b9d7e4 100644 --- a/src/pages/productionReturn/job/holdToReturnDetail.vue +++ b/src/pages/productionReturn/job/holdToReturnDetail.vue @@ -389,7 +389,7 @@ productionReturnJobSubmit(params).then(res => { uni.hideLoading() if (res.data) { - this.showCommitSuccessMessage("提交成功\n生成生产退料记录:" + res.data) + this.showCommitSuccessMessage("提交成功\n生成隔离退料记录\n" + res.data) } else { this.showErrorMessage("提交失败[" + res.msg + "]") } diff --git a/src/pages/productionReturn/job/okToReturnDetail.vue b/src/pages/productionReturn/job/okToReturnDetail.vue index 731d2a7d..13bf02c5 100644 --- a/src/pages/productionReturn/job/okToReturnDetail.vue +++ b/src/pages/productionReturn/job/okToReturnDetail.vue @@ -389,7 +389,7 @@ productionReturnJobSubmit(params).then(res => { uni.hideLoading() if (res.data) { - this.showCommitSuccessMessage("提交成功\n生成生产退料记录:" + res.data) + this.showCommitSuccessMessage("提交成功\n生成合格退料记录\n" + res.data) } else { this.showErrorMessage("提交失败[" + res.msg + "]") }