20240205
yujialong 2 years ago
parent 670ad6e0fe
commit ff8832297a
  1. BIN
      src/assets/img/goods/xhsqs.png
  2. 1
      src/components/checkPhoto/index.vue
  3. 31
      src/pages/lobbyManager/list/index.vue
  4. 4
      src/pages/manage/list/personal/callDeposits/accountClosed.vue
  5. 2
      src/pages/manage/list/personal/callDeposits/openAccount.vue
  6. 5
      src/pages/manage/list/personal/currentAccount/openAccount.vue
  7. 2
      src/pages/manage/list/personal/timeDeposit/deposit.vue
  8. 4
      src/pages/manage/list/personal/timeDeposit/withdrawal.vue
  9. 2
      src/pages/manage/list/personal/usefulPhrases/continueDeposit.vue
  10. 1
      src/pages/manage/list/personal/usefulPhrases/openAccount.vue
  11. 8
      src/store/modules/system.js

Binary file not shown.

After

Width:  |  Height:  |  Size: 190 KiB

@ -71,7 +71,6 @@
<h3 class="text-xs" style="left: 126px;top: 189px;">{{ getNowYear(1) }}</h3>
<h3 class="text-xs" style="left: 163px;top: 189px;">{{ getNowYear(2) }}</h3>
</template>
<template v-else-if="imgSrcId==412" >
<h3 class="text-xl" style="left: 630px;top: 10px;">00246862</h3>
<h3 class="text-xs" style="left: 700px;top: 80px;">{{ dataFlow.collectingCompany }}</h3>

@ -309,7 +309,8 @@ export default {
{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: '境外汇款申请书'},
],
lazy1: require('@/assets/img/manager.png')
lazy1: require('@/assets/img/manager.png'),
submited: 0
}
},
created() {
@ -346,6 +347,7 @@ export default {
},
//
confirmTake(){
if (this.submited) return this.$message.error('已提交!')
if(this.takeCheck < 0) {
this.$message({
message: '请选择一个您要办理的业务',
@ -365,6 +367,7 @@ export default {
startTime:startTime,
}
addOperation(params).then((data)=>{
this.submited = 1
this.takeVisible = false
this.takeResultVisible = true
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": ""})
}
})
console.log(333, this.elImg3)
const params= {
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',286, 416',
lcJudgmentRuleReq:formList,
@ -600,6 +602,28 @@ export default {
},
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.copyVisible = true
},
@ -788,6 +812,9 @@ export default {
p{
font-size: 14px;
line-height: 40px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}

@ -362,12 +362,12 @@ export default{
return
}
const { noticeType, depositNumber, capital, interest, totalMoney, idNumber,
peopleNumber, userName, currency, goldLogo, voucherNumber, payMoney, voucherType } = this.dataFlow
peopleNumber, userName, currency, goldLogo, voucherNumber, payMoney, voucherType, money } = this.dataFlow
this.form.certificateType = 83
this.form.voucherType = 123
this.form.noticeType = noticeType
this.form.depositNumber = depositNumber
this.form.capital = capital
this.form.capital = money || 0
this.form.interest = interest
this.form.totalMoney = totalMoney
// this.form.drawWayType = 93

@ -403,7 +403,7 @@ export default{
key: '291,13'
}
]
this.setDataFlow(this.form)
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
this.setNeedsModule(moduleName)
this.submited = 1

@ -374,7 +374,8 @@ export default {
voucherTypeSelectList:[],
accountTypeSelectList:[],
drawWaySelectList:[],
num:0,
num:0,
submited: 0
}
},
mixins: [ TipsBefore ],
@ -667,6 +668,7 @@ export default {
// return;
// }
console.log(this.form)
if (this.submited) return this.$message.error('已提交!')
this.$refs.form.validate(myValidate(() => {
@ -796,6 +798,7 @@ export default {
startTime:startTime,
}
addOperation(params).then((data)=>{
this.submited = 1
// this.$message({
// message: '',
// type: 'success'

@ -389,6 +389,8 @@ export default{
// "subjectId": 17,
// }
]
this.setDataFlow(this.form)
console.log("🚀 ~ file: deposit.vue:393 ~ submitForm2 ~ this.form", this.form)
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
this.submited = 1
},

@ -343,14 +343,14 @@ export default{
return
}
// 0912
const { userName, currency, goldLogo, interest, depositNumber, capital, withdrawType, voucherNumber } = this.dataFlow
const { userName, currency, goldLogo, interest, depositNumber, capital, withdrawType, money } = this.dataFlow
// this.form.voucherNumber = voucherNumber
this.form.customerName = userName
this.form.currency = currency
this.form.goldLogo = goldLogo
// this.form.interest = interest
this.form.depositNumber = depositNumber
this.form.capital = capital
this.form.capital = money || 0
this.form.withdrawType = withdrawType
// this.form.withdrawAmount = Number(this.form.interest) + Number(this.form.capital)
},

@ -88,6 +88,7 @@ export default{
if(sessionStorage.getItem('nomUsefulPhrasesContinueCard')) {
this.cardNumberJudge = true
const { voucherNumber, userName, depositNumber, currency, goldLogo, depositTerm, monthDeposit } = this.dataFlow
console.log("🚀 ~ file: continueDeposit.vue:91 ~ created ~ this.dataFlow", this.dataFlow)
this.form.voucherNumber = voucherNumber
this.form.customerName = userName
this.form.currency = currency
@ -210,6 +211,7 @@ export default{
return
}
const { voucherNumber, userName, depositNumber, currency, goldLogo, depositTerm, monthDeposit } = this.dataFlow
console.log("🚀 ~ file: continueDeposit.vue:213 ~ getDataBlur ~ this.dataFlow", this.dataFlow)
// this.form.voucherNumber = voucherNumber
this.form.customerName = userName
this.form.currency = currency

@ -412,6 +412,7 @@ export default{
// "subjectId": 17,
// }
]
this.setDataFlow(this.form)
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
this.submited = 1
},

@ -2789,7 +2789,7 @@ export default {
}else if(seal === '收讫章') {
if(id === 17) {
state.businessSelect[state.businessKey].data.push(269, 22)
// judgeDelete = false
judgeDelete = false
stampSuccess = '447'
}else if(id === 409) {
state.businessSelect[state.businessKey].data.push(487, 441)
@ -2859,7 +2859,13 @@ export default {
projectId:+projectId,
startTime:startTime,
}
addOperation(params).then((data)=>{
// 给存款凭证盖收讫章 要特殊处理:盖完后去掉存款凭证,然后显示盖了章的存款凭条凭证联和存款凭条回单
if (sealArr[0] === '收讫章' && id === 17) {
cb(22)
cb(269)
}
if(judgeDelete) {
this.commit('system/pushThingsGoods', [...state.businessSelect[state.businessKey].sealBox])
cb(id)

Loading…
Cancel
Save