20240205
luoJunYong.123 3 years ago
parent 3c305e2fbc
commit 019f6af7eb
  1. 2
      src/components/tipDialog/index.vue
  2. 377
      src/pages/counter/list/index.vue
  3. 24
      src/pages/manage/list/personal/callDeposits/accountClosed.vue
  4. 1
      src/store/modules/system.js

@ -239,7 +239,7 @@ export default {
} }
.successTip { .successTip {
color: green; color: green;
background-color: rgba(255, 255, 255,.9); background-color: rgba(255, 255, 240,.9);
border: 1px solid white; border: 1px solid white;
border-radius: 16px; border-radius: 16px;
} }

@ -528,6 +528,7 @@ export default {
// goods:[/* */ // goods:[/* */
// ], // ],
popArr:[/* 弹窗展示的物品 */ popArr:[/* 弹窗展示的物品 */
{name:'二类银行卡',src:require('@/assets/img/goods/bankCard.png'),id:563},
{name:'银行卡',src:require('@/assets/img/goods/bankCard.png'),id:16,cardNub:'1865 3549 5675 5589'}, {name:'银行卡',src:require('@/assets/img/goods/bankCard.png'),id:16,cardNub:'1865 3549 5675 5589'},
{name:'定期存单',src:require('@/assets/img/seal/paid.png'),id:428}, {name:'定期存单',src:require('@/assets/img/seal/paid.png'),id:428},
{name:'预留印鉴卡',src:require('@/assets/img/seal/paid.png'),id:439}, {name:'预留印鉴卡',src:require('@/assets/img/seal/paid.png'),id:439},
@ -701,7 +702,9 @@ export default {
] ]
if(this.businessKey === '业务一') { if(this.businessKey === '业务一') {
// arr.unshift({name:'',src:require('@/assets/img/goods/bankCard.png'),id:16,cardNub:'1865 3549 5675 5589'}) // arr.unshift({name:'',src:require('@/assets/img/goods/bankCard.png'),id:16,cardNub:'1865 3549 5675 5589'})
arr.unshift({name:'二类银行卡',src:require('@/assets/img/goods/bankCard.png'),id:563,cardNub:'1865 3549 5675 5589'})
arr.unshift({name:'一类银行卡',src:require('@/assets/img/goods/bankCard.png'),id:16,cardNub:'1865 3549 5675 5589'}) arr.unshift({name:'一类银行卡',src:require('@/assets/img/goods/bankCard.png'),id:16,cardNub:'1865 3549 5675 5589'})
arr.pop() arr.pop()
}else { }else {
arr.unshift({name:'银行卡',src:require('@/assets/img/goods/bankCard.png'),id:16,cardNub:'1865 3549 5675 5589'}) arr.unshift({name:'银行卡',src:require('@/assets/img/goods/bankCard.png'),id:16,cardNub:'1865 3549 5675 5589'})
@ -728,372 +731,6 @@ export default {
this.passwordForm.password2 = '' this.passwordForm.password2 = ''
if(!this.showGoods) this.checkList = [] if(!this.showGoods) this.checkList = []
return this.$store.state.system.showPop; return this.$store.state.system.showPop;
//
// if(this.$store.state.system.popText == ''){
// if (this.$store.state.system.id == '62,1'){
// this.nbm = 62
// let param= {
// parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,57,62,75'
// }
// getOperation(param).then((data)=> {
// if (data.data.status == 200) {
// var list = data.data.judgmentRuleReqs
// for(var j=0;j<list.length;j++){
// for(var i=0;i<this.goodsShelfTotalData.length;i++){
// if(list[j].answerId == this.goodsShelfTotalData[i].id){
// this.receptionList.push(this.goodsShelfTotalData[i])
// }
// }
// }
// }else{
// let accountVoucher = sessionStorage.getItem('accountVoucher')
// this.receptionList = JSON.parse(accountVoucher);
// if(this.receptionList == null){
// this.receptionList = []
// }
// }
// }).catch((error)=>{
// })
// }else if (this.$store.state.system.id == '63'){
// this.nbm = 63
// let param= {
// parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,57,63,78'
// }
// getOperation(param).then((data)=> {
// if (data.data.status == 200) {
// var list = data.data.judgmentRuleReqs
// for(var j=0;j<list.length;j++){
// for(var i=0;i<this.goodsShelfTotalData.length;i++){
// if(list[j].answerId == this.goodsShelfTotalData[i].id){
// this.receptionList.push(this.goodsShelfTotalData[i])
// }
// }
// }
// }else{
// let nomBusinessDepositCard = sessionStorage.getItem('nomBusinessDepositCard')
// this.receptionList = JSON.parse(nomBusinessDepositCard);
// if(this.receptionList == null){
// this.receptionList = []
// }
// }
// }).catch((error)=>{
// })
// }else if (this.$store.state.system.id == '64'){
// console.log(this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id)
// this.nbm = 64
// let param= {
// parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,57,64,85'
// }
// getOperation(param).then((data)=> {
// if (data.data.status == 200) {
// var list = data.data.judgmentRuleReqs
// for(var j=0;j<list.length;j++){
// for(var i=0;i<this.goodsShelfTotalData.length;i++){
// if(list[j].answerId == this.goodsShelfTotalData[i].id){
// this.receptionList.push(this.goodsShelfTotalData[i])
// }
// }
// }
// }else{
// let nomCurrentWithdrawalCard = sessionStorage.getItem('nomCurrentWithdrawalCard')
// this.receptionList = JSON.parse(nomCurrentWithdrawalCard);
// if(this.receptionList == null){
// this.receptionList = []
// }
// }
// }).catch((error)=>{
// })
// }else if (this.$store.state.system.id == '65'){
// this.nbm = 65
// let param= {
// parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,57,65,94'
// }
// getOperation(param).then((data)=> {
// if (data.data.status == 200) {
// var list = data.data.judgmentRuleReqs
// for(var j=0;j<list.length;j++){
// for(var i=0;i<this.goodsShelfTotalData.length;i++){
// if(list[j].answerId == this.goodsShelfTotalData[i].id){
// this.receptionList.push(this.goodsShelfTotalData[i])
// }
// }
// }
// }else{
// let nomCurrentTransferCard = sessionStorage.getItem('nomCurrentTransferCard')
// this.receptionList = JSON.parse(nomCurrentTransferCard);
// if(this.receptionList == null){
// this.receptionList = []
// }
// }
// }).catch((error)=>{
// })
// }else if (this.$store.state.system.id == '66'){
// this.nbm = 66
// let param= {
// parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,57,66,103'
// }
// getOperation(param).then((data)=> {
// if (data.data.status == 200) {
// var list = data.data.judgmentRuleReqs
// for(var j=0;j<list.length;j++){
// for(var i=0;i<this.goodsShelfTotalData.length;i++){
// if(list[j].answerId == this.goodsShelfTotalData[i].id){
// this.receptionList.push(this.goodsShelfTotalData[i])
// }
// }
// }
// }else{
// let nomCurrentSettleCard = sessionStorage.getItem('nomCurrentSettleCard')
// this.receptionList = JSON.parse(nomCurrentSettleCard);
// if(this.receptionList == null){
// this.receptionList = []
// }
// }
// }).catch((error)=>{
// })
// }else if (this.$store.state.system.id == '67,1'){
// this.nbm = 67
// let param= {
// parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,57,67,113'
// }
// getOperation(param).then((data)=> {
// if (data.data.status == 200) {
// var list = data.data.judgmentRuleReqs
// for(var j=0;j<list.length;j++){
// for(var i=0;i<this.goodsShelfTotalData.length;i++){
// if(list[j].answerId == this.goodsShelfTotalData[i].id){
// this.receptionList.push(this.goodsShelfTotalData[i])
// }
// }
// }
// }else{
// let nomCurrentCancellCard1 = sessionStorage.getItem('nomCurrentCancellCard1')
// this.receptionList = JSON.parse(nomCurrentCancellCard1);
// if(this.receptionList == null){
// this.receptionList = []
// }
// }
// }).catch((error)=>{
// })
// }else if (myConfig[this.$store.state.system.id]){
// let { nbm, parentId, name } = myConfig[this.$store.state.system.id]
// parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,' + parentId
// this.nbm = nbm
// let param= {
// parentId
// }
// getOperation(param).then((data)=> {
// if (data.data.status == 200) {
// let tmpName = sessionStorage.getItem(name)
// if(tmpName) {
// this.receptionList = JSON.parse(tmpName);
// }else {
// var list = data.data.judgmentRuleReqs
// for(var j=0;j<list.length;j++){
// for(var i=0;i<this.goodsShelfTotalData.length;i++){
// if(list[j].answerId == this.goodsShelfTotalData[i].id){
// this.receptionList.push(this.goodsShelfTotalData[i])
// }
// }
// }
// }
// }else{
// let tmpName = sessionStorage.getItem(name)
// this.receptionList = JSON.parse(tmpName);
// if(this.receptionList == null){
// this.receptionList = []
// }
// }
// }).catch((error)=>{
// })
// }else{
// let dataList = JSON.parse(sessionStorage.getItem('dataList'));
// if (dataList){
// this.receptionList = []
// for(var j=0;j<dataList.length;j++){
// for(var i=0;i<this.goodsShelfTotalData.length;i++){
// if(dataList[j].answerId == this.goodsShelfTotalData[i].id){
// this.receptionList.push(this.goodsShelfTotalData[i])
// }
// }
// }
// }
// }
// }
// else if(this.$store.state.system.popText == ''){
// if(this.$store.state.system.id == '62,1'){
// this.systemId = this.$store.state.system.id
// let accountPassword = sessionStorage.getItem('accountPassword');
// if(accountPassword){
// this.passwordForm.password = accountPassword
// this.passwordForm.passwordAgain = accountPassword
// }
// }else if(this.$store.state.system.id == '64,2'){
// let nomCurrentWithdrawalPassword = sessionStorage.getItem('nomCurrentWithdrawalPassword');
// if(nomCurrentWithdrawalPassword){
// this.passwordForm.password = nomCurrentWithdrawalPassword
// this.passwordForm.passwordAgain = nomCurrentWithdrawalPassword
// }
// }else if(this.$store.state.system.id == '65'){
// let nomCurrentTransferPassword = sessionStorage.getItem('nomCurrentTransferPassword');
// if(nomCurrentTransferPassword){
// this.passwordForm.password = nomCurrentTransferPassword
// this.passwordForm.passwordAgain = nomCurrentTransferPassword
// }
// }else if(this.$store.state.system.id == '66,2'){
// let nomCurrentSettlePassword = sessionStorage.getItem('nomCurrentSettlePassword');
// if(nomCurrentSettlePassword){
// this.passwordForm.password = nomCurrentSettlePassword
// this.passwordForm.passwordAgain = nomCurrentSettlePassword
// }
// }else if(myConfig[this.$store.state.system.id]){
// const { name } = myConfig[this.$store.state.system.id]
// let nomCurrentSettlePassword = sessionStorage.getItem(name);
// if(nomCurrentSettlePassword){
// this.passwordForm.password = nomCurrentSettlePassword
// this.passwordForm.passwordAgain = nomCurrentSettlePassword
// }
// }else{
// let accountPasswordAll = sessionStorage.getItem('accountPasswordAll');
// if(accountPasswordAll){
// // this.passwordForm.password = accountPasswordAll
// this.passwordForm.passwordAgain = accountPasswordAll
// }
// }
// }
// else if(this.$store.state.system.popText == '' || this.$store.state.system.popText.includes('') || this.$store.state.system.popText.includes('')){
// if (this.$store.state.system.id == '33'){
// this.nbm = 33
// let param= {
// parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,25,33,41'
// }
// getOperation(param).then((data)=> {
// if (data.data.status == 200) {
// var list = data.data.judgmentRuleReqs
// for(var j=0;j<list.length;j++){
// for(var i=0;i<this.goodsShelfTotalData.length;i++){
// if(list[j].answerId == this.goodsShelfTotalData[i].id){
// this.receptionList.push(this.goodsShelfTotalData[i])
// }
// }
// }
// }else{
// let nomClientIdentity = sessionStorage.getItem('nomClientIdentity')
// this.receptionList = JSON.parse(nomClientIdentity);
// if(this.receptionList == null){
// this.receptionList = []
// }
// }
// }).catch((error)=>{
// })
// }else if (this.$store.state.system.id == '34'){
// this.nbm = 34
// let param= {
// parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,25,34,54'
// }
// getOperation(param).then((data)=> {
// if (data.data.status == 200) {
// var list = data.data.judgmentRuleReqs
// for(var j=0;j<list.length;j++){
// for(var i=0;i<this.goodsShelfTotalData.length;i++){
// if(list[j].answerId == this.goodsShelfTotalData[i].id){
// this.receptionList.push(this.goodsShelfTotalData[i])
// }
// }
// }
// }else{
// let firmClientIdentity = sessionStorage.getItem('firmClientIdentity')
// this.receptionList = JSON.parse(firmClientIdentity);
// if(this.receptionList == null){
// this.receptionList = []
// }
// }
// }).catch((error)=>{
// })
// }else if (this.$store.state.system.id == '67,2'){
// this.nbm = 67
// let param= {
// parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,57,67,116'
// }
// getOperation(param).then((data)=> {
// if (data.data.status == 200) {
// var list = data.data.judgmentRuleReqs
// for(var j=0;j<list.length;j++){
// for(var i=0;i<this.goodsShelfTotalData.length;i++){
// if(list[j].answerId == this.goodsShelfTotalData[i].id){
// this.receptionList.push(this.goodsShelfTotalData[i])
// }
// }
// }
// }else{
// let nomCurrentCancellCard2 = sessionStorage.getItem('nomCurrentCancellCard2')
// this.receptionList = JSON.parse(nomCurrentCancellCard2);
// if(this.receptionList == null){
// this.receptionList = []
// }
// }
// }).catch((error)=>{
// })
// }else if (myConfig[this.$store.state.system.id]){
// let { nbm, parentId, name } = myConfig[this.$store.state.system.id]
// parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,' + parentId
// this.nbm = nbm
// let param= {
// parentId
// }
// getOperation(param).then((data)=> {
// if (data.data.status == 200) {
// let tmpName = sessionStorage.getItem(name)
// if(tmpName) {
// this.receptionList = JSON.parse(tmpName);
// }else {
// var list = data.data.judgmentRuleReqs
// for(var j=0;j<list.length;j++){
// for(var i=0;i<this.goodsShelfTotalData.length;i++){
// if(list[j].answerId == this.goodsShelfTotalData[i].id){
// this.receptionList.push(this.goodsShelfTotalData[i])
// }
// }
// }
// }
// }else{
// let tmpName = sessionStorage.getItem(name)
// this.receptionList = JSON.parse(tmpName);
// if(this.receptionList == null){
// this.receptionList = []
// }
// }
// }).catch((error)=>{
// })
// // const { nbm, name } = myConfig[this.$store.state.system.id]
// // this.nbm = nbm
// // let tmpName = sessionStorage.getItem(name)
// // this.receptionList = JSON.parse(tmpName);
// // if(this.receptionList == null){
// // this.receptionList = []
// // }
// }else{
// let dataList = JSON.parse(sessionStorage.getItem('dataList'));
// if (dataList){
// this.receptionList = []
// for(var j=0;j<dataList.length;j++){
// for(var i=0;i<this.goodsShelfTotalData.length;i++){
// if(dataList[j].answerId == this.goodsShelfTotalData[i].id){
// this.receptionList.push(this.goodsShelfTotalData[i])
// }
// }
// }
// }
// }
// }
}, },
popText:function(){/* 文字 */ popText:function(){/* 文字 */
@ -1225,7 +862,7 @@ export default {
const loading = this.$loading({ const loading = this.$loading({
lock: true, lock: true,
// text: 'Loading', // text: 'Loading',
text: '努力加载中,请稍等...', text: '努力加载中,请稍等...',
spinner: 'el-icon-loading', spinner: 'el-icon-loading',
background: 'rgba(0, 0, 0, 0.7)' background: 'rgba(0, 0, 0, 0.7)'
}); });
@ -1642,7 +1279,7 @@ export default {
} }
for (let i=0;i<this.receptionList.length;i++){ for (let i=0;i<this.receptionList.length;i++){
if(this.receptionList[i].id !== 16) { if(this.receptionList[i].id !== 16 && this.receptionList[i].id !== 563) {
this.setTipsOperate('刷卡失败!请放入银行卡或存折!') this.setTipsOperate('刷卡失败!请放入银行卡或存折!')
return return
} }
@ -1822,8 +1459,10 @@ export default {
// this.goodsShelfTotalData = this.auditGoodsShelf // this.goodsShelfTotalData = this.auditGoodsShelf
if (this.receptionList.length >0){ if (this.receptionList.length >0){
if(this.receptionList[0].id == 563) {
sessionStorage.setItem('accountVoucherTwo', JSON.stringify("getIt")) sessionStorage.setItem('accountVoucherTwo', JSON.stringify("getIt"))
} }
}
this.showManage() this.showManage()
}else if (this.$store.state.system.id == '62,2' && this.popText === '密码器'){ }else if (this.$store.state.system.id == '62,2' && this.popText === '密码器'){
this.nbm = 62 this.nbm = 62
@ -1837,8 +1476,10 @@ export default {
this.nbm = 62 this.nbm = 62
// this.goodsShelfTotalData = this.auditGoodsShelf // this.goodsShelfTotalData = this.auditGoodsShelf
if (this.receptionList.length >0){ if (this.receptionList.length >0){
if(this.receptionList[0].id == 563) {
sessionStorage.setItem('accountVoucherThree', JSON.stringify("getIt")) sessionStorage.setItem('accountVoucherThree', JSON.stringify("getIt"))
} }
}
this.showManage() this.showManage()
}else if (this.$store.state.system.id == '62,3' && this.popText === '密码器'){ }else if (this.$store.state.system.id == '62,3' && this.popText === '密码器'){
this.nbm = 62 this.nbm = 62

@ -408,30 +408,6 @@ export default{
submitForm() { submitForm() {
if(!this.form.idNumber) { if(!this.form.idNumber) {
messageIdCard() messageIdCard()
// let projectId = sessionStorage.getItem('projectId')
// let startTime = sessionStorage.getItem('startTime')
// let formList = [
// {
// "answerId":'392',
// "emptyOne": "",
// "emptyTwo": "",
// "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,38,289,392,13",
// "type": ""
// }
// ]
// let params= {
// parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,38,289,392',
// lcJudgmentRuleReq:formList,
// projectId:+projectId,
// startTime:startTime,
// }
// addOperation(params).then((data)=>{
// this.$message({
// message: '',
// type: 'success'
// });
// }).catch((error)=>{
// })
return return
} }
if(!this.form.voucherNumber) { if(!this.form.voucherNumber) {

@ -4,6 +4,7 @@
/* 所有物品名字 */ /* 所有物品名字 */
const allGoods = { const allGoods = {
563: {name:'二类银行卡',src:require('@/assets/img/goods/bankCard.png'),id:563},
16: {name:'银行卡',src:require('@/assets/img/goods/bankCard.png'),id:16}, 16: {name:'银行卡',src:require('@/assets/img/goods/bankCard.png'),id:16},
428: {name:'定期存单',src:require('@/assets/img/seal/paid.png'),id:428}, 428: {name:'定期存单',src:require('@/assets/img/seal/paid.png'),id:428},
439: {name:'预留印鉴卡',src:require('@/assets/img/seal/paid.png'),id:439}, 439: {name:'预留印鉴卡',src:require('@/assets/img/seal/paid.png'),id:439},

Loading…
Cancel
Save