20240205
luoJunYong.123 3 years ago
parent 786cf6a008
commit 9d46aa644f
  1. 6
      src/components/dialog/index.vue
  2. 4
      src/components/needBefore/index.vue
  3. 4
      src/components/selectBusiness/index.vue
  4. 111
      src/pages/counter/list/index.vue
  5. 30
      src/pages/manage/list/client/consumerClient.vue
  6. 51
      src/pages/manage/list/personal/callDeposits/accountClosed.vue
  7. 51
      src/pages/manage/list/personal/callDeposits/openAccount.vue
  8. 55
      src/pages/manage/list/personal/currentAccount/accountCancellation.vue
  9. 2
      src/pages/manage/list/personal/currentAccount/openAccount.vue
  10. 14
      src/pages/manage/list/personal/currentAccount/settle.vue
  11. 18
      src/pages/manage/list/personal/currentAccount/withdrawal.vue
  12. 27
      src/pages/manage/list/personal/timeDeposit/openAccount.vue
  13. 16
      src/pages/manage/list/personal/timeDeposit/withdrawal.vue
  14. 51
      src/pages/manage/list/personal/usefulPhrases/accountClosed.vue
  15. 52
      src/pages/manage/list/personal/usefulPhrases/openAccount.vue
  16. 98
      src/pages/manage/list/servicesAccount/passwordChange.vue
  17. 98
      src/pages/manage/list/servicesAccount/passwordLost.vue
  18. 114
      src/pages/manage/list/servicesAccount/relieveLost.vue
  19. 76
      src/store/modules/system.js
  20. 28
      src/utils/utilFunction.js

