|
|
@ -309,7 +309,8 @@ export default { |
|
|
|
{checked: 3, click: 7, src: require('@/assets/img/open-account-apply-sm.png'), title: '现金缴款单'}, |
|
|
|
{checked: 3, click: 7, src: require('@/assets/img/open-account-apply-sm.png'), title: '现金缴款单'}, |
|
|
|
{checked: 4, click: 8, src: require('@/assets/img/goods/cash-sm.png'), title: '境外汇款申请书'}, |
|
|
|
{checked: 4, click: 8, src: require('@/assets/img/goods/cash-sm.png'), title: '境外汇款申请书'}, |
|
|
|
], |
|
|
|
], |
|
|
|
lazy1: require('@/assets/img/manager.png') |
|
|
|
lazy1: require('@/assets/img/manager.png'), |
|
|
|
|
|
|
|
submited: 0 |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
created() { |
|
|
|
created() { |
|
|
@ -346,6 +347,7 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
// 取号 |
|
|
|
// 取号 |
|
|
|
confirmTake(){ |
|
|
|
confirmTake(){ |
|
|
|
|
|
|
|
if (this.submited) return this.$message.error('已提交!') |
|
|
|
if(this.takeCheck < 0) { |
|
|
|
if(this.takeCheck < 0) { |
|
|
|
this.$message({ |
|
|
|
this.$message({ |
|
|
|
message: '请选择一个您要办理的业务', |
|
|
|
message: '请选择一个您要办理的业务', |
|
|
@ -365,6 +367,7 @@ export default { |
|
|
|
startTime:startTime, |
|
|
|
startTime:startTime, |
|
|
|
} |
|
|
|
} |
|
|
|
addOperation(params).then((data)=>{ |
|
|
|
addOperation(params).then((data)=>{ |
|
|
|
|
|
|
|
this.submited = 1 |
|
|
|
this.takeVisible = false |
|
|
|
this.takeVisible = false |
|
|
|
this.takeResultVisible = true |
|
|
|
this.takeResultVisible = true |
|
|
|
setTimeout(() => { |
|
|
|
setTimeout(() => { |
|
|
@ -452,7 +455,6 @@ export default { |
|
|
|
formList.push({"answerId":item.key,"emptyOne": "", "emptyTwo": '', "operationIds": '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',286,416,' + item.key, "type": ""}) |
|
|
|
formList.push({"answerId":item.key,"emptyOne": "", "emptyTwo": '', "operationIds": '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',286,416,' + item.key, "type": ""}) |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
console.log(333, this.elImg3) |
|
|
|
|
|
|
|
const params= { |
|
|
|
const params= { |
|
|
|
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',286, 416', |
|
|
|
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',286, 416', |
|
|
|
lcJudgmentRuleReq:formList, |
|
|
|
lcJudgmentRuleReq:formList, |
|
|
@ -600,6 +602,28 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
showCopy(){ |
|
|
|
showCopy(){ |
|
|
|
|
|
|
|
console.log("🚀 ~ file: index.vue:607 ~ showCopy ~ this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id:", this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id === 500) { |
|
|
|
|
|
|
|
// 公司基本户开立业务要显示: 法人身份证、开立银行结算账户申请书、营业执照、开户许可证 |
|
|
|
|
|
|
|
this.elImg2 = [ |
|
|
|
|
|
|
|
{ img: require('@/assets/img/goods/idCard.png'), name: '法人身份证', key: 442, copyState: false, returnState: false }, |
|
|
|
|
|
|
|
{ img: require('@/assets/img/goods/ApplicationBankSettlement.png'), name: '开立银行结算账户申请书', key: 432, copyState: false, returnState: false }, |
|
|
|
|
|
|
|
{ img: require('@/assets/img/goods/营业执照.png'), name: '统一社会信用代码证', key: 434, copyState: false, returnState: false }, |
|
|
|
|
|
|
|
{ img: require('@/assets/img/goods/开户许可证.png'), name: '开户许可证', key: 436, copyState: false, returnState: false }, |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
} else if (this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id === 504) { |
|
|
|
|
|
|
|
// 密码修改业务要显示特殊业务申请书和身份证 |
|
|
|
|
|
|
|
this.elImg2 = [ |
|
|
|
|
|
|
|
{ img: require('@/assets/img/goods/businessSpecialApplication.png'), name: '特殊业务申请书', key: 407, copyState: false, returnState: false }, |
|
|
|
|
|
|
|
{ img: require('@/assets/img/idCard-sm.png'), name: '身份证', key: 13, copyState: false, returnState: false }, |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
} else if (this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id === 502) { |
|
|
|
|
|
|
|
// 公司现金支票取款业务要显示法人身份证 |
|
|
|
|
|
|
|
this.elImg2 = [ |
|
|
|
|
|
|
|
{ img: require('@/assets/img/goods/idCard.png'), name: '法人身份证', key: 442, copyState: false, returnState: false }, |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
} |
|
|
|
this.workingName = '复印' |
|
|
|
this.workingName = '复印' |
|
|
|
this.copyVisible = true |
|
|
|
this.copyVisible = true |
|
|
|
}, |
|
|
|
}, |
|
|
@ -788,6 +812,9 @@ export default { |
|
|
|
p{ |
|
|
|
p{ |
|
|
|
font-size: 14px; |
|
|
|
font-size: 14px; |
|
|
|
line-height: 40px; |
|
|
|
line-height: 40px; |
|
|
|
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
text-overflow: ellipsis; |
|
|
|
|
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|