|
@ -381,6 +381,11 @@ |
|
|
this.showErrorMessage("请选择目标包装规格") |
|
|
this.showErrorMessage("请选择目标包装规格") |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
if(this.fromPackUnit==this.toPackUnit){ |
|
|
|
|
|
this.showErrorMessage("来源包装规格与目标包装规格一致,不能进行翻包操作") |
|
|
|
|
|
return; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
this.checkSubmit(); |
|
|
this.checkSubmit(); |
|
|
|
|
|
|
|
|
} else { |
|
|
} else { |
|
@ -402,11 +407,11 @@ |
|
|
this.$refs.comMessage.showQuestionMessage("扫描数量【" + tempHandleQty + |
|
|
this.$refs.comMessage.showQuestionMessage("扫描数量【" + tempHandleQty + |
|
|
"】,将有1个非整包,是否提交?", res => { |
|
|
"】,将有1个非整包,是否提交?", res => { |
|
|
if (res) { |
|
|
if (res) { |
|
|
this.submitJob() |
|
|
// this.submitJob() |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
} else { |
|
|
} else { |
|
|
this.submitJob() |
|
|
// this.submitJob() |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|