Commit 97b02980 authored by 吴春's avatar 吴春

提示

parent 0017a7da
......@@ -931,8 +931,9 @@ export default {
if(this.titlePrice == "申请改价"||this.titlePrice == "修改改价"){
this.changePriceMsg.ApplyForState=1
let text = ''
if(this.changePriceMsg.Money!=this.getChangePriceObj()){
text = `此单应收总金额应改为 ${this.getChangePriceObj()} 方可帐平,目前申请 ${this.changePriceMsg.Money} 确认提交吗?`
text = `此单应收总金额应改为 ${this.getChangePriceObj()} 方可帐平,目前申请改价金额 ${this.changePriceMsg.Money} 确认提交吗?`
this.$confirm(`${text}`, '提示', {
confirmButtonText: '确认',
cancelButtonText: '取消',
......
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