Commit d9b7a316 authored by youjie's avatar youjie

no message

parent a2856c28
...@@ -978,7 +978,7 @@ export default { ...@@ -978,7 +978,7 @@ export default {
this.changePriceMsg.ApplyForState=1 this.changePriceMsg.ApplyForState=1
let text = '' let text = ''
if(this.changePriceMsg.Money!=this.getChangePriceObj()){ if(this.changePriceMsg.Money!=this.getChangePriceObj()){
text = `此单应收应改为${this.getChangePriceObj()}方可帐平,目前申请${this.changePriceMsg.Money}确认提交吗?` text = `此单应收总金额应改为 ${this.getChangePriceObj()} 方可帐平,目前申请 ${this.changePriceMsg.Money} 确认提交吗?`
this.$confirm(`${text}`, '提示', { this.$confirm(`${text}`, '提示', {
confirmButtonText: '确认', confirmButtonText: '确认',
cancelButtonText: '取消', cancelButtonText: '取消',
......
...@@ -417,6 +417,7 @@ ...@@ -417,6 +417,7 @@
total2:0, total2:0,
currentPage2: 1, currentPage2: 1,
msg2:{ msg2:{
Q_IsCollect: 1,//收款状态
DepartSTime: '', //出发时间 DepartSTime: '', //出发时间
DepartETime: '', DepartETime: '',
EnterId: '',//销售 EnterId: '',//销售
......
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