@ -58,6 +58,10 @@
<script> <script>
const nameMap = { const nameMap = {
sex: {
1: '男',
2: '女'
},
idType: { idType: {
82: '统一社会信用代码证', 82: '统一社会信用代码证',
83: '身份证' 83: '身份证'
@ -96,7 +100,7 @@ const nameMap = {
100: '资本临时户' 100: '资本临时户'
}, },
drawWay: { drawWay: {
13: '密码', 18: '密码',
93: '现金', 93: '现金',
94: '转账', 94: '转账',
114: '印鉴', 114: '印鉴',

@ -1,10 +1,10 @@
<template> <template>
<!-- <div class="flex mt-8 ml-12 text-xl title"> --> <!-- <div class="flex mt-8 ml-12 text-xl title"> -->
<div v-if="!this.unNeed" class="h-full w-full flex items-stretch"> <div v-if="!this.unNeed" class="h-full w-full flex items-stretch">
<h1 class="cursor-pointer text-center h-full w-full bg-red-100 hover:bg-red-400 text-5xl antialiased hover:underline items-center" @click="goto">请完成上一个步骤!</h1> <h1 class="leading-loose cursor-pointer text-center h-48 w-full bg-red-100 hover:bg-red-400 text-5xl antialiased hover:underline items-center" @click="goto">请完成上一个步骤!</h1>
</div> </div>
<div v-else class="h-full w-full flex"> <div v-else class="h-full w-full flex">
<h1 class="cursor-pointer text-center h-full w-full bg-blue-100 hover:bg-blue-400 text-5xl antialiased hover:underline items-center" @click="goto2">您无需完成该操作!</h1> <h1 class="leading-loose cursor-pointer text-center h-48 w-full bg-blue-100 hover:bg-blue-400 text-5xl antialiased hover:underline items-center" @click="goto2">您无需完成该操作!</h1>
</div> </div>
</template> </template>

@ -95,11 +95,11 @@ export default {
}, },
{ {
myKey: '项目十三', myKey: '项目十三',
text: ': 公司现金支票取款' text: ': 公司现金支票取款,转账'
}, },
{ {
myKey: '项目十四', myKey: '项目十四',
text: ': 公司现金支票转账' text: ': 密码修改'
}, },
{ {
myKey: '项目十五', myKey: '项目十五',

@ -936,7 +936,8 @@ export default {
cultureIn: 'system/cultureIn', // cultureIn: 'system/cultureIn', //
peopleSign: 'system/peopleSign', peopleSign: 'system/peopleSign',
goodState: 'system/goodState', goodState: 'system/goodState',
getSelectList: 'system/getSelectList' getSelectList: 'system/getSelectList',
needBackMoney: 'system/needBackMoney'
}) })
}, },
watch: { watch: {
@ -1575,6 +1576,38 @@ export default {
sessionStorage.setItem('accountPasswordThree', accountPasswordThree) sessionStorage.setItem('accountPasswordThree', accountPasswordThree)
} }
} }
if (this.popText === '刷卡器'){ //
const formList = []
let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime')
for (var i=0;i<this.receptionList.length;i++){formList.push({"answerId":this.receptionList[i].id, "emptyOne": "", "emptyTwo": "", "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,6,"+this.receptionList[i].id,"type": ""})}
let params= {
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,6',
lcJudgmentRuleReq:formList,
projectId:+projectId,
startTime:startTime,
}
addOperation(params).then((data)=>{
}).catch((error)=>{
})
}else if (this.popText === '身份证扫描仪'){ //
const formList = []
let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime')
for (var i=0;i<this.receptionList.length;i++){formList.push({"answerId":this.receptionList[i].id, "emptyOne": "", "emptyTwo": "", "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,7,"+this.receptionList[i].id,"type": ""})}
let params= {
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,7',
lcJudgmentRuleReq:formList,
projectId:+projectId,
startTime:startTime,
}
addOperation(params).then((data)=>{
}).catch((error)=>{
})
}
}else { }else {
let formList = [] let formList = []
// this.toggleGoods() // this.toggleGoods()
@ -1650,36 +1683,58 @@ export default {
let projectId = sessionStorage.getItem('projectId') let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime') let startTime = sessionStorage.getItem('startTime')
let formList = []; let formList = [];
for (var i=0;i<this.goodState.length;i++){ if(this.needBackMoney && this.goodState.length === 0) {
if(this.goodState[i].id !== 15) { //
this.$message({ let params= {
center: true, parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,1',
showClose: true, lcJudgmentRuleReq: [
message: '请放入现金!', {
type: 'error' "answerId":15,
}); "emptyOne": "",
return "emptyTwo": "",
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,1,"+15,
"type": ""
}
],
projectId:+projectId,
startTime:startTime,
} }
formList.push( addOperation(params).then((data)=>{
{
"answerId":this.goodState[i].id, }).catch((error)=>{
"emptyOne": "", })
"emptyTwo": "", }else {
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,1,"+this.goodState[i].id, for (var i=0;i<this.goodState.length;i++){
"type": "" if(this.goodState[i].id !== 15) {
this.$message({
center: true,
showClose: true,
message: '请放入现金!',
type: 'error'
});
return
} }
) formList.push(
} {
let params= { "answerId":this.goodState[i].id,
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,1', "emptyOne": "",
lcJudgmentRuleReq:formList, "emptyTwo": "",
projectId:+projectId, "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,1,"+this.goodState[i].id,
startTime:startTime, "type": ""
} }
addOperation(params).then((data)=>{ )
}
let params= {
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,1',
lcJudgmentRuleReq:formList,
projectId:+projectId,
startTime:startTime,
}
addOperation(params).then((data)=>{
}).catch((error)=>{ }).catch((error)=>{
}) })
}
}else if (this.nbm == 5){ // }else if (this.nbm == 5){ //
if(this.goodState.length === 0) { if(this.goodState.length === 0) {
this.$message({ this.$message({

@ -42,12 +42,24 @@
</el-form-item> </el-form-item>
<el-form-item label="性别" prop="sex"> <el-form-item label="性别" prop="sex">
<el-select v-model="form.sex" placeholder="请选择" ref='sex'> <el-select v-model="form.sex" placeholder="请选择" ref='sex'>
<el-option <!-- <el-option
v-for="item in gender" v-for="item in gender"
:key="item.id" :key="item.id"
:label="item.name" :label="item.name"
:value="item.id" :value="item.id"
> >
</el-option> -->
<el-option
:key="1"
label="男"
:value="1"
>
</el-option>
<el-option
:key="2"
label="女"
:value="2"
>
</el-option> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
@ -218,13 +230,13 @@ export default {
this.form.idNumber = idNumber this.form.idNumber = idNumber
this.form.idType = 83 this.form.idType = 83
this.form.userName = userName this.form.userName = userName
let sexs = null // let sexs = null
if (sex == '男'){ // if (sex == ''){
sexs = 1 // sexs = 1
}else{ // }else{
sexs = 2 // sexs = 2
} // }
this.form.sex = sexs this.form.sex = sex
this.form.birthday = birthday this.form.birthday = birthday
this.form.nationality = nationality this.form.nationality = nationality
this.form.mailbox = mailbox this.form.mailbox = mailbox
@ -268,7 +280,7 @@ export default {
this.form.idNumber = list[i].emptyTwo this.form.idNumber = list[i].emptyTwo
} }
if (list[i].answerId == '42') {this.form.userName = list[i].emptyTwo} if (list[i].answerId == '42') {this.form.userName = list[i].emptyTwo}
if (list[i].answerId == '43') {this.form.sex = list[i].emptyTwo} if (list[i].answerId == '43') {this.form.sex = +list[i].emptyTwo}
if (list[i].answerId == '44') {this.form.birthday = list[i].emptyTwo} if (list[i].answerId == '44') {this.form.birthday = list[i].emptyTwo}
if (list[i].answerId == '45') {this.form.nationality = list[i].emptyTwo} if (list[i].answerId == '45') {this.form.nationality = list[i].emptyTwo}
if (list[i].answerId == '46') {this.form.mailbox = list[i].emptyTwo} if (list[i].answerId == '46') {this.form.mailbox = list[i].emptyTwo}

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

@ -347,30 +347,30 @@ export default{
submitForm() { submitForm() {
if(!this.form.idNumber) { if(!this.form.idNumber) {
messageIdCard() messageIdCard()
let projectId = sessionStorage.getItem('projectId') // let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime') // let startTime = sessionStorage.getItem('startTime')
let formList = [ // let formList = [
{ // {
"answerId":'291', // "answerId":'291',
"emptyOne": "", // "emptyOne": "",
"emptyTwo": "", // "emptyTwo": "",
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,38,288,291,13", // "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,38,288,291,13",
"type": "" // "type": ""
} // }
] // ]
let params= { // let params= {
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,38,288,291', // parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,38,288,291',
lcJudgmentRuleReq:formList, // lcJudgmentRuleReq:formList,
projectId:+projectId, // projectId:+projectId,
startTime:startTime, // startTime:startTime,
} // }
addOperation(params).then((data)=>{ // addOperation(params).then((data)=>{
this.$message({ // this.$message({
message: '提交成功', // message: '',
type: 'success' // type: 'success'
}); // });
}).catch((error)=>{ // }).catch((error)=>{
}) // })
return return
} }
if(!this.form.voucherNumber) { if(!this.form.voucherNumber) {
@ -393,6 +393,9 @@ export default{
const nomCallDepositOpen3 = sessionStorage.getItem('nomCallDepositOpen3') const nomCallDepositOpen3 = sessionStorage.getItem('nomCallDepositOpen3')
const nomCallDepositOpenPassword = sessionStorage.getItem('nomCallDepositOpenPassword') const nomCallDepositOpenPassword = sessionStorage.getItem('nomCallDepositOpenPassword')
const cards = [ const cards = [
{
key: '291,13'
}
] ]
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)

@ -168,30 +168,30 @@ export default{
submitForm(){ submitForm(){
if(!this.form.drawPassword) { if(!this.form.drawPassword) {
messagePassword() messagePassword()
let projectId = sessionStorage.getItem('projectId') // let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime') // let startTime = sessionStorage.getItem('startTime')
let formList = [ // let formList = [
{ // {
"answerId":'116', // "answerId":'116',
"emptyOne": "", // "emptyOne": "",
"emptyTwo": "", // "emptyTwo": "",
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,57,67,116,13", // "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,57,67,116,13",
"type": "" // "type": ""
} // }
] // ]
let params= { // let params= {
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,57,67,116', // parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,57,67,116',
lcJudgmentRuleReq:formList, // lcJudgmentRuleReq:formList,
projectId:+projectId, // projectId:+projectId,
startTime:startTime, // startTime:startTime,
} // }
addOperation(params).then((data)=>{ // addOperation(params).then((data)=>{
this.$message({ // this.$message({
message: '提交成功', // message: '',
type: 'success' // type: 'success'
}); // });
}).catch((error)=>{ // }).catch((error)=>{
}) // })
return return
} }
if(!this.form.idNumber) { if(!this.form.idNumber) {
@ -213,9 +213,10 @@ export default{
// { // {
// 113: nomCurrentCancellCard1 // 113: nomCurrentCancellCard1
// }, // },
// { {
// 116: nomCurrentCancellCard2 key: '116,13'
// }, // '116,13': nomCurrentCancellCard2
},
// { // {
// 117: nomCurrentCancellPassword, // 117: nomCurrentCancellPassword,
// "subjectId": 17, // "subjectId": 17,

@ -559,6 +559,8 @@ export default {
}else if (item == '13'){ }else if (item == '13'){
this.drawWaySelectList = data.data.items; this.drawWaySelectList = data.data.items;
this.form.drawWay = this.drawWaySelectList[0].itemId this.form.drawWay = this.drawWaySelectList[0].itemId
console.log('---drawWaySelectList')
console.log(this.drawWaySelectList)
} }
} }
}).catch((error)=>{ }).catch((error)=>{

@ -45,8 +45,8 @@
<el-form-item label="利息"> <el-form-item label="利息">
<el-input v-model="form.interest" disabled maxlength="20"></el-input> <el-input v-model="form.interest" disabled maxlength="20"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="支取方式" prop="chargeWay"> <el-form-item label="支取方式" prop="drawWay">
<el-select v-model="form.chargeWay" placeholder="请选择" ref="chargeWay"> <el-select v-model="form.drawWay" placeholder="请选择" ref="drawWay">
<el-option label="现金" :value="93"> </el-option> <el-option label="现金" :value="93"> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
@ -94,7 +94,7 @@ export default{
userName:'', userName:'',
goldLogo:'', goldLogo:'',
interest:'', interest:'',
chargeWay:'', drawWay:'',
remark:'', remark:'',
}, },
formName:{ formName:{
@ -106,12 +106,12 @@ export default{
userName:'客户姓名', // userName:'客户姓名', //
goldLogo:'钞汇标识', goldLogo:'钞汇标识',
interest:'利息', interest:'利息',
chargeWay:'支取方式', drawWay:'支取方式',
remark:'摘要', remark:'摘要',
}, },
rules: { rules: {
userName: vercustomer , userName: vercustomer ,
chargeWay: [ drawWay: [
{ {
required: true, required: true,
message: '请选择支取方式', message: '请选择支取方式',
@ -166,7 +166,7 @@ export default{
"subjectId": 7, "subjectId": 7,
}, },
110: { 110: {
prop: 'chargeWay', prop: 'drawWay',
type: '1', type: '1',
"subjectId": 13, "subjectId": 13,
} }
@ -185,7 +185,7 @@ export default{
this.form.currency = currency this.form.currency = currency
this.form.userName = userName this.form.userName = userName
this.form.goldLogo = goldLogo this.form.goldLogo = goldLogo
this.form.chargeWay = 93 // this.form.drawWay = 93 //
this.form.interest = interest this.form.interest = interest
this.form.balance = balance this.form.balance = balance
this.form.totalMoney = totalMoney this.form.totalMoney = totalMoney

@ -40,8 +40,8 @@
<!-- <el-option label="钞户" value="钞户"> </el-option> --> <!-- <el-option label="钞户" value="钞户"> </el-option> -->
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="支取方式" prop="chargeWay"> <el-form-item label="支取方式" prop="drawWay">
<el-select v-model="form.chargeWay" placeholder="请选择" ref="chargeWay"> <el-select v-model="form.drawWay" placeholder="请选择" ref="drawWay">
<el-option label="密码" :value="18"> </el-option> <el-option label="密码" :value="18"> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
@ -86,12 +86,12 @@ export default{
if(this.needsModule(moduleName) === '') { if(this.needsModule(moduleName) === '') {
if(sessionStorage.getItem('nomCurrentWithdrawalCard')) { if(sessionStorage.getItem('nomCurrentWithdrawalCard')) {
this.cardNumberJudge = true this.cardNumberJudge = true
const { currency, userName, goldLogo, serviceCharge, chargeWay, voucherNumber } = this.dataFlow const { currency, userName, goldLogo, serviceCharge, drawWay, voucherNumber } = this.dataFlow
this.form.currency = currency this.form.currency = currency
this.form.userName = userName this.form.userName = userName
this.form.goldLogo = goldLogo this.form.goldLogo = goldLogo
this.form.serviceCharge = serviceCharge this.form.serviceCharge = serviceCharge
this.form.chargeWay = chargeWay this.form.drawWay = drawWay
this.form.cardNumber = voucherNumber this.form.cardNumber = voucherNumber
} }
@ -127,7 +127,7 @@ export default{
userName:'', userName:'',
goldLogo:'', goldLogo:'',
serviceCharge:'', serviceCharge:'',
chargeWay:'', drawWay:'',
remark:'', remark:'',
}, },
formName:{ formName:{
@ -138,7 +138,7 @@ export default{
userName:'客户姓名', userName:'客户姓名',
goldLogo:'钞汇标识', goldLogo:'钞汇标识',
serviceCharge:'手续费', serviceCharge:'手续费',
chargeWay:'支取方式', drawWay:'支取方式',
remark:'摘要', remark:'摘要',
}, },
rules: { rules: {
@ -150,7 +150,7 @@ export default{
trigger: 'blur' trigger: 'blur'
} }
], ],
chargeWay: [ drawWay: [
{ {
required: true, required: true,
message: '请选择支取方式', message: '请选择支取方式',
@ -201,7 +201,7 @@ export default{
else if (list[i].answerId == '87') {this.form.currency = +list[i].emptyTwo} // else if (list[i].answerId == '87') {this.form.currency = +list[i].emptyTwo} //
else if (list[i].answerId == '88') {this.form.goldLogo = +list[i].emptyTwo} // else if (list[i].answerId == '88') {this.form.goldLogo = +list[i].emptyTwo} //
else if (list[i].answerId == '89') {this.form.money = list[i].emptyTwo} // else if (list[i].answerId == '89') {this.form.money = list[i].emptyTwo} //
else if (list[i].answerId == '90') {this.form.chargeWay = +list[i].emptyTwo} // else if (list[i].answerId == '90') {this.form.drawWay = +list[i].emptyTwo} //
// if (list[i].answerId == '91') {sessionStorage.setItem('nomCurrentWithdrawalPassword', list[i].emptyTwo)} // // if (list[i].answerId == '91') {sessionStorage.setItem('nomCurrentWithdrawalPassword', list[i].emptyTwo)} //
else if (list[i].answerId == '91') { else if (list[i].answerId == '91') {
console.log(91) console.log(91)
@ -252,7 +252,7 @@ export default{
formList.push( formList.push(
{"answerId":'86', "emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,57,64,86", "type": "3"},// {"answerId":'86', "emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,57,64,86", "type": "3"},//
{"answerId":'88', "emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,57,64,88", "type": "1"},// {"answerId":'88', "emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,57,64,88", "type": "1"},//
{"answerId":'90', "emptyOne": "15", "emptyTwo": this.form.chargeWay, "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,57,64,90", "type": "1"},// {"answerId":'90', "emptyOne": "15", "emptyTwo": this.form.drawWay, "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,57,64,90", "type": "1"},//
{"answerId":'92', "emptyOne": "15", "emptyTwo": this.form.serviceCharge, "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,57,64,92", "type": "3"},// {"answerId":'92', "emptyOne": "15", "emptyTwo": this.form.serviceCharge, "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,57,64,92", "type": "3"},//
// {"answerId":91,"emptyOne": "", "emptyTwo": "", "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,57,64,91","type": ""}// // {"answerId":91,"emptyOne": "", "emptyTwo": "", "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,57,64,91","type": ""}//
) )

@ -317,30 +317,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":'122',
"emptyOne": "",
"emptyTwo": "",
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,58,118,122,13",
"type": ""
}
]
let params= {
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,58,118,122',
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) {
@ -364,6 +340,9 @@ export default{
// let nomtimeOpenAccount2 = sessionStorage.getItem('nomtimeOpenAccount2') // let nomtimeOpenAccount2 = sessionStorage.getItem('nomtimeOpenAccount2')
// let nomtimeOpenAccountPassword = sessionStorage.getItem('nomtimeOpenAccountPassword') // let nomtimeOpenAccountPassword = sessionStorage.getItem('nomtimeOpenAccountPassword')
const cards = [ const cards = [
{
key: '122,13'
}
// { // {
// 13: nomtimeOpenAccount1 // 13: nomtimeOpenAccount1
// }, // },

@ -22,8 +22,8 @@
</el-form-item> </el-form-item>
<el-form-item label="支取方式" prop="withdrawWay"> <el-form-item label="支取方式" prop="withdrawWay">
<el-radio-group v-model="form.withdrawWay" ref="withdrawWay"> <el-radio-group v-model="form.withdrawWay" ref="withdrawWay">
<el-radio label="部分支取" :value="125"></el-radio> <el-radio :label="125">部分支取</el-radio>
<el-radio label="全部支取并销户" :value="126"></el-radio> <el-radio :label="126">全部支取并销户</el-radio>
</el-radio-group> </el-radio-group>
</el-form-item> </el-form-item>
<el-form-item label="支取类别" prop="withdrawType"> <el-form-item label="支取类别" prop="withdrawType">
@ -87,7 +87,7 @@ export default{
if(this.inMyWork(moduleName)) { if(this.inMyWork(moduleName)) {
if(this.needsModule(moduleName) === '') { if(this.needsModule(moduleName) === '') {
const { withdrawWay } = this.dataFlow const { withdrawWay } = this.dataFlow
if(withdrawWay === '全部支取并销户') { if(withdrawWay === 126) {
this.form.interest = 5.75 this.form.interest = 5.75
this.rules.withdrawAmount[0].required = false this.rules.withdrawAmount[0].required = false
@ -313,7 +313,7 @@ export default{
// } // }
const { withdrawWay } = this.dataFlow const { withdrawWay } = this.dataFlow
if(withdrawWay === '全部支取并销户') { if(withdrawWay === 126) {
this.form.interest = 5.75 this.form.interest = 5.75
this.rules.withdrawAmount[0].required = false this.rules.withdrawAmount[0].required = false
@ -361,7 +361,7 @@ export default{
popUp(text) { popUp(text) {
// this.$store.commit('system/changePop',{show:true,text, id: '144,1'}) // this.$store.commit('system/changePop',{show:true,text, id: '144,1'})
const { withdrawWay } = this.dataFlow const { withdrawWay } = this.dataFlow
if(withdrawWay === '全部支取并销户') { if(withdrawWay === 126) {
this.setPopId('144,2') this.setPopId('144,2')
}else { }else {
this.setPopId('144,1') this.setPopId('144,1')
@ -375,7 +375,7 @@ export default{
popUp2(text) { popUp2(text) {
// this.$store.commit('system/changePop',{show:true,text, id: '154'}) // this.$store.commit('system/changePop',{show:true,text, id: '154'})
const { withdrawWay } = this.dataFlow const { withdrawWay } = this.dataFlow
if(withdrawWay === '全部支取并销户') { if(withdrawWay === 126) {
this.setPopId('154,2') this.setPopId('154,2')
}else { }else {
this.setPopId('154') this.setPopId('154')
@ -434,10 +434,10 @@ export default{
'form.withdrawWay'(newVal) { 'form.withdrawWay'(newVal) {
// withdrawWay // withdrawWay
const { withdrawWay } = this.dataFlow const { withdrawWay } = this.dataFlow
if(withdrawWay === '全部支取并销户' && newVal === '全部支取并销户') { if(withdrawWay === 126 && newVal === 126) {
this.form.withdrawAmount = Number(this.form.interest) + Number(this.form.capital) this.form.withdrawAmount = Number(this.form.interest) + Number(this.form.capital)
this.capitalDisabled = true this.capitalDisabled = true
}else if(withdrawWay === '全部支取并销户' && newVal !== '全部支取并销户') { }else if(withdrawWay === 126 && newVal !== 126) {
this.form.withdrawAmount = '' this.form.withdrawAmount = ''
this.capitalDisabled = false this.capitalDisabled = false
this.$nextTick(() => { this.$nextTick(() => {

@ -355,30 +355,30 @@ export default{
submitForm() { submitForm() {
if(!this.form.idNumber) { if(!this.form.idNumber) {
messageIdCard() messageIdCard()
let projectId = sessionStorage.getItem('projectId') // let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime') // let startTime = sessionStorage.getItem('startTime')
let formList = [ // let formList = [
{ // {
"answerId":'180', // "answerId":'180',
"emptyOne": "", // "emptyOne": "",
"emptyTwo": "", // "emptyTwo": "",
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,59,157,180,13", // "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,59,157,180,13",
"type": "" // "type": ""
} // }
] // ]
let params= { // let params= {
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,59,157,180', // parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,59,157,180',
lcJudgmentRuleReq:formList, // lcJudgmentRuleReq:formList,
projectId:+projectId, // projectId:+projectId,
startTime:startTime, // startTime:startTime,
} // }
addOperation(params).then((data)=>{ // addOperation(params).then((data)=>{
this.$message({ // this.$message({
message: '提交成功', // message: '',
type: 'success' // type: 'success'
}); // });
}).catch((error)=>{ // }).catch((error)=>{
}) // })
return return
} }
if(!this.form.voucherNumber) { if(!this.form.voucherNumber) {
@ -401,6 +401,9 @@ export default{
const nomUsefulPhrasesClosed2 = sessionStorage.getItem('nomUsefulPhrasesClosed2') const nomUsefulPhrasesClosed2 = sessionStorage.getItem('nomUsefulPhrasesClosed2')
const nomUsefulPhrasesClosedPassword = sessionStorage.getItem('nomUsefulPhrasesClosedPassword') const nomUsefulPhrasesClosedPassword = sessionStorage.getItem('nomUsefulPhrasesClosedPassword')
const cards = [ const cards = [
{
key: '180,13'
}
// { // {
// 180: nomUsefulPhrasesClosed // 180: nomUsefulPhrasesClosed
// }, // },

@ -351,30 +351,30 @@ export default{
submitForm() { submitForm() {
if(!this.form.idNumber) { if(!this.form.idNumber) {
messageIdCard() messageIdCard()
let projectId = sessionStorage.getItem('projectId') // let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime') // let startTime = sessionStorage.getItem('startTime')
let formList = [ // let formList = [
{ // {
"answerId":'159', // "answerId":'159',
"emptyOne": "", // "emptyOne": "",
"emptyTwo": "", // "emptyTwo": "",
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,59,155,159,13", // "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,26,59,155,159,13",
"type": "" // "type": ""
} // }
] // ]
let params= { // let params= {
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,59,155,159', // parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,59,155,159',
lcJudgmentRuleReq:formList, // lcJudgmentRuleReq:formList,
projectId:+projectId, // projectId:+projectId,
startTime:startTime, // startTime:startTime,
} // }
addOperation(params).then((data)=>{ // addOperation(params).then((data)=>{
this.$message({ // this.$message({
message: '提交成功', // message: '',
type: 'success' // type: 'success'
}); // });
}).catch((error)=>{ // }).catch((error)=>{
}) // })
return return
} }
if(!this.form.voucherNumber) { if(!this.form.voucherNumber) {
@ -397,6 +397,10 @@ export default{
let nomUsefulPhrasesOpenPassword = sessionStorage.getItem('nomUsefulPhrasesOpenPassword') let nomUsefulPhrasesOpenPassword = sessionStorage.getItem('nomUsefulPhrasesOpenPassword')
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,59,155' const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,26,59,155'
const cards = [ const cards = [
{
key: '159,13'
}
// { // {
// 1399: nomUsefulPhrasesOpenCard2 // 1399: nomUsefulPhrasesOpenCard2
// }, // },

@ -251,52 +251,52 @@ export default{
submitForm() { submitForm() {
if(!this.form.idNumber) { if(!this.form.idNumber) {
messageIdCard('请输入证件号码') messageIdCard('请输入证件号码')
let projectId = sessionStorage.getItem('projectId') // let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime') // let startTime = sessionStorage.getItem('startTime')
let formList = [ // let formList = [
{ // {
"answerId":'320', // "answerId":'320',
"emptyOne": "", // "emptyOne": "",
"emptyTwo": "", // "emptyTwo": "",
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,316,320,13", // "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,316,320,13",
"type": "" // "type": ""
}, // },
] // ]
let params= { // let params= {
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,316,320', // parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,316,320',
lcJudgmentRuleReq:formList, // lcJudgmentRuleReq:formList,
projectId:+projectId, // projectId:+projectId,
startTime:startTime, // startTime:startTime,
} // }
addOperation(params).then((data)=>{ // addOperation(params).then((data)=>{
this.$message({ // this.$message({
message: '提交成功', // message: '',
type: 'success' // type: 'success'
}); // });
}).catch((error)=>{ // }).catch((error)=>{
}) // })
let formLists = [ // let formLists = [
{ // {
"answerId":'323', // "answerId":'323',
"emptyOne": "", // "emptyOne": "",
"emptyTwo": "", // "emptyTwo": "",
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,316,323,324", // "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,316,323,324",
"type": "" // "type": ""
}, // },
] // ]
let param= { // let param= {
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,316,323', // parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,316,323',
lcJudgmentRuleReq:formLists, // lcJudgmentRuleReq:formLists,
projectId:+projectId, // projectId:+projectId,
startTime:startTime, // startTime:startTime,
} // }
addOperation(param).then((data)=>{ // addOperation(param).then((data)=>{
this.$message({ // this.$message({
message: '提交成功', // message: '',
type: 'success' // type: 'success'
}); // });
}).catch((error)=>{ // }).catch((error)=>{
}) // })
return return
} }
if(!this.form.voucherNumber) { if(!this.form.voucherNumber) {
@ -319,6 +319,12 @@ export default{
submitForm2() { submitForm2() {
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,316' const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,316'
const cards = [ const cards = [
{
key: '320,13'
},
{
key: '323,324'
}
// { // // // { // //
// 320: servicesPasswordChange // 320: servicesPasswordChange
// }, // },

@ -170,52 +170,52 @@ export default{
this.$router.push('/counter/list/') this.$router.push('/counter/list/')
}, },
submitForm() { submitForm() {
let projectId = sessionStorage.getItem('projectId') // let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime') // let startTime = sessionStorage.getItem('startTime')
let formList = [ // let formList = [
{ // {
"answerId":'329', // "answerId":'329',
"emptyOne": "", // "emptyOne": "",
"emptyTwo": "", // "emptyTwo": "",
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,328,329,330", // "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,328,329,330",
"type": "" // "type": ""
} // }
] // ]
let params= { // let params= {
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,328,329', // parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,328,329',
lcJudgmentRuleReq:formList, // lcJudgmentRuleReq:formList,
projectId:+projectId, // projectId:+projectId,
startTime:startTime, // startTime:startTime,
} // }
addOperation(params).then((data)=>{ // addOperation(params).then((data)=>{
this.$message({ // this.$message({
message: '提交成功', // message: '',
type: 'success' // type: 'success'
}); // });
}).catch((error)=>{ // }).catch((error)=>{
}) // })
let formLists = [ // let formLists = [
{ // {
"answerId":'333', // "answerId":'333',
"emptyOne": "", // "emptyOne": "",
"emptyTwo": "", // "emptyTwo": "",
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,328,333,13", // "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,328,333,13",
"type": "" // "type": ""
} // }
] // ]
let param= { // let param= {
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,328,333', // parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,328,333',
lcJudgmentRuleReq:formLists, // lcJudgmentRuleReq:formLists,
projectId:+projectId, // projectId:+projectId,
startTime:startTime, // startTime:startTime,
} // }
addOperation(param).then((data)=>{ // addOperation(param).then((data)=>{
this.$message({ // this.$message({
message: '提交成功', // message: '',
type: 'success' // type: 'success'
}); // });
}).catch((error)=>{ // }).catch((error)=>{
}) // })
this.$refs.form.validate(myValidate(() => { this.$refs.form.validate(myValidate(() => {
this.visible = true; this.visible = true;
}, this.$refs)); }, this.$refs));
@ -223,6 +223,12 @@ export default{
submitForm2() { submitForm2() {
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,328' const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,328'
const cards = [ const cards = [
{
key: '329,330'
},
{
key: '333,13'
}
// { // // // { // //
// 329: servicesPasswordLost // 329: servicesPasswordLost
// }, // },

@ -54,7 +54,7 @@
<div class="data-title">提交</div> <div class="data-title">提交</div>
</div> </div>
<div class="popBody"> <div class="popBody">
<h2 v-if='dialogChange'>本业务需要授权</h2> <h2>本业务需要授权</h2>
</div> </div>
<div class="popBtns"> <div class="popBtns">
<el-button class="close btn" @click="visible = false"> </el-button> <el-button class="close btn" @click="visible = false"> </el-button>
@ -126,65 +126,71 @@ export default{
let servicesPasswordRelieveLost = sessionStorage.getItem('servicesPasswordRelieveLost') let servicesPasswordRelieveLost = sessionStorage.getItem('servicesPasswordRelieveLost')
let servicesPasswordRelieveLost2 = sessionStorage.getItem('servicesPasswordRelieveLost2') let servicesPasswordRelieveLost2 = sessionStorage.getItem('servicesPasswordRelieveLost2')
let servicesPasswordRelievePassword = sessionStorage.getItem('servicesPasswordRelievePassword') let servicesPasswordRelievePassword = sessionStorage.getItem('servicesPasswordRelievePassword')
let projectId = sessionStorage.getItem('projectId') // let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime') // let startTime = sessionStorage.getItem('startTime')
let formList = [ // let formList = [
{ // {
"answerId":'337', // "answerId":'337',
"emptyOne": "", // "emptyOne": "",
"emptyTwo": "", // "emptyTwo": "",
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,336,337,338", // "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,336,337,338",
"type": "" // "type": ""
} // }
] // ]
let params= { // let params= {
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,336,337', // parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,336,337',
lcJudgmentRuleReq:formList, // lcJudgmentRuleReq:formList,
projectId:+projectId, // projectId:+projectId,
startTime:startTime, // startTime:startTime,
} // }
addOperation(params).then((data)=>{ // addOperation(params).then((data)=>{
this.$message({ // this.$message({
message: '提交成功', // message: '',
type: 'success' // type: 'success'
}); // });
}).catch((error)=>{ // }).catch((error)=>{
}) // })
let formLists = [ // let formLists = [
{ // {
"answerId":'341', // "answerId":'341',
"emptyOne": "", // "emptyOne": "",
"emptyTwo": "", // "emptyTwo": "",
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,336,341,13", // "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,5,28,336,341,13",
"type": "" // "type": ""
} // }
] // ]
let param= { // let param= {
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,336,341', // parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,336,341',
lcJudgmentRuleReq:formLists, // lcJudgmentRuleReq:formLists,
projectId:+projectId, // projectId:+projectId,
startTime:startTime, // startTime:startTime,
} // }
addOperation(param).then((data)=>{ // addOperation(param).then((data)=>{
this.$message({ // this.$message({
message: '提交成功', // message: '',
type: 'success' // type: 'success'
}); // });
}).catch((error)=>{ // }).catch((error)=>{
}) // })
this.visible = true; this.visible = true;
const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,336' const parentId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,28,336'
const cards = [ const cards = [
{ // // {
341: servicesPasswordRelieveLost key: '337,338'
},
{ //
337: servicesPasswordRelieveLost2
}, },
{ {
343: servicesPasswordRelievePassword, key: '341,13'
subjectId: '17'
} }
// { // //
// 341: servicesPasswordRelieveLost
// },
// { //
// 337: servicesPasswordRelieveLost2
// },
// {
// 343: servicesPasswordRelievePassword,
// subjectId: '17'
// }
] ]
autoPlay(parentId, this.form, this.myTable2, this.myTable, cards) autoPlay(parentId, this.form, this.myTable2, this.myTable, cards)
}, this.$refs)); }, this.$refs));

@ -89,6 +89,7 @@ const userName = '小白'
const capital = 100 const capital = 100
const peopleNumber = '111222' const peopleNumber = '111222'
const voucherNumber = '159753' const voucherNumber = '159753'
const sex = 1 // 1为男,2为女。
const myInitState = { const myInitState = {
'': { '': {
@ -100,7 +101,7 @@ const myInitState = {
data: [15, 13, 23, 14], data: [15, 13, 23, 14],
needs: [16, 17], needs: [16, 17],
isStamp: { isStamp: {
'业务专用章': [14], '业务专用章': [14,19],
'附件章': [23], '附件章': [23],
'收讫章': [ 17 ] '收讫章': [ 17 ]
}, },
@ -130,7 +131,7 @@ const myInitState = {
userName,//用户名字 userName,//用户名字
idType: 83, idType: 83,
idNumber,//证件号码 idNumber,//证件号码
sex:1,//性别 sex,//性别
birthday:'2008',//出生日期 birthday:'2008',//出生日期
// nationality:'汉',//民族 // nationality:'汉',//民族
mailbox:'广东省深圳市阳光村',//通讯地址 mailbox:'广东省深圳市阳光村',//通讯地址
@ -176,7 +177,7 @@ const myInitState = {
userName,//用户名字 userName,//用户名字
idType: 83, idType: 83,
idNumber,//证件号码 idNumber,//证件号码
sex:'男',//性别 sex,//性别
birthday:'2008',//出生日期 birthday:'2008',//出生日期
// nationality:'汉',//民族 // nationality:'汉',//民族
mailbox:'广东省深圳市阳光村',//通讯地址 mailbox:'广东省深圳市阳光村',//通讯地址
@ -187,7 +188,7 @@ const myInitState = {
currency:12, currency:12,
goldLogo:13, goldLogo:13,
serviceCharge:'0.00', serviceCharge:'0.00',
chargeWay:18, drawWay:18,
interest: '0.1', interest: '0.1',
balance: 666, balance: 666,
totalMoney: 9999999999, totalMoney: 9999999999,
@ -310,7 +311,7 @@ const myInitState = {
depositNumber: '0912', depositNumber: '0912',
capital, // 不知道是多少 capital, // 不知道是多少
withdrawType: 124, // 支取类别 withdrawType: 124, // 支取类别
withdrawWay: '全部支取并销户', // 支取方式 withdrawWay: 126, // 支取方式
} }
}, },
@ -1032,7 +1033,7 @@ export default {
data: [15, 13, 23, 14], data: [15, 13, 23, 14],
needs: [16, 17], needs: [16, 17],
isStamp: { isStamp: {
'业务专用章': [14], '业务专用章': [14,19],
'附件章': [23], '附件章': [23],
'收讫章': [ 17 ] '收讫章': [ 17 ]
}, },
@ -1040,6 +1041,7 @@ export default {
cultureArr: [23, 24, 269], cultureArr: [23, 24, 269],
// 各种物品信息 // 各种物品信息
moneyBox: [], // 钱箱 moneyBox: [], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [], // 客户签字 peopleSign: [], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1062,7 +1064,7 @@ export default {
userName,//用户名字 userName,//用户名字
idType: '身份证', idType: '身份证',
idNumber,//证件号码 idNumber,//证件号码
sex:'男',//性别 sex,//性别 1为男,
birthday:'2008',//出生日期 birthday:'2008',//出生日期
// nationality:'汉',//民族 // nationality:'汉',//民族
mailbox:'广东省深圳市阳光村',//通讯地址 mailbox:'广东省深圳市阳光村',//通讯地址
@ -1084,6 +1086,7 @@ export default {
cultureArr: [13, 420, 419, 424], // 入库 cultureArr: [13, 420, 419, 424], // 入库
// 各种物品信息 // 各种物品信息
moneyBox: [15], // 钱箱 moneyBox: [15], // 钱箱
needBackMoney: true, // 需要钱箱取钱
peopleSign: [], // 客户签字 peopleSign: [], // 客户签字
cultureIn: [], // 传票栏传票栏 cultureIn: [], // 传票栏传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1108,7 +1111,7 @@ export default {
userName,//用户名字 userName,//用户名字
idType: 83, idType: 83,
idNumber,//证件号码 idNumber,//证件号码
sex:'男',//性别 sex,//性别
birthday:'2008',//出生日期 birthday:'2008',//出生日期
// nationality:'汉',//民族 // nationality:'汉',//民族
mailbox:'广东省深圳市阳光村',//通讯地址 mailbox:'广东省深圳市阳光村',//通讯地址
@ -1119,7 +1122,7 @@ export default {
currency:12, currency:12,
goldLogo:13, goldLogo:13,
serviceCharge:'0.00', serviceCharge:'0.00',
chargeWay:18, drawWay:18,
interest: '0.1', interest: '0.1',
balance: 666, balance: 666,
totalMoney: 9999999999, totalMoney: 9999999999,
@ -1136,6 +1139,7 @@ export default {
cultureArr: [24, 23], // 入库 cultureArr: [24, 23], // 入库
// 各种物品信息 // 各种物品信息
moneyBox: [], // 钱箱 moneyBox: [], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [], // 客户签字 peopleSign: [], // 客户签字
cultureIn: [], // 传票栏传票栏 cultureIn: [], // 传票栏传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1177,6 +1181,7 @@ export default {
cultureArr: [ 23, 430, 420, 269, 422 ], // cultureArr: [ 23, 430, 420, 269, 422 ], //
// 各种物品信息 // 各种物品信息
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [], // 客户签字 peopleSign: [], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1218,6 +1223,7 @@ export default {
cultureArr: [ 23, 430, 420, 269, 422 ], // cultureArr: [ 23, 430, 420, 269, 422 ], //
// 各种物品信息 // 各种物品信息
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [], // 客户签字 peopleSign: [], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1242,7 +1248,7 @@ export default {
depositNumber: '0912', depositNumber: '0912',
capital, // 不知道是多少 capital, // 不知道是多少
withdrawType: 124, // 支取类别 withdrawType: 124, // 支取类别
withdrawWay: '全部支取并销户', // 支取方式 withdrawWay: 126, // 支取方式
} }
}, },
@ -1259,6 +1265,7 @@ export default {
cultureArr: [ 23, 24, 269 ], cultureArr: [ 23, 24, 269 ],
// 各种物品信息 // 各种物品信息
moneyBox: [ ], // 钱箱 moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [], // 客户签字 peopleSign: [], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1294,6 +1301,7 @@ export default {
cultureArr: [ 269 ], cultureArr: [ 269 ],
// 各种物品信息 // 各种物品信息
moneyBox: [ ], // 钱箱 moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1332,6 +1340,7 @@ export default {
cultureArr: [ 23, 420, 422 ], cultureArr: [ 23, 420, 422 ],
// 各种物品信息 // 各种物品信息
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1374,6 +1383,7 @@ export default {
cultureArr: [ 23, 24, 269 ], // 少了身份证复印件、开户申请书凭证联、存款凭条凭证联 cultureArr: [ 23, 24, 269 ], // 少了身份证复印件、开户申请书凭证联、存款凭条凭证联
// 各种物品信息 // 各种物品信息
moneyBox: [ ], // 钱箱 moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1421,6 +1431,7 @@ export default {
cultureArr: [ 23, 420, 420, 19 ], // 少了复印件、420、422、定期存单 cultureArr: [ 23, 420, 420, 19 ], // 少了复印件、420、422、定期存单
// 各种物品信息 // 各种物品信息
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1475,6 +1486,7 @@ export default {
cultureArr: [ 431, 432, 435, 437, 438, 439 ], // 少了法人身份证复印件、开立银行结算账户申请书凭证联、统一社会信用代码证复印件、开户许可证复印件、普通空白凭证、预留印鉴卡二、三 cultureArr: [ 431, 432, 435, 437, 438, 439 ], // 少了法人身份证复印件、开立银行结算账户申请书凭证联、统一社会信用代码证复印件、开户许可证复印件、普通空白凭证、预留印鉴卡二、三
moneyBox: [ ], // 钱箱 moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1521,6 +1533,7 @@ export default {
backPeople: [ 442, 441 ], backPeople: [ 442, 441 ],
cultureArr: [ 431, 487 ], cultureArr: [ 431, 487 ],
moneyBox: [ ], // 钱箱 moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1551,6 +1564,7 @@ export default {
backPeople: [ 442, 472, 421, 15 ], backPeople: [ 442, 472, 421, 15 ],
cultureArr: [ 473, 420 ], cultureArr: [ 473, 420 ],
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1584,6 +1598,7 @@ export default {
backPeople: [ 442, 474, 418 ], backPeople: [ 442, 474, 418 ],
cultureArr: [ 476, 419 ], cultureArr: [ 476, 419 ],
moneyBox: [ 15 ], // 钱箱 moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1613,6 +1628,7 @@ export default {
backPeople: [ 13, 16, 477 ], // 少了身份证原件、银行卡、特殊业务申请书回单 backPeople: [ 13, 16, 477 ], // 少了身份证原件、银行卡、特殊业务申请书回单
cultureArr: [ 23, 478 ], // 少了复印件、特殊业务申请书凭证联 cultureArr: [ 23, 478 ], // 少了复印件、特殊业务申请书凭证联
moneyBox: [ ], // 钱箱 moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1643,6 +1659,7 @@ export default {
backPeople: [ 13, 16, 468 ], // 少了身份证原件、银行卡、特殊业务申请书回单 backPeople: [ 13, 16, 468 ], // 少了身份证原件、银行卡、特殊业务申请书回单
cultureArr: [ 23, 466, 467 ], // 少了复印件、密码挂失申请书凭证联、密码挂失申请书银行留存联 cultureArr: [ 23, 466, 467 ], // 少了复印件、密码挂失申请书凭证联、密码挂失申请书银行留存联
moneyBox: [], // 钱箱 moneyBox: [], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1664,6 +1681,7 @@ export default {
backPeople: [ 13, 16, 468 ], // backPeople: [ 13, 16, 468 ], //
cultureArr: [ 23, 467 ], // cultureArr: [ 23, 467 ], //
moneyBox: [ ], // 钱箱 moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1691,6 +1709,7 @@ export default {
cultureArr: [ 23, 488, 488 ], // 少了复印件、支票领购单凭证联、业务收费凭证凭证联、 cultureArr: [ 23, 488, 488 ], // 少了复印件、支票领购单凭证联、业务收费凭证凭证联、
moneyBox: [ ], // 钱箱 moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1716,6 +1735,7 @@ export default {
cultureArr: [ 438 ], cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱 moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1741,6 +1761,7 @@ export default {
cultureArr: [ 438 ], cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱 moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1766,6 +1787,7 @@ export default {
cultureArr: [ 438 ], cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱 moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1791,6 +1813,7 @@ export default {
cultureArr: [ 438 ], cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱 moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1816,6 +1839,7 @@ export default {
cultureArr: [ 438 ], cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱 moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1841,6 +1865,7 @@ export default {
cultureArr: [ 438 ], cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱 moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1866,6 +1891,7 @@ export default {
cultureArr: [ 438 ], cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱 moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1887,6 +1913,7 @@ export default {
cultureArr: [ 438 ], cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱 moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -1908,6 +1935,7 @@ export default {
cultureArr: [ 438 ], cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱 moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字 peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏 cultureIn: [], // 传票栏
sealBox: [], // 印章盒 sealBox: [], // 印章盒
@ -2118,6 +2146,7 @@ export default {
const id = state.businessSelect[state.businessKey].sealBox[0] const id = state.businessSelect[state.businessKey].sealBox[0]
let judgeDelete = true // 盖完章是否变化 let judgeDelete = true // 盖完章是否变化
let stampSuccess = '' // 盖章成功 let stampSuccess = '' // 盖章成功
console.log(sealArr)
if(sealArr.length === 1) { if(sealArr.length === 1) {
const seal = sealArr[0] const seal = sealArr[0]
if((seal in needStamp) && (needStamp[seal].findIndex(item => item === id) >= 0)) { if((seal in needStamp) && (needStamp[seal].findIndex(item => item === id) >= 0)) {
@ -2129,6 +2158,7 @@ export default {
}else if(id === 429) { }else if(id === 429) {
stampSuccess = '449' stampSuccess = '449'
}else if(id === 19) { }else if(id === 19) {
console.log('定期存单呗盖')
stampSuccess = '19' stampSuccess = '19'
}else if(id === 432) { }else if(id === 432) {
state.businessSelect[state.businessKey].data.push(432, 433) state.businessSelect[state.businessKey].data.push(432, 433)
@ -2235,9 +2265,20 @@ export default {
} }
} }
if(stampSuccess) { if(stampSuccess) {
console.log('---stampSuccess')
console.log(stampSuccess)
let projectId = sessionStorage.getItem('projectId') let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime') let startTime = sessionStorage.getItem('startTime')
let formList = [ {"answerId":stampSuccess, "emptyOne": "", "emptyTwo": "", "operationIds": "285," + state.businessSelect[state.businessKey].id + "287,8,"+stampSuccess,"type": ""} ] if(!sessionStorage.getItem('stampList')) {
sessionStorage.setItem('stampList', JSON.stringify([]))
}
const formList = JSON.parse(sessionStorage.getItem('stampList'))
const findIt = formList.findIndex(item => item.answerId === stampSuccess)
if(findIt === -1) {
formList.push({"answerId":stampSuccess, "emptyOne": "", "emptyTwo": "", "operationIds": "285," + state.businessSelect[state.businessKey].id + ",287,8,"+stampSuccess,"type": ""})
sessionStorage.setItem('stampList', JSON.stringify(formList))
}
// let formList = [ {"answerId":stampSuccess, "emptyOne": "", "emptyTwo": "", "operationIds": "285," + state.businessSelect[state.businessKey].id + ",287,8,"+stampSuccess,"type": ""} ]
let params= { let params= {
parentId:'285,' + state.businessSelect[state.businessKey].id + ',287,8', parentId:'285,' + state.businessSelect[state.businessKey].id + ',287,8',
lcJudgmentRuleReq:formList, lcJudgmentRuleReq:formList,
@ -2245,15 +2286,12 @@ export default {
startTime:startTime, startTime:startTime,
} }
addOperation(params).then((data)=>{ addOperation(params).then((data)=>{
if(judgeDelete) { if(judgeDelete) {
console.log('???')
console.log([...state.businessSelect[state.businessKey].sealBox])
this.commit('system/pushThingsGoods', [...state.businessSelect[state.businessKey].sealBox]) this.commit('system/pushThingsGoods', [...state.businessSelect[state.businessKey].sealBox])
} }
const tmp = state.businessSelect[state.businessKey].sealBox.splice(0, 1) // 盖章会消失的删掉
console.log('tmp') state.businessSelect[state.businessKey].sealBox.splice(0, 1)
console.log(tmp) console.log(formList)
}).catch((error)=>{ }).catch((error)=>{
}) })
}else { }else {
@ -2441,6 +2479,10 @@ export default {
} }
return arr return arr
}, },
// needBackMoney: false, // 需要钱箱取钱
needBackMoney(state) {
return state.businessSelect[state.businessKey].needBackMoney
},
inMyWork(state) { inMyWork(state) {
return (moduleName) => { return (moduleName) => {
for(let key in state.businessSelect[state.businessKey].needsModule) { for(let key in state.businessSelect[state.businessKey].needsModule) {

@ -158,19 +158,22 @@ const autoPlay = (parentId, form, myTable2, myTable, cards=[]) => {
formList.push({ "answerId": key + '', "emptyOne": '' + subjectId, "emptyTwo": form[prop], "operationIds": parentId + ',' + key, "type":type }) formList.push({ "answerId": key + '', "emptyOne": '' + subjectId, "emptyTwo": form[prop], "operationIds": parentId + ',' + key, "type":type })
} }
// for(let i=0; i<cards.length; i++ ) {
// let myKey = ''
// let tmpJson = null
// let subjectId = ''
// for(const key in cards[i]) {
// if(key!=='subjectId') {
// myKey = key
// tmpJson = JSON.stringify(cards[i][key])
// }else {
// subjectId = cards[i]['subjectId']
// }
// }
// formList.push({ "answerId": myKey + '', "emptyOne": '' + subjectId, "emptyTwo": tmpJson, "operationIds": parentId + ',' + myKey, "type":5 })
// }
for(let i=0; i<cards.length; i++ ) { for(let i=0; i<cards.length; i++ ) {
let myKey = '' formList.push({ "answerId": '', "emptyOne": '', "emptyTwo": '', "operationIds": parentId + ',' + cards[i].key, "type":"" })
let tmpJson = null
let subjectId = ''
for(const key in cards[i]) {
if(key!=='subjectId') {
myKey = key
tmpJson = JSON.stringify(cards[i][key])
}else {
subjectId = cards[i]['subjectId']
}
}
formList.push({ "answerId": myKey + '', "emptyOne": '' + subjectId, "emptyTwo": tmpJson, "operationIds": parentId + ',' + myKey, "type":5 })
} }
@ -199,7 +202,6 @@ const autoPlay2 = (parentId=11, form, myTable2, myTable, cardArr, callback) =>
} }
getOperation(param).then((data)=>{ getOperation(param).then((data)=>{
console.log('---拿到的data') console.log('---拿到的data')
console.log('kao')
console.log(data) console.log(data)
if(data.status == 200) { if(data.status == 200) {

Loading…
Cancel
Save