From c6d64ed5c220e9d796ca3a33d25a065191f1fb0c Mon Sep 17 00:00:00 2001 From: xd <844539747@qq.com> Date: Wed, 26 Jun 2024 13:22:42 +0800 Subject: [PATCH] '123' --- ABAP_AS_WITH_POOL.jcoDestination | 2 +- .../technicalConfirm/jsxzInfo.vue | 24 ++++++++++++------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/ABAP_AS_WITH_POOL.jcoDestination b/ABAP_AS_WITH_POOL.jcoDestination index 9a078f9..0c8dc36 100644 --- a/ABAP_AS_WITH_POOL.jcoDestination +++ b/ABAP_AS_WITH_POOL.jcoDestination @@ -1,5 +1,5 @@ #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.client.lang=ZH jco.client.ashost=172.19.0.125 diff --git a/ruoyi-ui/src/views/technicalConfirm/technicalConfirm/jsxzInfo.vue b/ruoyi-ui/src/views/technicalConfirm/technicalConfirm/jsxzInfo.vue index 26bca08..28fbbcd 100644 --- a/ruoyi-ui/src/views/technicalConfirm/technicalConfirm/jsxzInfo.vue +++ b/ruoyi-ui/src/views/technicalConfirm/technicalConfirm/jsxzInfo.vue @@ -1479,32 +1479,40 @@ param.quotJsqrCode = this.form.quotJsqrCode; param.type = "TL";// DY ZY TL QT param.remark = this.form.quotJsqrTlRemark; - setRedisJsxz(param).then(response => { - }) + if(this.form.quotJsqrTlApprovalStatus=='1'&&this.form.quotJsqrTlOperateState==='0'){ + setRedisJsxz(param).then(response => { + }) + } }, 'form.quotJsqrDyRemark':function(newValue, oldValue) { let param = {} param.quotJsqrCode = this.form.quotJsqrCode; param.type = "DY";// DY ZY TL QT param.remark = this.form.quotJsqrDyRemark; - setRedisJsxz(param).then(response => { - }) + if(this.form.quotJsqrDyApprovalStatus=='1'&&this.form.quotJsqrDyOperateState==='0'){ + setRedisJsxz(param).then(response => { + }) + } }, 'form.quotJsqrZyRemark':function(newValue, oldValue) { let param = {} param.quotJsqrCode = this.form.quotJsqrCode; param.type = "ZY";// DY ZY TL QT param.remark = this.form.quotJsqrZyRemark; - setRedisJsxz(param).then(response => { - }) + if(this.form.quotJsqrZyApprovalStatus=='1'&&this.form.quotJsqrZyOperateState==='0'){ + setRedisJsxz(param).then(response => { + }) + } }, 'form.quotJsqrQtRemark':function(newValue, oldValue) { let param = {} param.quotJsqrCode = this.form.quotJsqrCode; param.type = "QT";// DY ZY TL QT param.remark = this.form.quotJsqrQtRemark; - setRedisJsxz(param).then(response => { - }) + if(this.form.quotJsqrQtApprovalStatus=='1'&&this.form.quotJsqrQtOperateState==='0'){ + setRedisJsxz(param).then(response => { + }) + } } } }