Commit 6253c529 authored by Marcus's avatar Marcus

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

http://zentao.jdshangmen.com/bug-view-865.html
parent e104f61d
......@@ -343,12 +343,14 @@ export default {
if (r.code === 0) {
this.escapeBol = false;
this.finishVisible = false
const message = r.data ? '该订单已成功入仓,是否打印?' : "<h3>货物已入仓,存在异常</h3>该订单已成功入仓,是否打印?"
this.$confirm(
'该订单已成功入仓,是否打印?',
message,
'货物已入仓',
{
confirmButtonText: '',
cancelButtonText: ''
cancelButtonText: '',
dangerouslyUseHTMLString: true
}
).then(() => {
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