Commit 6253c529 authored by Marcus's avatar Marcus

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

http://zentao.jdshangmen.com/bug-view-865.html
parent e104f61d
...@@ -343,12 +343,14 @@ export default { ...@@ -343,12 +343,14 @@ 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>该订单已成功入仓,是否打印?"
this.$confirm( this.$confirm(
'该订单已成功入仓,是否打印?', message,
'货物已入仓', '货物已入仓',
{ {
confirmButtonText: '', confirmButtonText: '',
cancelButtonText: '' cancelButtonText: '',
dangerouslyUseHTMLString: true
} }
).then(() => { ).then(() => {
this.isShowPrint = true this.isShowPrint = true
......
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