Browse Source

修改提示

hella_online_20240803
lijuncheng 4 weeks ago
parent
commit
8a714a292e
  1. 2
      src/pages/deliver/job/deliverDetail.vue
  2. 2
      src/pages/productionReturn/job/holdToReturnDetail.vue
  3. 2
      src/pages/productionReturn/job/okToReturnDetail.vue

2
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`
}
}
})

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

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

Loading…
Cancel
Save