Commit 36a1824a authored by Marcus's avatar Marcus

【订单入仓】订单入仓生成异常时,已入仓提示框中未显示出有异常相关提示信息

http://zentao.jdshangmen.com/bug-view-865.html
parent 6253c529
...@@ -343,7 +343,7 @@ export default { ...@@ -343,7 +343,7 @@ export default {
if (r.code === 0) { if (r.code === 0) {
this.escapeBol = false; this.escapeBol = false;
this.finishVisible = false this.finishVisible = false
const message = r.data ? '该订单已成功入仓,是否打印?' : "<h3>货物已入仓,存在异常</h3>该订单已成功入仓,是否打印?" const message = !r.data ? '该订单已成功入仓,是否打印?' : "<h3>货物已入仓,存在异常</h3>该订单已成功入仓,是否打印?"
this.$confirm( this.$confirm(
message, message,
'货物已入仓', '货物已入仓',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment