From 56c429050b4820d101a7a52b35e21de836863059 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Tue, 9 Nov 2021 18:38:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=98=E5=82=A8=E6=96=B9?= =?UTF-8?q?=E5=BC=8F,=E4=BF=AE=E6=94=B9=E5=BC=80=E6=88=B7=E4=B8=8E?= =?UTF-8?q?=E5=89=8D=E5=8F=B0=E6=A1=8C=E9=9D=A2=E7=9A=84=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=AD=98=E5=82=A8=E4=B8=8E=E8=8E=B7=E5=8F=96=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E5=AD=98=E5=82=A8=E4=B8=8E=E5=8F=96=E6=B6=88=E5=9B=9E=E5=88=B0?= =?UTF-8?q?=E4=B9=8B=E5=89=8D=E9=A1=B9=E7=9B=AE=E5=88=A0=E6=8E=89=E5=AD=98?= =?UTF-8?q?=E5=82=A8=E4=B8=8E=E6=95=B4=E7=90=86=E5=87=AD=E8=AF=81=E5=9B=BE?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/api.js | 4 +- src/api/http.js | 12 + ...-10.png => ApplicationBankSettlement.png} | Bin .../{凭证-11.png => CashCertificate.png} | Bin .../goods/{凭证-16.png => CheckCoupons.png} | Bin .../{凭证-08.png => businessReportMiss.png} | Bin ...证-07.png => businessReportMissUser.png} | Bin ...-06.png => businessSpecialApplication.png} | Bin .../img/goods/{凭证-15.png => sy-zzzp.png} | Bin src/components/case/index.vue | 104 +++- src/pages/counter/list/index.vue | 467 +++++++++++++----- src/pages/lobbyManager/list/index.vue | 16 +- .../list/ImportantCash/controlCash/index.vue | 4 +- src/pages/manage/list/business/deposit.vue | 4 +- .../manage/list/business/openAccount.vue | 4 +- src/pages/manage/list/business/transfer.vue | 4 +- src/pages/manage/list/business/withdrawal.vue | 4 +- .../manage/list/client/consumerClient.vue | 4 +- .../manage/list/client/corporateClient.vue | 4 +- .../accountService/accountService.vue | 4 +- .../accountService/changePassword.vue | 4 +- .../personal/callDeposits/accountClosed.vue | 4 +- .../personal/callDeposits/callDeposits.vue | 4 +- .../personal/callDeposits/openAccount.vue | 4 +- .../currentAccount/accountCancellation.vue | 4 +- .../list/personal/currentAccount/deposit.vue | 4 +- .../list/personal/currentAccount/index.vue | 4 +- .../personal/currentAccount/openAccount.vue | 249 +++++++--- .../list/personal/currentAccount/settle.vue | 4 +- .../currentAccount/transferAccounts.vue | 4 +- .../personal/currentAccount/withdrawal.vue | 4 +- .../list/personal/timeDeposit/deposit.vue | 4 +- .../list/personal/timeDeposit/openAccount.vue | 4 +- .../list/personal/timeDeposit/timeDeposit.vue | 4 +- .../list/personal/timeDeposit/withdrawal.vue | 4 +- .../personal/usefulPhrases/accountClosed.vue | 4 +- .../usefulPhrases/continueDeposit.vue | 4 +- .../personal/usefulPhrases/openAccount.vue | 4 +- .../personal/usefulPhrases/usefulPhrases.vue | 4 +- src/styles/layout/index.scss | 5 +- src/styles/system.css | 4 +- src/styles/system.scss | 4 +- 42 files changed, 677 insertions(+), 292 deletions(-) rename src/assets/img/goods/{凭证-10.png => ApplicationBankSettlement.png} (100%) rename src/assets/img/goods/{凭证-11.png => CashCertificate.png} (100%) rename src/assets/img/goods/{凭证-16.png => CheckCoupons.png} (100%) rename src/assets/img/goods/{凭证-08.png => businessReportMiss.png} (100%) rename src/assets/img/goods/{凭证-07.png => businessReportMissUser.png} (100%) rename src/assets/img/goods/{凭证-06.png => businessSpecialApplication.png} (100%) rename src/assets/img/goods/{凭证-15.png => sy-zzzp.png} (100%) diff --git a/src/api/api.js b/src/api/api.js index ccda07c..95597c7 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -2,10 +2,10 @@ import axios from 'axios'; import router from '../router'; // 创建axios实例 const service = axios.create({ - baseURL: "http://39.108.250.202:9000/", // 中台测试服 + // baseURL: "http://39.108.250.202:9000/", // 中台测试服 // baseURL: "http://192.168.31.137:9000/", // 赓 // baseURL: "http://192.168.31.151:9000/", // 榕 - // baseURL: "http://192.168.31.125:9000/", // 坤 + baseURL: "http://192.168.31.125:9000/", // 坤 // baseURL: 'http://39.108.250.202:9000', timeout: 30000 // 请求超时时间 }) diff --git a/src/api/http.js b/src/api/http.js index ca5a358..9c81073 100644 --- a/src/api/http.js +++ b/src/api/http.js @@ -14,4 +14,16 @@ export const submit= (params) => { } export const getSubjectInfo= (params) => { return get( '/judgment/lcSubject/getSubjectInfo',params) +} +export const getQueryCache= () => { + return get( '/bank/bank/queryCache') +} +export const addOperation= (params) => { + return post( '/bank/bank/addOperation',params) +} +export const getOperation= (params) => { + return get( '/bank/bank/getOperation',params) +} +export const deleteCache= () => { + return get( '/bank/bank/deleteCache') } \ No newline at end of file diff --git a/src/assets/img/goods/凭证-10.png b/src/assets/img/goods/ApplicationBankSettlement.png similarity index 100% rename from src/assets/img/goods/凭证-10.png rename to src/assets/img/goods/ApplicationBankSettlement.png diff --git a/src/assets/img/goods/凭证-11.png b/src/assets/img/goods/CashCertificate.png similarity index 100% rename from src/assets/img/goods/凭证-11.png rename to src/assets/img/goods/CashCertificate.png diff --git a/src/assets/img/goods/凭证-16.png b/src/assets/img/goods/CheckCoupons.png similarity index 100% rename from src/assets/img/goods/凭证-16.png rename to src/assets/img/goods/CheckCoupons.png diff --git a/src/assets/img/goods/凭证-08.png b/src/assets/img/goods/businessReportMiss.png similarity index 100% rename from src/assets/img/goods/凭证-08.png rename to src/assets/img/goods/businessReportMiss.png diff --git a/src/assets/img/goods/凭证-07.png b/src/assets/img/goods/businessReportMissUser.png similarity index 100% rename from src/assets/img/goods/凭证-07.png rename to src/assets/img/goods/businessReportMissUser.png diff --git a/src/assets/img/goods/凭证-06.png b/src/assets/img/goods/businessSpecialApplication.png similarity index 100% rename from src/assets/img/goods/凭证-06.png rename to src/assets/img/goods/businessSpecialApplication.png diff --git a/src/assets/img/goods/凭证-15.png b/src/assets/img/goods/sy-zzzp.png similarity index 100% rename from src/assets/img/goods/凭证-15.png rename to src/assets/img/goods/sy-zzzp.png diff --git a/src/components/case/index.vue b/src/components/case/index.vue index 6f4913c..1fd65d9 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -125,14 +125,14 @@ import util from '@/libs/util' import Setting from '@/setting' // 引入封装好的接口 -import {getProjectBySystemId,getProjectDetail,submit} from "@/api/http.js"; +import {getProjectBySystemId,getProjectDetail,submit,getQueryCache,deleteCache} from "@/api/http.js"; export default { data() { return { systemId: Setting.systemId, workbench: [], test: [], - caseVisible: false, + caseVisible: true, grade: "00", exampleData: "", codeid: "", @@ -257,7 +257,7 @@ export default { methods: { getQueryVariable(name) { var reg = new RegExp('(^|&)'+name+'=([^&]*)(&|$)') - if( window.location.href.split('?')[1]){ + if(window.location.href.split('?')[1]){ var r = window.location.href.split('?')[1].match(reg) if (r != null){ return (r[2]) @@ -276,22 +276,54 @@ export default { if(data.status == 200){ this.topicList = data.data.projects; this.projectId = this.topicList[0].projectId; - let params = { - "projectId":this.projectId, - } - getProjectDetail(params).then((data)=>{ - if(data.status == 200){ - let token = sessionStorage.getItem('token') - let cid = sessionStorage.getItem('cid') - let systemId = sessionStorage.getItem('systemId') - let formList = [] - sessionStorage.setItem('ruleReqs', JSON.stringify(formList)) - sessionStorage.setItem('formDataAccountVoucher', JSON.stringify(formList)) - sessionStorage.setItem('formDataAccountPassword', '') - this.projectName = data.data.projectManage.projectName - this.projectManage = data.data.projectManage; - this.requires = data.data.projectJudgmentVos; - // location.href = 'http://39.108.250.202/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId + getQueryCache(params).then((data)=>{ + if(data.data.status == 200){ + this.$confirm('此操作将永久删除该文件, 是否继续?', '提示', { + confirmButtonText: '确定', + cancelButtonText: '取消', + type: 'warning' + }).then(() => { + this.$message({ + type: 'success', + message: '切换成功!' + }); + this.projectId=data.data.projectId + let params = { + "projectId":data.data.projectId, + } + let dates = new Date().getTime(); + let date = new Date(dates) + let y = date.getFullYear(); + let MM = date.getMonth() + 1; + MM = MM < 10 ? ('0' + MM) : MM; + let d = date.getDate(); + d = d < 10 ? ('0' + d) : d; + let h = date.getHours(); + h = h < 10 ? ('0' + h) : h; + let m = date.getMinutes(); + m = m < 10 ? ('0' + m) : m; + let s = date.getSeconds(); + s = s < 10 ? ('0' + s) : s; + let startTime = y + '-' + MM + '-' + d + ' ' + h + ':' + m + ':' + s; + sessionStorage.setItem('startTime', startTime) + sessionStorage.setItem('projectId', data.data.projectId) + this.selectProjects(params) + }).catch(() => { + deleteCache().then((data)=>{ + this.$message({ + type: 'info', + message: '已取消' + }); + }).catch(() => { + + }) + let params = { + "projectId":this.projectId, + } + this.selectProjects(params) + }); + }else{ + } }).catch((error)=>{ }) @@ -308,30 +340,50 @@ export default { }).catch((error)=>{ }) }, + selectProjects(params){ + getProjectDetail(params).then((data)=>{ + if(data.status == 200){ + this.projectName = data.data.projectManage.projectName + this.projectManage = data.data.projectManage; + this.requires = data.data.projectJudgmentVos; + } + }).catch((error)=>{ + }) + }, //选择好题目 selectProject(){ let params = { "projectId":this.projectId, } + sessionStorage.setItem('projectId', this.projectId) getProjectDetail(params).then((data)=>{ if(data.status == 200){ let token = sessionStorage.getItem('token') let cid = sessionStorage.getItem('cid') let systemId = sessionStorage.getItem('systemId') - let formList = [] - sessionStorage.setItem('ruleReqs', JSON.stringify(formList)) - sessionStorage.setItem('formDataAccountVoucher', JSON.stringify(formList)) - sessionStorage.setItem('formDataAccountPassword', '') this.projectName = data.data.projectManage.projectName; this.projectManage = data.data.projectManage; this.requires = data.data.projectJudgmentVos; - 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 + // 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 } }).catch((error)=>{ }) //获取当前时间 - let startTime = new Date().getTime(); + let dates = new Date().getTime(); + let date = new Date(dates) + let y = date.getFullYear(); + let MM = date.getMonth() + 1; + MM = MM < 10 ? ('0' + MM) : MM; + let d = date.getDate(); + d = d < 10 ? ('0' + d) : d; + let h = date.getHours(); + h = h < 10 ? ('0' + h) : h; + let m = date.getMinutes(); + m = m < 10 ? ('0' + m) : m; + let s = date.getSeconds(); + s = s < 10 ? ('0' + s) : s; + let startTime = y + '-' + MM + '-' + d + ' ' + h + ':' + m + ':' + s; sessionStorage.setItem('startTime', startTime) this.day = '00'; this.hour = '00'; diff --git a/src/pages/counter/list/index.vue b/src/pages/counter/list/index.vue index 3d4fa61..99a7274 100644 --- a/src/pages/counter/list/index.vue +++ b/src/pages/counter/list/index.vue @@ -193,6 +193,7 @@ import { mapState } from 'vuex'; import Sortable from 'sortablejs' import manage from '../../manage/index'; +import { addOperation, getOperation } from '@/api/http'; export default { name: 'index', components: { @@ -227,40 +228,40 @@ export default { elseBoxCheck:[],/* 所有其他可从物品栏拖拽物品进入的弹框 */ //身份证扫描仪//审核资料//验钞机//选择重要空白凭证 auditGoodsShelf:[ - {name:'身份证', src:require('@/assets/img/goods/idcard.png'), id:13}, - {name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, - {name:'开户申请书', src:require('@/assets/img/goods/khsqs.png'), id:14}, - {name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, + {name:'身份证', src:require('@/assets/img/goods/idcard.png'), id:13}, + {name:'开户申请书', src:require('@/assets/img/goods/khsqs.png'), id:14}, + {name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, + {name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, ], //系统录入 //选择普通空白凭证 systemInputGoodsShelf:[ - {name:'身份证', src:require('@/assets/img/goods/idcard.png'), id:13}, - {name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, - {name:'开户申请书', src:require('@/assets/img/goods/khsqs.png'), id:14}, - {name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, - {name:'银行卡', src:require('@/assets/img/goods/bankCard.png'), id:16}, + {name:'身份证', src:require('@/assets/img/goods/idcard.png'), id:13}, + {name:'开户申请书', src:require('@/assets/img/goods/khsqs.png'), id:14}, + {name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, + {name:'银行卡', src:require('@/assets/img/goods/bankCard.png'), id:16}, + {name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, ], //打印资料 //客户签字 //印章盒 printoutGoodsShelf:[ - {name:'身份证', src:require('@/assets/img/goods/idcard.png'), id:13}, - {name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, - {name:'开户申请书', src:require('@/assets/img/goods/khsqs.png'), id:14}, - {name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, - {name:'银行卡', src:require('@/assets/img/goods/bankCard.png'), id:16}, - {name:'存款凭条', src:require('@/assets/img/goods/ckpt.png'), id:17}, + {name:'身份证', src:require('@/assets/img/goods/idcard.png'), id:13}, + {name:'开户申请书', src:require('@/assets/img/goods/khsqs.png'), id:14}, + {name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, + {name:'银行卡', src:require('@/assets/img/goods/bankCard.png'), id:16}, + {name:'存款凭条', src:require('@/assets/img/goods/ckpt.png'), id:17}, + {name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, ], //钱箱 cashboxGoodsShelf:[ - {name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, {name:'身份证', src:require('@/assets/img/goods/idcard.png'), id:13}, + {name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, {name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, ], // 总盒子里面的东西 goodsShelfTotalData:[ {name:'身份证', src:require('@/assets/img/goods/idcard.png'), id:13}, - {name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, {name:'开户申请书', src:require('@/assets/img/goods/khsqs.png'), id:14}, {name:'现金', src:require('@/assets/img/goods/cash-sm.png'), id:15}, + {name:'身份证复印件', src:require('@/assets/img/idCard-copy-sm.png'), id:23}, ], // goods:[/* 物品栏物品 */ // ], @@ -336,6 +337,24 @@ export default { return this.$store.state.system.fullScreen; }, showPop:function(){/* 展示弹框 */ + if(this.$store.state.system.popText == '刷卡器'){ + let dataList = JSON.parse(sessionStorage.getItem('dataList')); + if (dataList){ + this.receptionList = [] + for(var j=0;j{ - // console.log(111,value) - // return value - // }) - // .then(value=>{ - // console.log(222,value) - // return Promise.resolve(value) - - // }) - // .then(value=>{ - // console.log(333,value) - // }) - // .then(value=>{ - // console.log(444,value) - // return Promise.reject(value) - // }) - // .then(value=>{ - // console.log(555,value) - // }).catch(err=>{ - // console.log(666,err) - // }) let that = this // 拖拽-物品栏 new Sortable(this.$refs.goods, { @@ -456,17 +454,6 @@ export default { }); }, methods: { - // getQueryVariable(name) { - // var reg = new RegExp('(^|&)'+name+'=([^&]*)(&|$)') - // if( window.location.href.split('?')[1]){ - // var r = window.location.href.split('?')[1].match(reg) - // if (r != null){ - // return (r[2]) - // }else{ - // return null - // } - // } - // }, toggleGoods() { this.showGoods = !this.showGoods; }, @@ -474,12 +461,114 @@ export default { this.nbm = nbm if(type == '普通凭证箱' || type == '系统'){ this.goodsShelfTotalData = this.systemInputGoodsShelf + let parentId = '' + if(type == '普通凭证箱'){ + parentId = '0,3' + } + if(type == '系统'){ + parentId = '0,5' + } + let param= { + parentId: parentId + } + getOperation(param).then((data)=> { + if (data.data.status == 200) { + var list = data.data.judgmentRuleReqs + for(var j=0;j{ + }) }else if(type == '身份证扫描仪' || type == '验钞机' || type == '资料' || type == '重要空白凭证箱'){ this.goodsShelfTotalData = this.auditGoodsShelf + let parentId = '' + if(type == '重要空白凭证箱'){ + parentId = '0,2' + } + if(type == '资料'){ + parentId = '0,11' + } + if(type == '验钞机'){ + parentId = '0,9' + } + if(type == '身份证扫描仪'){ + parentId = '0,7' + } + let param= { + parentId: parentId + } + getOperation(param).then((data)=> { + if (data.data.status == 200) { + var list = data.data.judgmentRuleReqs + for(var j=0;j{ + }) }else if(type == '打印机' || type == '客户签字' || type == '印章盒'){ this.goodsShelfTotalData = this.printoutGoodsShelf + let parentId = '' + if(type == '打印机'){ + parentId = '0,10' + } + if(type == '客户签字'){ + parentId = '0,12' + } + if(type == '印章盒'){ + parentId = '0,8' + } + let param= { + parentId: parentId + } + getOperation(param).then((data)=> { + if (data.data.status == 200) { + var list = data.data.judgmentRuleReqs + for(var j=0;j{ + }) }else if(type == '钱箱'){ - this.goodsShelfTotalData = this.cashboxGoodsShelf + this.goodsShelfTotalData = this.cashboxGoodsShelf; + let param= { + parentId: '0,1' + } + getOperation(param).then((data)=> { + if (data.data.status == 200) { + var list = data.data.judgmentRuleReqs + for(var j=0;j{ + }) } this.$store.commit('system/changePop',{show:true,text:type}) }, @@ -579,19 +668,45 @@ export default { this.$store.commit('system/changeGoods',{push:arr}) clickList.length = 0 }else{ - if (this.id == '62'){ + if (this.id == '62,1'){ this.goodsShelfTotalData = this.auditGoodsShelf - let formDataAccountVoucher = [] - let formDataAccountPassword = '' + let accountVoucher = []; + let accountPassword = ''; if (this.receptionList.length){ - formDataAccountVoucher = this.receptionList - sessionStorage.setItem('formDataAccountVoucher', JSON.stringify(formDataAccountVoucher)) + accountVoucher = this.receptionList + sessionStorage.setItem('accountVoucher', JSON.stringify(accountVoucher)) } if (this.passwordForm.passwordAgain){ - formDataAccountPassword = this.passwordForm.passwordAgain - sessionStorage.setItem('formDataAccountPassword', formDataAccountPassword) + accountPassword = this.passwordForm.passwordAgain + sessionStorage.setItem('accountPassword', accountPassword) } } + if (this.id == '62,2'){ + this.goodsShelfTotalData = this.auditGoodsShelf + let accountVoucherTwo = [] + let accountPasswordTwo = '' + if (this.receptionList.length){ + accountVoucherTwo = this.receptionList + sessionStorage.setItem('accountVoucherTwo', JSON.stringify(accountVoucherTwo)) + } + if (this.passwordForm.passwordAgain){ + accountPasswordTwo = this.passwordForm.passwordAgain + sessionStorage.setItem('accountPasswordTwo', accountPasswordTwo) + } + } + if (this.id == '62,3'){ + this.goodsShelfTotalData = this.auditGoodsShelf + let accountVoucherThree = [] + let accountPasswordThree = '' + if (this.receptionList.length){ + accountVoucherThree = this.receptionList + sessionStorage.setItem('accountVoucherThree', JSON.stringify(accountVoucherThree)) + } + if (this.passwordForm.passwordAgain){ + accountPasswordThree = this.passwordForm.passwordAgain + sessionStorage.setItem('accountPasswordThree', accountPasswordThree) + } + } } this.toggleGoods() if(this.popText == '密码器'){ @@ -615,72 +730,178 @@ export default { }else{ if (this.receptionList.length >0){ this.$message.success(`${this.popText}操作成功!`) - if (this.nbm == 0){ - // let formList = [] - // let ruleReqs = sessionStorage.getItem('ruleReqs') - // if (ruleReqs){formList = JSON.parse(ruleReqs);}else{formList = []} - // for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 2){ //普通凭证箱 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 3){ //重要空白凭证箱 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 4){ //钱箱 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + let formList = []; + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 5){ //印章盒 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 6){ //验钞机 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 7){ //打印机 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 9){//资料 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 10){ //刷卡器 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) + }else if (this.nbm == 11){ //身份证扫描仪 + let projectId = sessionStorage.getItem('projectId') + let startTime = sessionStorage.getItem('startTime') + for (var i=0;i{ + this.$message({ + message: '提交成功', + type: 'success' + }); + }).catch((error)=>{ + }) }else{ } diff --git a/src/pages/lobbyManager/list/index.vue b/src/pages/lobbyManager/list/index.vue index 21d2e20..4fe604f 100644 --- a/src/pages/lobbyManager/list/index.vue +++ b/src/pages/lobbyManager/list/index.vue @@ -47,7 +47,9 @@
- +
+ +
取号成功

