|
@@ -324,7 +324,7 @@ export default {
|
|
|
} else if (this.orderInfo.onlinePay == 2) {
|
|
} else if (this.orderInfo.onlinePay == 2) {
|
|
|
title = '此单线上付款,审核通过后钱会原路退回,确认提交?'
|
|
title = '此单线上付款,审核通过后钱会原路退回,确认提交?'
|
|
|
} else if (Number(this.orderInfo.debt) != 1) {
|
|
} else if (Number(this.orderInfo.debt) != 1) {
|
|
|
- title = '此单线下付款,钱不会原路退回,请与供货商协商,确认提交?'
|
|
|
|
|
|
|
+ title = '此单线下付款,钱不会原路退回,请与批发店协商,确认提交?'
|
|
|
topTitle = '特别注意'
|
|
topTitle = '特别注意'
|
|
|
}
|
|
}
|
|
|
that.$util.confirmModal({ title: topTitle, content: title }, () => {
|
|
that.$util.confirmModal({ title: topTitle, content: title }, () => {
|