diff --git a/src/assets/img/index-bg.png b/src/assets/img/index-bg.png index 33a666c..b3eb88c 100644 Binary files a/src/assets/img/index-bg.png and b/src/assets/img/index-bg.png differ diff --git a/src/assets/img/integrated-counter-bg.png b/src/assets/img/integrated-counter-bg.png index d7b3757..2449c05 100644 Binary files a/src/assets/img/integrated-counter-bg.png and b/src/assets/img/integrated-counter-bg.png differ diff --git a/src/assets/img/manager.png b/src/assets/img/manager.png index 5fdc682..e28413e 100644 Binary files a/src/assets/img/manager.png and b/src/assets/img/manager.png differ diff --git a/src/components/case/index.vue b/src/components/case/index.vue index 9b58856..3cc493f 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -687,7 +687,7 @@ export default { //线上 // location.href = 'http://www.huorantech.cn/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId //测试服 - // location.href = 'http://39.108.250.202/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId + location.href = 'http://39.108.250.202/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId //本地 // location.href = "http://192.168.31.254:8093/#/index/list?"+'token='+token+'&cid='+cid+'&systemId='+systemId }, @@ -929,7 +929,7 @@ export default { } .el-table{ - font-size: 12px; + font-size: 14px; color: #202020; .el-table--striped .el-table__body tr.el-table__row--striped td { background: #eef7ff; @@ -946,6 +946,7 @@ export default { } th > .cell{ font-weight: 100; + font-size: 14px; } th,tr{ background-color: #fff; @@ -979,6 +980,7 @@ export default { border-bottom: none; } .el-collapse-item__header { + font-size: 16px; border-bottom: none; } .el-tabs__content { @@ -1028,6 +1030,7 @@ export default { } } .break-all{ + font-size: 14px; word-break: break-all; } .panel{ diff --git a/src/pages/manage/list/personal/currentAccount/openAccount.vue b/src/pages/manage/list/personal/currentAccount/openAccount.vue index 7261663..25c290d 100644 --- a/src/pages/manage/list/personal/currentAccount/openAccount.vue +++ b/src/pages/manage/list/personal/currentAccount/openAccount.vue @@ -10,8 +10,8 @@ - - CYC人民币 + + CNY人民币 @@ -19,7 +19,7 @@ - + @@ -32,7 +32,7 @@ - + @@ -48,8 +48,8 @@ - - + + @@ -74,7 +74,7 @@ - + @@ -91,7 +91,7 @@ - + @@ -115,7 +115,7 @@ - + @@ -132,7 +132,7 @@ - + @@ -189,7 +189,7 @@ export default { return{ form:{ userNumber: '', - currency: '', + currency: 'CNY人民币', userName: '', goldLogo: '', accountQuality: '', @@ -278,7 +278,8 @@ export default { parentId: '285,287,5,26,57,62' } getOperation(param).then((data)=>{ - if(data.status == 200) { + console.log(data) + if(data.status.status == 200) { var list = data.data.judgmentRuleReqs for (var i = 0; i < list.length; i++) { if (list[i].answerId == '68') {this.form.userNumber = list[i].emptyTwo} @@ -294,17 +295,34 @@ export default { if (list[i].answerId == '271') {this.form.voucherTypesTwo = +list[i].emptyTwo} if (list[i].answerId == '272') {this.form.accountTypesTwo = +list[i].emptyTwo} if (list[i].answerId == '274') {this.form.drawWaysTwo = +list[i].emptyTwo} - // if (list[i].answerId == '275') {sessionStorage.setItem('accountPasswordAll', list[i].emptyTwo);this.formTwo = true} if (list[i].answerId == '276') {this.form.accountQualitysThree = +list[i].emptyTwo} if (list[i].answerId == '277') {this.form.voucherTypesThree = +list[i].emptyTwo} if (list[i].answerId == '278') {this.form.accountTypesThree = +list[i].emptyTwo} if (list[i].answerId == '280') {this.form.drawWaysThree = +list[i].emptyTwo} - // if (list[i].answerId == '281') {sessionStorage.setItem('accountPasswordThree', this.list[i].emptyTwo);this.formThree = true} } + }else{ + this.getFormData() } }).catch((error)=>{ }) }, + getFormData(){ + let param= { + parentId: '285,287,5,25,33' + } + getOperation(param).then((data)=>{ + if(data.status == 200) { + var list = data.data.judgmentRuleReqs + for (var i = 0; i < list.length; i++) { + if (list[i].answerId == '42') {this.form.userName = list[i].emptyTwo} + } + } + }).catch((error)=>{ + }) + }, + ...mapMutations({ + changeShowGoods: 'system/changeShowGoods' + }), getOperationWindowsData(){ let param= { parentId: '285,287,5,26,57,62,75' @@ -339,11 +357,14 @@ export default { if (item == '8'){ this.currencySelectList = data.data.items; }else if (item == '9'){ - this.goldLogoSelectList = data.data.items; + this.goldLogoSelectList = data.data.items; + this.form.goldLogo = this.goldLogoSelectList[0].itemId }else if (item == '10'){ this.accountQualitySelectList = data.data.items; + this.form.accountQuality = this.accountQualitySelectList[0].itemId }else if (item == '11'){ this.voucherTypeSelectList = data.data.items; + this.form.voucherType = this.voucherTypeSelectList[0].itemId }else if (item == '12'){ this.accountTypeSelectList = data.data.items; }else if (item == '13'){ @@ -370,10 +391,15 @@ export default { message: '最多只能添加三个!' }); } - console.log(this.count) - if(this.count == 1 || this.count == 2){this.formTwo = true} + if(this.count == 1 || this.count == 2){ + this.formTwo = true + this.form.accountQualitysTwo = this.accountQualitySelectList[0].itemId + this.form.voucherTypesTwo = this.voucherTypeSelectList[0].itemId + } if (this.count == 2){ this.formThree = true + this.form.accountQualitysThree = this.accountQualitySelectList[0].itemId + this.form.voucherTypesThree = this.voucherTypeSelectList[0].itemId } }, //点击提交表单