'123'
This commit is contained in:
parent
cf14e00ff8
commit
c6d64ed5c2
|
@ -1,5 +1,5 @@
|
||||||
#for tests only !
|
#for tests only !
|
||||||
#Tue Jun 25 11:00:35 CST 2024
|
#Wed Jun 26 10:28:59 CST 2024
|
||||||
jco.destination.pool_capacity=10
|
jco.destination.pool_capacity=10
|
||||||
jco.client.lang=ZH
|
jco.client.lang=ZH
|
||||||
jco.client.ashost=172.19.0.125
|
jco.client.ashost=172.19.0.125
|
||||||
|
|
|
@ -1479,35 +1479,43 @@
|
||||||
param.quotJsqrCode = this.form.quotJsqrCode;
|
param.quotJsqrCode = this.form.quotJsqrCode;
|
||||||
param.type = "TL";// DY ZY TL QT
|
param.type = "TL";// DY ZY TL QT
|
||||||
param.remark = this.form.quotJsqrTlRemark;
|
param.remark = this.form.quotJsqrTlRemark;
|
||||||
|
if(this.form.quotJsqrTlApprovalStatus=='1'&&this.form.quotJsqrTlOperateState==='0'){
|
||||||
setRedisJsxz(param).then(response => {
|
setRedisJsxz(param).then(response => {
|
||||||
})
|
})
|
||||||
|
}
|
||||||
},
|
},
|
||||||
'form.quotJsqrDyRemark':function(newValue, oldValue) {
|
'form.quotJsqrDyRemark':function(newValue, oldValue) {
|
||||||
let param = {}
|
let param = {}
|
||||||
param.quotJsqrCode = this.form.quotJsqrCode;
|
param.quotJsqrCode = this.form.quotJsqrCode;
|
||||||
param.type = "DY";// DY ZY TL QT
|
param.type = "DY";// DY ZY TL QT
|
||||||
param.remark = this.form.quotJsqrDyRemark;
|
param.remark = this.form.quotJsqrDyRemark;
|
||||||
|
if(this.form.quotJsqrDyApprovalStatus=='1'&&this.form.quotJsqrDyOperateState==='0'){
|
||||||
setRedisJsxz(param).then(response => {
|
setRedisJsxz(param).then(response => {
|
||||||
})
|
})
|
||||||
|
}
|
||||||
},
|
},
|
||||||
'form.quotJsqrZyRemark':function(newValue, oldValue) {
|
'form.quotJsqrZyRemark':function(newValue, oldValue) {
|
||||||
let param = {}
|
let param = {}
|
||||||
param.quotJsqrCode = this.form.quotJsqrCode;
|
param.quotJsqrCode = this.form.quotJsqrCode;
|
||||||
param.type = "ZY";// DY ZY TL QT
|
param.type = "ZY";// DY ZY TL QT
|
||||||
param.remark = this.form.quotJsqrZyRemark;
|
param.remark = this.form.quotJsqrZyRemark;
|
||||||
|
if(this.form.quotJsqrZyApprovalStatus=='1'&&this.form.quotJsqrZyOperateState==='0'){
|
||||||
setRedisJsxz(param).then(response => {
|
setRedisJsxz(param).then(response => {
|
||||||
})
|
})
|
||||||
|
}
|
||||||
},
|
},
|
||||||
'form.quotJsqrQtRemark':function(newValue, oldValue) {
|
'form.quotJsqrQtRemark':function(newValue, oldValue) {
|
||||||
let param = {}
|
let param = {}
|
||||||
param.quotJsqrCode = this.form.quotJsqrCode;
|
param.quotJsqrCode = this.form.quotJsqrCode;
|
||||||
param.type = "QT";// DY ZY TL QT
|
param.type = "QT";// DY ZY TL QT
|
||||||
param.remark = this.form.quotJsqrQtRemark;
|
param.remark = this.form.quotJsqrQtRemark;
|
||||||
|
if(this.form.quotJsqrQtApprovalStatus=='1'&&this.form.quotJsqrQtOperateState==='0'){
|
||||||
setRedisJsxz(param).then(response => {
|
setRedisJsxz(param).then(response => {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
Loading…
Reference in New Issue