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