您选择了现金业务

@@ -61,7 +63,7 @@

- 请单击选中所需材料、双击可放大预览 -

  • - +

    开户申请书

  • @@ -69,7 +71,7 @@

    密码挂失申请书

  • - +

    特殊业务申请书

  • @@ -77,11 +79,11 @@

    开立单位银行结算账户申请书

  • - +

    现金存款凭证

  • - +

    转账凭证

  • @@ -266,7 +268,9 @@ export default { margin-left: 50px; } img{ - margin: 0 45px; + width: 100%; + height: 154px; + //margin: 0 45px; } p{ font-size: 22px; diff --git a/src/pages/manage/list/ImportantCash/controlCash/index.vue b/src/pages/manage/list/ImportantCash/controlCash/index.vue index 7de46f2..da062b2 100644 --- a/src/pages/manage/list/ImportantCash/controlCash/index.vue +++ b/src/pages/manage/list/ImportantCash/controlCash/index.vue @@ -128,8 +128,8 @@ export default { border-radius: 5px; background: #CFDDFF; text-align: center; - height: 68px; - line-height: 68px; + height: 40px; + line-height: 40px; font-size: 18px; color: #6191FF; } diff --git a/src/pages/manage/list/business/deposit.vue b/src/pages/manage/list/business/deposit.vue index 30a0afe..1351f8b 100644 --- a/src/pages/manage/list/business/deposit.vue +++ b/src/pages/manage/list/business/deposit.vue @@ -134,8 +134,8 @@ export default { border-radius: 5px; background: #CFDDFF; text-align: center; - height: 68px; - line-height: 68px; + height: 40px; + line-height: 40px; font-size: 18px; color: #6191FF; } diff --git a/src/pages/manage/list/business/openAccount.vue b/src/pages/manage/list/business/openAccount.vue index efe2a38..0065713 100644 --- a/src/pages/manage/list/business/openAccount.vue +++ b/src/pages/manage/list/business/openAccount.vue @@ -181,8 +181,8 @@ export default { border-radius: 5px; background: #CFDDFF; text-align: center; - height: 68px; - line-height: 68px; + height: 40px; + line-height: 40px; font-size: 18px; color: #6191FF; } diff --git a/src/pages/manage/list/business/transfer.vue b/src/pages/manage/list/business/transfer.vue index 41a40ed..bbd86fc 100644 --- a/src/pages/manage/list/business/transfer.vue +++ b/src/pages/manage/list/business/transfer.vue @@ -169,8 +169,8 @@ export default { border-radius: 5px; background: #CFDDFF; text-align: center; - height: 68px; - line-height: 68px; + height: 40px; + line-height: 40px; font-size: 18px; color: #6191FF; } diff --git a/src/pages/manage/list/business/withdrawal.vue b/src/pages/manage/list/business/withdrawal.vue index 6408f75..df09cad 100644 --- a/src/pages/manage/list/business/withdrawal.vue +++ b/src/pages/manage/list/business/withdrawal.vue @@ -158,8 +158,8 @@ export default { border-radius: 5px; background: #CFDDFF; text-align: center; - height: 68px; - line-height: 68px; + height: 40px; + line-height: 40px; font-size: 18px; color: #6191FF; } diff --git a/src/pages/manage/list/client/consumerClient.vue b/src/pages/manage/list/client/consumerClient.vue index eb97655..2f74733 100644 --- a/src/pages/manage/list/client/consumerClient.vue +++ b/src/pages/manage/list/client/consumerClient.vue @@ -222,8 +222,8 @@ export default { // border-radius: 5px; // background: #CFDDFF; // text-align: center; - // height: 68px; - // line-height: 68px; + // height: 40; + // line-height: 40; // font-size: 18px; // color: #6191FF; // } diff --git a/src/pages/manage/list/client/corporateClient.vue b/src/pages/manage/list/client/corporateClient.vue index d02f261..ed50555 100644 --- a/src/pages/manage/list/client/corporateClient.vue +++ b/src/pages/manage/list/client/corporateClient.vue @@ -127,8 +127,8 @@ export default { border-radius: 5px; background: #CFDDFF; text-align: center; - height: 68px; - line-height: 68px; + height: 40px; + line-height: 40px; font-size: 18px; color: #6191FF; } diff --git a/src/pages/manage/list/personal/accountService/accountService.vue b/src/pages/manage/list/personal/accountService/accountService.vue index 75b023b..abe2a0c 100644 --- a/src/pages/manage/list/personal/accountService/accountService.vue +++ b/src/pages/manage/list/personal/accountService/accountService.vue @@ -129,8 +129,8 @@ export default { border-radius: 5px; background: #CFDDFF; text-align: center; - height: 68px; - line-height: 68px; + height: 40px; + line-height: 40px; font-size: 18px; color: #6191FF; } diff --git a/src/pages/manage/list/personal/accountService/changePassword.vue b/src/pages/manage/list/personal/accountService/changePassword.vue index 000f89f..b419f6d 100644 --- a/src/pages/manage/list/personal/accountService/changePassword.vue +++ b/src/pages/manage/list/personal/accountService/changePassword.vue @@ -65,8 +65,8 @@ export default{ border-radius: 5px; background: #CFDDFF; text-align: center; - height: 68px; - line-height: 68px; + height: 40px; + line-height: 40px; font-size: 18px; color: #6191FF; cursor: pointer; diff --git a/src/pages/manage/list/personal/callDeposits/accountClosed.vue b/src/pages/manage/list/personal/callDeposits/accountClosed.vue index df4ebe5..06aaec5 100644 --- a/src/pages/manage/list/personal/callDeposits/accountClosed.vue +++ b/src/pages/manage/list/personal/callDeposits/accountClosed.vue @@ -102,8 +102,8 @@ export default{ border-radius: 5px; background: #CFDDFF; text-align: center; - height: 68px; - line-height: 68px; + height: 40px; + line-height: 40px; font-size: 18px; color: #6191FF; cursor: pointer; diff --git a/src/pages/manage/list/personal/callDeposits/callDeposits.vue b/src/pages/manage/list/personal/callDeposits/callDeposits.vue index cfccf91..ec0b70d 100644 --- a/src/pages/manage/list/personal/callDeposits/callDeposits.vue +++ b/src/pages/manage/list/personal/callDeposits/callDeposits.vue @@ -126,8 +126,8 @@ export default { border-radius: 5px; background: #CFDDFF; text-align: center; - height: 68px; - line-height: 68px; + height: 40px; + line-height: 40px; font-size: 18px; color: #6191FF; } diff --git a/src/pages/manage/list/personal/callDeposits/openAccount.vue b/src/pages/manage/list/personal/callDeposits/openAccount.vue index 1ba2b60..b686722 100644 --- a/src/pages/manage/list/personal/callDeposits/openAccount.vue +++ b/src/pages/manage/list/personal/callDeposits/openAccount.vue @@ -92,8 +92,8 @@ export default{ border-radius: 5px; background: #CFDDFF; text-align: center; - height: 68px; - line-height: 68px; + height: 40px; + line-height: 40px; font-size: 18px; color: #6191FF; cursor: pointer; diff --git a/src/pages/manage/list/personal/currentAccount/accountCancellation.vue b/src/pages/manage/list/personal/currentAccount/accountCancellation.vue index 5b6fbc7..e6391e0 100644 --- a/src/pages/manage/list/personal/currentAccount/accountCancellation.vue +++ b/src/pages/manage/list/personal/currentAccount/accountCancellation.vue @@ -81,8 +81,8 @@ export default{ border-radius: 5px; background: #CFDDFF; text-align: center; - height: 68px; - line-height: 68px; + height: 40px; + line-height: 40px; font-size: 18px; color: #6191FF; cursor: pointer; diff --git a/src/pages/manage/list/personal/currentAccount/deposit.vue b/src/pages/manage/list/personal/currentAccount/deposit.vue index 02daa77..a284896 100644 --- a/src/pages/manage/list/personal/currentAccount/deposit.vue +++ b/src/pages/manage/list/personal/currentAccount/deposit.vue @@ -94,8 +94,8 @@ export default{ border-radius: 5px; background: #CFDDFF; text-align: center; - height: 68px; - line-height: 68px; + height: 40px; + line-height: 40px; font-size: 18px; color: #6191FF; cursor: pointer; diff --git a/src/pages/manage/list/personal/currentAccount/index.vue b/src/pages/manage/list/personal/currentAccount/index.vue index b95f519..dbda7c5 100644 --- a/src/pages/manage/list/personal/currentAccount/index.vue +++ b/src/pages/manage/list/personal/currentAccount/index.vue @@ -154,8 +154,8 @@ export default { border-radius: 5px; background: #CFDDFF; text-align: center; - height: 68px; - line-height: 68px; + height: 40px; + line-height: 40px; font-size: 18px; color: #6191FF; } diff --git a/src/pages/manage/list/personal/currentAccount/openAccount.vue b/src/pages/manage/list/personal/currentAccount/openAccount.vue index 3b18b65..f0c5713 100644 --- a/src/pages/manage/list/personal/currentAccount/openAccount.vue +++ b/src/pages/manage/list/personal/currentAccount/openAccount.vue @@ -173,7 +173,7 @@