jialong.yu 3 years ago
commit a8bde83aff
  1. 6
      src/components/dialog/index.vue
  2. 4
      src/components/needBefore/index.vue
  3. 4
      src/components/selectBusiness/index.vue
  4. 115
      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. 107
      src/store/modules/system.js
  20. 28
      src/utils/utilFunction.js

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

@ -1,10 +1,10 @@
<template>
<!-- <div class="flex mt-8 ml-12 text-xl title"> -->
<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 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>
</template>

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

@ -944,7 +944,8 @@ export default {
cultureIn: 'system/cultureIn', //
peopleSign: 'system/peopleSign',
goodState: 'system/goodState',
getSelectList: 'system/getSelectList'
getSelectList: 'system/getSelectList',
needBackMoney: 'system/needBackMoney'
})
},
watch: {
@ -1056,11 +1057,11 @@ export default {
}
if(sessionStorage.getItem('businessSelect')) {
//
// this.$store.commit('system/setBusinessSelect', JSON.parse(sessionStorage.getItem('businessSelect')))
this.$store.commit('system/setBusinessSelect', JSON.parse(sessionStorage.getItem('businessSelect')))
}
window.addEventListener("beforeunload",()=>{
sessionStorage.setItem('businessKey', this.$store.state.system.businessKey)
// sessionStorage.setItem('businessSelect', JSON.stringify(this.$store.state.system.businessSelect))
sessionStorage.setItem('businessSelect', JSON.stringify(this.$store.state.system.businessSelect))
})
this.startPlay()
console.log('startPlay')
@ -1583,6 +1584,38 @@ export default {
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 {
let formList = []
// this.toggleGoods()
@ -1658,36 +1691,58 @@ export default {
let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime')
let formList = [];
for (var i=0;i<this.goodState.length;i++){
if(this.goodState[i].id !== 15) {
this.$message({
center: true,
showClose: true,
message: '请放入现金!',
type: 'error'
});
return
if(this.needBackMoney && this.goodState.length === 0) {
//
let params= {
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,1',
lcJudgmentRuleReq: [
{
"answerId":15,
"emptyOne": "",
"emptyTwo": "",
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,1,"+15,
"type": ""
}
],
projectId:+projectId,
startTime:startTime,
}
formList.push(
{
"answerId":this.goodState[i].id,
"emptyOne": "",
"emptyTwo": "",
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,1,"+this.goodState[i].id,
"type": ""
addOperation(params).then((data)=>{
}).catch((error)=>{
})
}else {
for (var i=0;i<this.goodState.length;i++){
if(this.goodState[i].id !== 15) {
this.$message({
center: true,
showClose: true,
message: '请放入现金!',
type: 'error'
});
return
}
)
}
let params= {
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,1',
lcJudgmentRuleReq:formList,
projectId:+projectId,
startTime:startTime,
formList.push(
{
"answerId":this.goodState[i].id,
"emptyOne": "",
"emptyTwo": "",
"operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id +",287,1,"+this.goodState[i].id,
"type": ""
}
)
}
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)=>{
})
}
addOperation(params).then((data)=>{
}).catch((error)=>{
})
}else if (this.nbm == 5){ //
if(this.goodState.length === 0) {
this.$message({

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

@ -374,30 +374,30 @@ export default{
submitForm() {
if(!this.form.idNumber) {
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)=>{
})
// 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
}
if(!this.form.voucherNumber) {
@ -421,6 +421,9 @@ export default{
const nomCallDepositCard2 = sessionStorage.getItem('nomCallDepositCard2')
const nomCallDepositClosedPassword = sessionStorage.getItem('nomCallDepositClosedPassword')
const cards = [
{
key: '392,13'
}
// {
// 302: nomCallDepositCard
// },

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

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

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

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

@ -40,8 +40,8 @@
<!-- <el-option label="钞户" value="钞户"> </el-option> -->
</el-select>
</el-form-item>
<el-form-item label="支取方式" prop="chargeWay">
<el-select v-model="form.chargeWay" placeholder="请选择" ref="chargeWay">
<el-form-item label="支取方式" prop="drawWay">
<el-select v-model="form.drawWay" placeholder="请选择" ref="drawWay">
<el-option label="密码" :value="18"> </el-option>
</el-select>
</el-form-item>
@ -86,12 +86,12 @@ export default{
if(this.needsModule(moduleName) === '') {
if(sessionStorage.getItem('nomCurrentWithdrawalCard')) {
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.userName = userName
this.form.goldLogo = goldLogo
this.form.serviceCharge = serviceCharge
this.form.chargeWay = chargeWay
this.form.drawWay = drawWay
this.form.cardNumber = voucherNumber
}
@ -127,7 +127,7 @@ export default{
userName:'',
goldLogo:'',
serviceCharge:'',
chargeWay:'',
drawWay:'',
remark:'',
},
formName:{
@ -138,7 +138,7 @@ export default{
userName:'客户姓名',
goldLogo:'钞汇标识',
serviceCharge:'手续费',
chargeWay:'支取方式',
drawWay:'支取方式',
remark:'摘要',
},
rules: {
@ -150,7 +150,7 @@ export default{
trigger: 'blur'
}
],
chargeWay: [
drawWay: [
{
required: true,
message: '请选择支取方式',
@ -201,7 +201,7 @@ export default{
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 == '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)} //
else if (list[i].answerId == '91') {
console.log(91)
@ -252,7 +252,7 @@ export default{
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":'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":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() {
if(!this.form.idNumber) {
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
}
if(!this.form.voucherNumber) {
@ -364,6 +340,9 @@ export default{
// let nomtimeOpenAccount2 = sessionStorage.getItem('nomtimeOpenAccount2')
// let nomtimeOpenAccountPassword = sessionStorage.getItem('nomtimeOpenAccountPassword')
const cards = [
{
key: '122,13'
}
// {
// 13: nomtimeOpenAccount1
// },

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

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

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

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

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

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

@ -89,6 +89,7 @@ const userName = '小白'
const capital = 100
const peopleNumber = '111222'
const voucherNumber = '159753'
const sex = 1 // 1为男,2为女。
const myInitState = {
'': {
@ -100,7 +101,7 @@ const myInitState = {
data: [15, 13, 23, 14],
needs: [16, 17],
isStamp: {
'业务专用章': [14],
'业务专用章': [14,19],
'附件章': [23],
'收讫章': [ 17 ]
},
@ -108,6 +109,7 @@ const myInitState = {
cultureArr: [23, 24, 269],
// 各种物品信息
moneyBox: [], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -126,11 +128,11 @@ const myInitState = {
},
// dataFlowGo: 0,
dataFlow: {
peopleNumber: '',
peopleNumber,
userName,//用户名字
idType: 83,
idType: '身份证',
idNumber,//证件号码
sex:1,//性别
sex,//性别 1为男,
birthday:'2008',//出生日期
// nationality:'汉',//民族
mailbox:'广东省深圳市阳光村',//通讯地址
@ -152,6 +154,7 @@ const myInitState = {
cultureArr: [13, 420, 419, 424], // 入库
// 各种物品信息
moneyBox: [15], // 钱箱
needBackMoney: true, // 需要钱箱取钱
peopleSign: [], // 客户签字
cultureIn: [], // 传票栏传票栏
sealBox: [], // 印章盒
@ -176,7 +179,7 @@ const myInitState = {
userName,//用户名字
idType: 83,
idNumber,//证件号码
sex:'男',//性别
sex,//性别
birthday:'2008',//出生日期
// nationality:'汉',//民族
mailbox:'广东省深圳市阳光村',//通讯地址
@ -187,7 +190,7 @@ const myInitState = {
currency:12,
goldLogo:13,
serviceCharge:'0.00',
chargeWay:18,
drawWay:18,
interest: '0.1',
balance: 666,
totalMoney: 9999999999,
@ -204,6 +207,7 @@ const myInitState = {
cultureArr: [24, 23], // 入库
// 各种物品信息
moneyBox: [], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [], // 客户签字
cultureIn: [], // 传票栏传票栏
sealBox: [], // 印章盒
@ -245,6 +249,7 @@ const myInitState = {
cultureArr: [ 23, 430, 420, 269, 422 ], //
// 各种物品信息
moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -286,6 +291,7 @@ const myInitState = {
cultureArr: [ 23, 430, 420, 269, 422 ], //
// 各种物品信息
moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -310,7 +316,7 @@ const myInitState = {
depositNumber: '0912',
capital, // 不知道是多少
withdrawType: 124, // 支取类别
withdrawWay: '全部支取并销户', // 支取方式
withdrawWay: 126, // 支取方式
}
},
@ -327,6 +333,7 @@ const myInitState = {
cultureArr: [ 23, 24, 269 ],
// 各种物品信息
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -362,6 +369,7 @@ const myInitState = {
cultureArr: [ 269 ],
// 各种物品信息
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -400,6 +408,7 @@ const myInitState = {
cultureArr: [ 23, 420, 422 ],
// 各种物品信息
moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -442,6 +451,7 @@ const myInitState = {
cultureArr: [ 23, 24, 269 ], // 少了身份证复印件、开户申请书凭证联、存款凭条凭证联
// 各种物品信息
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -489,6 +499,7 @@ const myInitState = {
cultureArr: [ 23, 420, 420, 19 ], // 少了复印件、420、422、定期存单
// 各种物品信息
moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -543,6 +554,7 @@ const myInitState = {
cultureArr: [ 431, 432, 435, 437, 438, 439 ], // 少了法人身份证复印件、开立银行结算账户申请书凭证联、统一社会信用代码证复印件、开户许可证复印件、普通空白凭证、预留印鉴卡二、三
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -589,6 +601,7 @@ const myInitState = {
backPeople: [ 442, 441 ],
cultureArr: [ 431, 487 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -619,6 +632,7 @@ const myInitState = {
backPeople: [ 442, 472, 421, 15 ],
cultureArr: [ 473, 420 ],
moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -652,6 +666,7 @@ const myInitState = {
backPeople: [ 442, 474, 418 ],
cultureArr: [ 476, 419 ],
moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -681,6 +696,7 @@ const myInitState = {
backPeople: [ 13, 16, 477 ], // 少了身份证原件、银行卡、特殊业务申请书回单
cultureArr: [ 23, 478 ], // 少了复印件、特殊业务申请书凭证联
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -711,6 +727,7 @@ const myInitState = {
backPeople: [ 13, 16, 468 ], // 少了身份证原件、银行卡、特殊业务申请书回单
cultureArr: [ 23, 466, 467 ], // 少了复印件、密码挂失申请书凭证联、密码挂失申请书银行留存联
moneyBox: [], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -732,6 +749,7 @@ const myInitState = {
backPeople: [ 13, 16, 468 ], //
cultureArr: [ 23, 467 ], //
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -759,6 +777,7 @@ const myInitState = {
cultureArr: [ 23, 488, 488 ], // 少了复印件、支票领购单凭证联、业务收费凭证凭证联、
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -784,6 +803,7 @@ const myInitState = {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -809,6 +829,7 @@ const myInitState = {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -834,6 +855,7 @@ const myInitState = {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -859,6 +881,7 @@ const myInitState = {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -884,6 +907,7 @@ const myInitState = {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -909,6 +933,7 @@ const myInitState = {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -934,6 +959,7 @@ const myInitState = {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -955,6 +981,7 @@ const myInitState = {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -976,6 +1003,7 @@ const myInitState = {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1032,7 +1060,7 @@ export default {
data: [15, 13, 23, 14],
needs: [16, 17],
isStamp: {
'业务专用章': [14],
'业务专用章': [14,19],
'附件章': [23],
'收讫章': [ 17 ]
},
@ -1040,6 +1068,7 @@ export default {
cultureArr: [23, 24, 269],
// 各种物品信息
moneyBox: [], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1062,7 +1091,7 @@ export default {
userName,//用户名字
idType: '身份证',
idNumber,//证件号码
sex:'男',//性别
sex,//性别 1为男,
birthday:'2008',//出生日期
// nationality:'汉',//民族
mailbox:'广东省深圳市阳光村',//通讯地址
@ -1084,6 +1113,7 @@ export default {
cultureArr: [13, 420, 419, 424], // 入库
// 各种物品信息
moneyBox: [15], // 钱箱
needBackMoney: true, // 需要钱箱取钱
peopleSign: [], // 客户签字
cultureIn: [], // 传票栏传票栏
sealBox: [], // 印章盒
@ -1108,7 +1138,7 @@ export default {
userName,//用户名字
idType: 83,
idNumber,//证件号码
sex:'男',//性别
sex,//性别
birthday:'2008',//出生日期
// nationality:'汉',//民族
mailbox:'广东省深圳市阳光村',//通讯地址
@ -1119,7 +1149,7 @@ export default {
currency:12,
goldLogo:13,
serviceCharge:'0.00',
chargeWay:18,
drawWay:18,
interest: '0.1',
balance: 666,
totalMoney: 9999999999,
@ -1136,6 +1166,7 @@ export default {
cultureArr: [24, 23], // 入库
// 各种物品信息
moneyBox: [], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [], // 客户签字
cultureIn: [], // 传票栏传票栏
sealBox: [], // 印章盒
@ -1177,6 +1208,7 @@ export default {
cultureArr: [ 23, 430, 420, 269, 422 ], //
// 各种物品信息
moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1218,6 +1250,7 @@ export default {
cultureArr: [ 23, 430, 420, 269, 422 ], //
// 各种物品信息
moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1242,7 +1275,7 @@ export default {
depositNumber: '0912',
capital, // 不知道是多少
withdrawType: 124, // 支取类别
withdrawWay: '全部支取并销户', // 支取方式
withdrawWay: 126, // 支取方式
}
},
@ -1259,6 +1292,7 @@ export default {
cultureArr: [ 23, 24, 269 ],
// 各种物品信息
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1294,6 +1328,7 @@ export default {
cultureArr: [ 269 ],
// 各种物品信息
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1332,6 +1367,7 @@ export default {
cultureArr: [ 23, 420, 422 ],
// 各种物品信息
moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1374,6 +1410,7 @@ export default {
cultureArr: [ 23, 24, 269 ], // 少了身份证复印件、开户申请书凭证联、存款凭条凭证联
// 各种物品信息
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1421,6 +1458,7 @@ export default {
cultureArr: [ 23, 420, 420, 19 ], // 少了复印件、420、422、定期存单
// 各种物品信息
moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1475,6 +1513,7 @@ export default {
cultureArr: [ 431, 432, 435, 437, 438, 439 ], // 少了法人身份证复印件、开立银行结算账户申请书凭证联、统一社会信用代码证复印件、开户许可证复印件、普通空白凭证、预留印鉴卡二、三
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1521,6 +1560,7 @@ export default {
backPeople: [ 442, 441 ],
cultureArr: [ 431, 487 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1551,6 +1591,7 @@ export default {
backPeople: [ 442, 472, 421, 15 ],
cultureArr: [ 473, 420 ],
moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1584,6 +1625,7 @@ export default {
backPeople: [ 442, 474, 418 ],
cultureArr: [ 476, 419 ],
moneyBox: [ 15 ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1613,6 +1655,7 @@ export default {
backPeople: [ 13, 16, 477 ], // 少了身份证原件、银行卡、特殊业务申请书回单
cultureArr: [ 23, 478 ], // 少了复印件、特殊业务申请书凭证联
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1643,6 +1686,7 @@ export default {
backPeople: [ 13, 16, 468 ], // 少了身份证原件、银行卡、特殊业务申请书回单
cultureArr: [ 23, 466, 467 ], // 少了复印件、密码挂失申请书凭证联、密码挂失申请书银行留存联
moneyBox: [], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1664,6 +1708,7 @@ export default {
backPeople: [ 13, 16, 468 ], //
cultureArr: [ 23, 467 ], //
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1691,6 +1736,7 @@ export default {
cultureArr: [ 23, 488, 488 ], // 少了复印件、支票领购单凭证联、业务收费凭证凭证联、
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1716,6 +1762,7 @@ export default {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1741,6 +1788,7 @@ export default {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1766,6 +1814,7 @@ export default {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1791,6 +1840,7 @@ export default {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1816,6 +1866,7 @@ export default {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1841,6 +1892,7 @@ export default {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1866,6 +1918,7 @@ export default {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1887,6 +1940,7 @@ export default {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -1908,6 +1962,7 @@ export default {
cultureArr: [ 438 ],
moneyBox: [ ], // 钱箱
needBackMoney: false, // 需要钱箱取钱
peopleSign: [ ], // 客户签字
cultureIn: [], // 传票栏
sealBox: [], // 印章盒
@ -2118,6 +2173,7 @@ export default {
const id = state.businessSelect[state.businessKey].sealBox[0]
let judgeDelete = true // 盖完章是否变化
let stampSuccess = '' // 盖章成功
console.log(sealArr)
if(sealArr.length === 1) {
const seal = sealArr[0]
if((seal in needStamp) && (needStamp[seal].findIndex(item => item === id) >= 0)) {
@ -2129,6 +2185,7 @@ export default {
}else if(id === 429) {
stampSuccess = '449'
}else if(id === 19) {
console.log('定期存单呗盖')
stampSuccess = '19'
}else if(id === 432) {
state.businessSelect[state.businessKey].data.push(432, 433)
@ -2235,9 +2292,20 @@ export default {
}
}
if(stampSuccess) {
console.log('---stampSuccess')
console.log(stampSuccess)
let projectId = sessionStorage.getItem('projectId')
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= {
parentId:'285,' + state.businessSelect[state.businessKey].id + ',287,8',
lcJudgmentRuleReq:formList,
@ -2245,15 +2313,12 @@ export default {
startTime:startTime,
}
addOperation(params).then((data)=>{
if(judgeDelete) {
console.log('???')
console.log([...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')
console.log(tmp)
// 盖章会消失的删掉
state.businessSelect[state.businessKey].sealBox.splice(0, 1)
console.log(formList)
}).catch((error)=>{
})
}else {
@ -2441,6 +2506,10 @@ export default {
}
return arr
},
// needBackMoney: false, // 需要钱箱取钱
needBackMoney(state) {
return state.businessSelect[state.businessKey].needBackMoney
},
inMyWork(state) {
return (moduleName) => {
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 })
}
// 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++ ) {
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 })
formList.push({ "answerId": '', "emptyOne": '', "emptyTwo": '', "operationIds": parentId + ',' + cards[i].key, "type":"" })
}
@ -199,7 +202,6 @@ const autoPlay2 = (parentId=11, form, myTable2, myTable, cardArr, callback) =>
}
getOperation(param).then((data)=>{
console.log('---拿到的data')
console.log('kao')
console.log(data)
if(data.status == 200) {

Loading…
Cancel
Save