From d74a057fe74904b8e24b4219ac8a9ad92e53c53f Mon Sep 17 00:00:00 2001 From: gyj Date: Sun, 7 Apr 2024 14:33:07 +0800 Subject: [PATCH] =?UTF-8?q?'=E5=B0=8F=E7=A8=8B=E5=BA=8F=E4=BF=AE=E6=94=B9'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 4 ++-- pages/handlecase/component/confirmPayment.vue | 7 +++++-- pages/handlecase/component/newlyAddedCase.vue | 16 ++++++++-------- pages/handlecase/component/payList.vue | 19 +++++++------------ pages/handlecase/component/uploadEvidence.vue | 8 ++++++-- 5 files changed, 28 insertions(+), 26 deletions(-) diff --git a/config.js b/config.js index c3f2d37..eedc52b 100644 --- a/config.js +++ b/config.js @@ -5,8 +5,8 @@ module.exports = { // baseUrl: 'http://121.40.189.20:9001', baseUrlZC: 'https://api.xayunmei.com/zhongcaiapi', // baseUrlZC: 'https://api.xayunmei.com/zhongcaiapitest', - baseUrlTJ: 'https://api.xayunmei.com/tiaojieapitest', - // baseUrlTJ: 'https://api.xayunmei.com/tiaojieapi', + // baseUrlTJ: 'https://api.xayunmei.com/tiaojieapitest', + baseUrlTJ: 'https://api.xayunmei.com/tiaojieapi', // baseUrlZC: 'http://121.40.189.20:8001', // baseUrlTJ: 'http://172.16.1.43:6001', // baseUrl: 'http://172.16.1.24:8001', diff --git a/pages/handlecase/component/confirmPayment.vue b/pages/handlecase/component/confirmPayment.vue index 81ae14b..eb3e7f6 100644 --- a/pages/handlecase/component/confirmPayment.vue +++ b/pages/handlecase/component/confirmPayment.vue @@ -18,7 +18,7 @@ - + @@ -132,7 +132,10 @@ this.formData.caseAttachList.forEach(res => { if (res.annexType == 4) { this.annexTypeS = true - } else if (res.annexType == 9) { + } + }) + this.formData.resCaseAttachList.forEach(res => { + if (res.annexType == 9) { this.annexTypeB = true } }) diff --git a/pages/handlecase/component/newlyAddedCase.vue b/pages/handlecase/component/newlyAddedCase.vue index fb84858..6b4fc2e 100644 --- a/pages/handlecase/component/newlyAddedCase.vue +++ b/pages/handlecase/component/newlyAddedCase.vue @@ -265,7 +265,7 @@ import constant from '../../../utils/constant.js' birth: "", sex: "", group_order: 1, - operatorFlag:0 + operatorFlag:1 }, applicantAgent:{ roleType:2, @@ -281,7 +281,7 @@ import constant from '../../../utils/constant.js' nationality:1, birth:"", sex:"", - operatorFlag:0 + operatorFlag:1 } }], res:[{ @@ -300,7 +300,7 @@ import constant from '../../../utils/constant.js' birth: "", sex: "", group_order: 1, - operatorFlag:0 + operatorFlag:1 }, resAgent:{ roleType: 4, @@ -317,7 +317,7 @@ import constant from '../../../utils/constant.js' birth: "", sex: "", group_order: 1, - operatorFlag:0 + operatorFlag:1 } }] }, @@ -815,7 +815,7 @@ import constant from '../../../utils/constant.js' birth: "", sex: "", group_order: 1, - operatorFlag:0 + operatorFlag:1 }, applicantAgent:{ roleType:2, @@ -831,7 +831,7 @@ import constant from '../../../utils/constant.js' nationality:1, birth:"", sex:"", - operatorFlag:0 + operatorFlag:1 } }) let idnexVal = "" @@ -874,7 +874,7 @@ import constant from '../../../utils/constant.js' birth: "", sex: "", group_order: 1, - operatorFlag:0 + operatorFlag:1 }, resAgent:{ roleType: 4, @@ -891,7 +891,7 @@ import constant from '../../../utils/constant.js' birth: "", sex: "", group_order: 1, - operatorFlag:0 + operatorFlag:1 } }) }, diff --git a/pages/handlecase/component/payList.vue b/pages/handlecase/component/payList.vue index 4d771d6..67f9740 100644 --- a/pages/handlecase/component/payList.vue +++ b/pages/handlecase/component/payList.vue @@ -6,11 +6,11 @@ - -