20240205
luoJunYong.123 3 years ago
parent 315cd47a0a
commit 56a03911de
  1. 29
      src/components/dialog/index.vue
  2. 22
      src/pages/counter/list/index.vue
  3. 31
      src/pages/manage/list/client/consumerClient.vue
  4. 26
      src/pages/manage/list/client/corporateClient.vue
  5. 24
      src/pages/manage/list/personal/currentAccount/deposit.vue
  6. 54
      src/pages/manage/list/personal/currentAccount/openAccount.vue
  7. 32
      src/pages/manage/list/personal/currentAccount/withdrawal.vue
  8. 3
      src/store/modules/system.js
  9. 8
      src/utils/utilFunction.js

@ -1,14 +1,13 @@
<template> <template>
<el-dialog <el-dialog
style="margin-top:10vh" style="margin-top:0vh"
:visible="visible" :visible="visible"
:modal="false"
width="55%" width="55%"
:close-on-click-modal="false"
:show-close="false" :show-close="false"
custom-class="data-dia"> custom-class="data-dia">
<div slot="title" class="dia-header"> <div slot="title" class="dia-header">
<div class="data-title">提交</div> <div class="data-title" v-if="flow === 1 || flow === 2">提交</div>
<div class="data-title" v-else>提交成功</div>
</div> </div>
<div class="popBody" v-if="flow === 1"> <div class="popBody" v-if="flow === 1">
<h2>本业务需要授权</h2> <h2>本业务需要授权</h2>
@ -33,16 +32,19 @@
</el-col> </el-col>
<el-col :span="10" :offset="1"> <el-col :span="10" :offset="1">
<el-form-item v-for="(val, key) in rightObj" :key="key" :label="key + ':'"> <el-form-item v-for="(val, key) in rightObj" :key="key" :label="key + ':'">
<div>{{ val? val: '未填写' }}</div> <div>{{ val }}</div>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-form> </el-form>
</el-row> </el-row>
</div> </div>
<div class="popBtns"> <div class="popBtns" v-if="flow === 1 || flow === 2">
<el-button class="close btn" @click="cancelIt"> </el-button> <el-button class="close btn" @click="cancelIt"> </el-button>
<el-button class="sure btn" type="primary" @click="sureIt"> </el-button> <el-button class="sure btn" type="primary" @click="sureIt"> </el-button>
</div> </div>
<div class="myPopBtns" v-else>
<el-button class="sure btn" type="primary" @click="sureIt"> </el-button>
</div>
</el-dialog> </el-dialog>
</template> </template>
@ -146,4 +148,19 @@ export default {
/deep/.popbody { /deep/.popbody {
width: 100vw!important; width: 100vw!important;
} }
.myPopBtns {
display: flex;
justify-content: center;
align-items: center;
& > .btn {
width: 180px;
border-radius: 10px;
font-size: 18px;
}
}
// /deep/.el-dialog {
// min-height: 50vh;
// }
</style> </style>

@ -1489,7 +1489,7 @@ export default {
if (this.nbm == 0){ // if (this.nbm == 0){ //
let projectId = sessionStorage.getItem('projectId') let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime') let startTime = sessionStorage.getItem('startTime')
for (var i=0;i<this.goodState.length;i++){formList.push({"answerId":this.goodState[i].id, "emptyOne": "", "emptyTwo": "", "operationIds": "285,287,9,"+this.goodState[i].id,"type": ""})} for (var i=0;i<this.goodState.length;i++){formList.push({"answerId":this.goodState[i].id, "emptyOne": "", "emptyTwo": "", "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,9,"+this.goodState[i].id,"type": ""})}
let params= { let params= {
parentId: this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,12', parentId: this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,12',
lcJudgmentRuleReq:formList, lcJudgmentRuleReq:formList,
@ -1503,7 +1503,7 @@ export default {
}else if (this.nbm == 1){ // }else if (this.nbm == 1){ //
let projectId = sessionStorage.getItem('projectId') let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime') let startTime = sessionStorage.getItem('startTime')
for (var i=0;i<this.goodState.length;i++){formList.push({"answerId":this.goodState[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": "285,287,4,"+this.goodState[i].id,"type": ""})} for (var i=0;i<this.goodState.length;i++){formList.push({"answerId":this.goodState[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,4,"+this.goodState[i].id,"type": ""})}
let params= { let params= {
parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,4', parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,4',
lcJudgmentRuleReq:formList, lcJudgmentRuleReq:formList,
@ -1521,7 +1521,7 @@ 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<clickList.length;i++){formList.push({ "answerId":clickList[i], "emptyOne": "", "emptyTwo": "", "operationIds": "285,287,3,"+clickList[i], "type": "" })} for (var i=0;i<clickList.length;i++){formList.push({ "answerId":clickList[i], "emptyOne": "", "emptyTwo": "", "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,3,"+clickList[i], "type": "" })}
let params= { let params= {
parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,3', parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,3',
lcJudgmentRuleReq:formList, lcJudgmentRuleReq:formList,
@ -1540,7 +1540,7 @@ 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<clickList.length;i++){formList.push({ "answerId":clickList[i], "emptyOne": "", "emptyTwo": "", "operationIds": "285,287,3,"+clickList[i], "type": "" })} for (var i=0;i<clickList.length;i++){formList.push({ "answerId":clickList[i], "emptyOne": "", "emptyTwo": "", "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,3,"+clickList[i], "type": "" })}
let params= { let params= {
parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,2', parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,2',
lcJudgmentRuleReq:formList, lcJudgmentRuleReq:formList,
@ -1571,7 +1571,7 @@ export default {
"answerId":this.goodState[i].id, "answerId":this.goodState[i].id,
"emptyOne": "", "emptyOne": "",
"emptyTwo": "", "emptyTwo": "",
"operationIds": "285,287,1,"+this.goodState[i].id, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,1,"+this.goodState[i].id,
"type": "" "type": ""
} }
) )
@ -1611,7 +1611,7 @@ export default {
}else if (this.nbm == 6){ // }else if (this.nbm == 6){ //
let projectId = sessionStorage.getItem('projectId') let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime') let startTime = sessionStorage.getItem('startTime')
for (var i=0;i<this.goodState.length;i++){formList.push({"answerId":this.goodState[i].id, "emptyOne": "", "emptyTwo": "", "operationIds": "285,287,9,"+this.goodState[i].id,"type": ""})} for (var i=0;i<this.goodState.length;i++){formList.push({"answerId":this.goodState[i].id, "emptyOne": "", "emptyTwo": "", "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,9,"+this.goodState[i].id,"type": ""})}
let params= { let params= {
parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,9', parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,9',
lcJudgmentRuleReq:formList, lcJudgmentRuleReq:formList,
@ -1627,7 +1627,7 @@ export default {
}else if (this.nbm == 7){ // }else if (this.nbm == 7){ //
let projectId = sessionStorage.getItem('projectId') let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime') let startTime = sessionStorage.getItem('startTime')
for (var i=0;i<this.goodState.length;i++){formList.push({"answerId":this.goodState[i].id, "emptyOne": "", "emptyTwo": "", "operationIds": "285,287,10,"+this.goodState[i].id,"type": ""})} for (var i=0;i<this.goodState.length;i++){formList.push({"answerId":this.goodState[i].id, "emptyOne": "", "emptyTwo": "", "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,10,"+this.goodState[i].id,"type": ""})}
let params= { let params= {
parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,10', parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,10',
lcJudgmentRuleReq:formList, lcJudgmentRuleReq:formList,
@ -1643,7 +1643,7 @@ export default {
let formList = [] let formList = []
let ruleReqs = sessionStorage.getItem('ruleReqs') let ruleReqs = sessionStorage.getItem('ruleReqs')
if (ruleReqs){formList = JSON.parse(ruleReqs);}else{formList = []} if (ruleReqs){formList = JSON.parse(ruleReqs);}else{formList = []}
for (var i=0;i<this.receptionList.length;i++){formList.push({"emptyOne": "18", "emptyTwo": this.passwordForm.passwordAgain, "operationIds": "285,287,282,"+this.receptionList[i].id,"type": "3"})} for (var i=0;i<this.receptionList.length;i++){formList.push({"emptyOne": "18", "emptyTwo": this.passwordForm.passwordAgain, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,282,"+this.receptionList[i].id,"type": "3"})}
sessionStorage.setItem('ruleReqs', JSON.stringify(formList)) sessionStorage.setItem('ruleReqs', JSON.stringify(formList))
} }
if(this.passwordForm.password && this.passwordForm.passwordAgain){ if(this.passwordForm.password && this.passwordForm.passwordAgain){
@ -1659,7 +1659,7 @@ export default {
}else if (this.nbm == 9){// }else if (this.nbm == 9){//
let projectId = sessionStorage.getItem('projectId') let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime') let startTime = sessionStorage.getItem('startTime')
for (var i=0;i<this.goodState.length;i++){formList.push({"answerId":this.goodState[i].id, "emptyOne": "", "emptyTwo": "", "operationIds": "285,287,11,"+this.goodState[i].id,"type": ""})} for (var i=0;i<this.goodState.length;i++){formList.push({"answerId":this.goodState[i].id, "emptyOne": "", "emptyTwo": "", "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,11,"+this.goodState[i].id,"type": ""})}
let params= { let params= {
parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,11', parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,11',
lcJudgmentRuleReq:formList, lcJudgmentRuleReq:formList,
@ -1673,7 +1673,7 @@ export default {
}else if (this.nbm == 10){ // }else if (this.nbm == 10){ //
let projectId = sessionStorage.getItem('projectId') let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime') 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,287,6,"+this.receptionList[i].id,"type": ""})} for (var i=0;i<this.receptionList.length;i++){formList.push({"answerId":this.receptionList[i].id, "emptyOne": "", "emptyTwo": "", "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,6,"+this.receptionList[i].id,"type": ""})}
let params= { let params= {
parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,6', parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,6',
lcJudgmentRuleReq:formList, lcJudgmentRuleReq:formList,
@ -1687,7 +1687,7 @@ export default {
}else if (this.nbm == 11){ // }else if (this.nbm == 11){ //
let projectId = sessionStorage.getItem('projectId') let projectId = sessionStorage.getItem('projectId')
let startTime = sessionStorage.getItem('startTime') 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,287,7,"+this.receptionList[i].id,"type": ""})} for (var i=0;i<this.receptionList.length;i++){formList.push({"answerId":this.receptionList[i].id, "emptyOne": "", "emptyTwo": "", "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,7,"+this.receptionList[i].id,"type": ""})}
let params= { let params= {
parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,7', parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,7',
lcJudgmentRuleReq:formList, lcJudgmentRuleReq:formList,

@ -107,7 +107,7 @@ export default {
form:{ form:{
idType:'身份证',// idType:'身份证',//
idNumber:'',// idNumber:'',//
userName:'',// userName:'',//
sex:'',// sex:'',//
birthday:'',// birthday:'',//
nationality:'',// nationality:'',//
@ -117,7 +117,7 @@ export default {
formName: { formName: {
idType: '证件类型', idType: '证件类型',
idNumber:'证件号码', idNumber:'证件号码',
userName:'户名字', userName:'户名字',
sex:'性别', sex:'性别',
birthday:'出生日期', birthday:'出生日期',
nationality:'民族', nationality:'民族',
@ -309,13 +309,13 @@ export default {
let formList = []; let formList = [];
formList.push({"answerId":'41',"emptyOne": "", "emptyTwo": this.form.idNumber, "operationIds": "285,287,5,25,33,41","type": ""}) formList.push({"answerId":'41',"emptyOne": "", "emptyTwo": this.form.idNumber, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,25,33,41","type": ""})
if(this.form.sex){ if(this.form.sex){
formList.push({ formList.push({
"answerId":'43', "answerId":'43',
"emptyOne": "1", "emptyOne": "1",
"emptyTwo": this.form.sex, "emptyTwo": this.form.sex,
"operationIds": "285,287,5,25,33,43",// "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,25,33,43",//
"type": "1" "type": "1"
}) })
} }
@ -324,7 +324,7 @@ export default {
"answerId":'45', "answerId":'45',
"emptyOne": "3", "emptyOne": "3",
"emptyTwo": this.form.nationality, "emptyTwo": this.form.nationality,
"operationIds": "285,287,5,25,33,45",// "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,25,33,45",//
"type": "1" "type": "1"
}) })
} }
@ -333,15 +333,15 @@ export default {
"answerId":'46', "answerId":'46',
"emptyOne": "4", "emptyOne": "4",
"emptyTwo": this.form.mailbox, "emptyTwo": this.form.mailbox,
"operationIds": "285,287,5,25,33,46",// "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,25,33,46",//
"type": "3" "type": "3"
}) })
} }
formList.push( formList.push(
{"answerId":'40',"emptyOne": "19", "emptyTwo": this.form.idType, "operationIds": "285,287,5,25,33,40", "type": "1"},// {"answerId":'40',"emptyOne": "19", "emptyTwo": this.form.idType, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,25,33,40", "type": "1"},//
{"answerId":'42',"emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "285,287,5,25,33,42", "type": "3"},// {"answerId":'42',"emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,25,33,42", "type": "3"},//
{"answerId":'44',"emptyOne": "2", "emptyTwo": this.form.birthday, "operationIds": "285,287,5,25,33,44", "type": "3"},// {"answerId":'44',"emptyOne": "2", "emptyTwo": this.form.birthday, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,25,33,44", "type": "3"},//
{"answerId":'47',"emptyOne": "5", "emptyTwo": this.form.phone, "operationIds": "285,287,5,25,33,47", "type": "3"}// {"answerId":'47',"emptyOne": "5", "emptyTwo": this.form.phone, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,25,33,47", "type": "3"}//
); );
let params= { let params= {
parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,5,25,33', parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,5,25,33',
@ -350,10 +350,10 @@ export default {
startTime:startTime, startTime:startTime,
} }
addOperation(params).then((data)=>{ addOperation(params).then((data)=>{
this.$message({ // this.$message({
message: '提交成功', // message: '',
type: 'success' // type: 'success'
}); // });
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
this.setDataFlow({ ...this.form }) this.setDataFlow({ ...this.form })
}).catch((error)=>{ }).catch((error)=>{
@ -394,7 +394,7 @@ export default {
watch: { watch: {
dataFlowId(newVal) { dataFlowId(newVal) {
this.idNumberJudge = true this.idNumberJudge = true
const { idType, userName, sex, birthday, nationality, mailbox, phone, idNumber } = this.dataFlow const { idType, userName, sex, birthday, nationality, mailbox, idNumber } = this.dataFlow
this.form.idNumber = idNumber this.form.idNumber = idNumber
this.form.idType = idType this.form.idType = idType
this.form.userName = userName this.form.userName = userName
@ -402,7 +402,6 @@ export default {
this.form.birthday = birthday this.form.birthday = birthday
this.form.nationality = nationality this.form.nationality = nationality
this.form.mailbox = mailbox this.form.mailbox = mailbox
this.form.phone = phone
} }
} }
}; };

@ -222,27 +222,27 @@ export default {
let firmClientIdentitys = JSON.parse(firmClientIdentity); let firmClientIdentitys = JSON.parse(firmClientIdentity);
if (firmClientIdentitys && firmClientIdentitys.length > 0){ if (firmClientIdentitys && firmClientIdentitys.length > 0){
for (var i=0;i<firmClientIdentitys.length;i++){ for (var i=0;i<firmClientIdentitys.length;i++){
formList.push({"answerId":54,"emptyOne": "", "emptyTwo": firmClientIdentity, "operationIds": "285,287,5,25,34,54","type": ""})// formList.push({"answerId":54,"emptyOne": "", "emptyTwo": firmClientIdentity, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,25,34,54","type": ""})//
} }
if(this.form.documentType){ if(this.form.documentType){
formList.push({ "answerId":'48', "emptyOne": "19", "emptyTwo": this.form.documentType, "operationIds": "285,287,5,25,34,48","type": "1"})// formList.push({ "answerId":'48', "emptyOne": "19", "emptyTwo": this.form.documentType, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,25,34,48","type": "1"})//
} }
if(this.form.companyAddress){ if(this.form.companyAddress){
formList.push({ "answerId":'51', "emptyOne": "22", "emptyTwo": this.form.companyAddress, "operationIds": "285,287,5,25,34,51", "type": "3" })// formList.push({ "answerId":'51', "emptyOne": "22", "emptyTwo": this.form.companyAddress, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,25,34,51", "type": "3" })//
} }
if(this.form.registeredCapital){ if(this.form.registeredCapital){
formList.push({ "answerId":'52', "emptyOne": "23", "emptyTwo": this.form.registeredCapital, "operationIds": "285,287,5,25,34,52", "type": "3" })// formList.push({ "answerId":'52', "emptyOne": "23", "emptyTwo": this.form.registeredCapital, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,25,34,52", "type": "3" })//
} }
if(this.form.name){ if(this.form.name){
formList.push( {"answerId":'55',"emptyOne": "25", "emptyTwo": this.form.name, "operationIds": "285,287,5,25,34,55", "type": "3"})// formList.push( {"answerId":'55',"emptyOne": "25", "emptyTwo": this.form.name, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,25,34,55", "type": "3"})//
} }
if(this.form.phone){ if(this.form.phone){
formList.push({"answerId":'56',"emptyOne": "5", "emptyTwo": this.form.phone, "operationIds": "285,287,5,25,34,56", "type": "3"})// formList.push({"answerId":'56',"emptyOne": "5", "emptyTwo": this.form.phone, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,25,34,56", "type": "3"})//
} }
formList.push( formList.push(
{ "answerId":'49', "emptyOne": "20", "emptyTwo": this.form.codeNumber, "operationIds": "285,287,5,25,34,49", "type": "3" },// { "answerId":'49', "emptyOne": "20", "emptyTwo": this.form.codeNumber, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,25,34,49", "type": "3" },//
{ "answerId":'50', "emptyOne": "21", "emptyTwo": this.form.companyName, "operationIds": "285,287,5,25,34,50", "type": "3" },// { "answerId":'50', "emptyOne": "21", "emptyTwo": this.form.companyName, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,25,34,50", "type": "3" },//
{"answerId":'53',"emptyOne": "24", "emptyTwo": this.form.certificateType, "operationIds": "285,287,5,25,34,53", "type": "1"},// {"answerId":'53',"emptyOne": "24", "emptyTwo": this.form.certificateType, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,25,34,53", "type": "1"},//
); );
let params= { let params= {
parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,5,25,34', parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,5,25,34',
@ -251,10 +251,10 @@ export default {
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)=>{
}) })
}else { }else {

@ -174,21 +174,21 @@ export default{
let nomBusinessDepositCard = sessionStorage.getItem('nomBusinessDepositCard') let nomBusinessDepositCard = sessionStorage.getItem('nomBusinessDepositCard')
let nomBusinessDepositCards = nomBusinessDepositCard // JSON.parse(nomBusinessDepositCard); let nomBusinessDepositCards = nomBusinessDepositCard // JSON.parse(nomBusinessDepositCard);
if (this.cardNumberJudge){ if (this.cardNumberJudge){
// formList.push({"answerId":78,"emptyOne": "", "emptyTwo": nomBusinessDepositCards, "operationIds": "285,287,5,26,57,63,78","type": ""})// // formList.push({"answerId":78,"emptyOne": "", "emptyTwo": nomBusinessDepositCards, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,63,78","type": ""})//
formList.push({"answerId":78,"emptyOne": "", "emptyTwo": this.form.idCardNumber, "operationIds": "285,287,5,26,57,63,78","type": ""}) formList.push({"answerId":78,"emptyOne": "", "emptyTwo": this.form.idCardNumber, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,63,78","type": ""})
if(this.form.currency){ if(this.form.currency){
formList.push({ "answerId":'80', "emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": "285,287,5,26,57,63,80", "type": "1" })// formList.push({ "answerId":'80', "emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,63,80", "type": "1" })//
} }
if(this.form.money){ if(this.form.money){
formList.push({ "answerId":'82', "emptyOne": "14", "emptyTwo": this.form.money, "operationIds": "285,287,5,26,57,63,82", "type": "3" })// formList.push({ "answerId":'82', "emptyOne": "14", "emptyTwo": this.form.money, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,63,82", "type": "3" })//
} }
if(this.form.remark){ if(this.form.remark){
formList.push( {"answerId":'84',"emptyOne": "16", "emptyTwo": this.form.remark, "operationIds": "285,287,5,26,57,63,84", "type": "3"})// formList.push( {"answerId":'84',"emptyOne": "16", "emptyTwo": this.form.remark, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,63,84", "type": "3"})//
} }
formList.push( formList.push(
{ "answerId":'79', "emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "285,287,5,26,57,63,79", "type": "3" },// { "answerId":'79', "emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,63,79", "type": "3" },//
{ "answerId":'81', "emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": "285,287,5,26,57,63,81", "type": "1" },// { "answerId":'81', "emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,63,81", "type": "1" },//
{"answerId":'83',"emptyOne": "15", "emptyTwo": this.form.annualInterest, "operationIds": "285,287,5,26,57,63,83", "type": "3"},// {"answerId":'83',"emptyOne": "15", "emptyTwo": this.form.annualInterest, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,63,83", "type": "3"},//
); );
let params= { let params= {
parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,5,26,57,63', parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,5,26,57,63',
@ -197,10 +197,10 @@ export default{
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)=>{
}) })
}else { }else {

@ -579,7 +579,7 @@ export default {
let drawPassword = accountPassword; let drawPassword = accountPassword;
let drawPasswordTwo = accountPasswordTwo; let drawPasswordTwo = accountPasswordTwo;
let drawPasswordThree = accountPasswordThree; let drawPasswordThree = accountPasswordThree;
formLists.push({"answerId":75,"emptyOne": "", "emptyTwo": this.form.cardNumber, "operationIds": "285,287,5,26,57,62,75","type": "3"}) formLists.push({"answerId":75,"emptyOne": "", "emptyTwo": this.form.cardNumber, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,75","type": "3"})
let param= { let param= {
parentId: this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,5,26,57,62,75', parentId: this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,5,26,57,62,75',
lcJudgmentRuleReq: formLists, lcJudgmentRuleReq: formLists,
@ -591,46 +591,46 @@ export default {
}).catch((error)=>{ }).catch((error)=>{
}) })
formList.push( formList.push(
{"answerId":'77',"emptyOne": "17", "emptyTwo": drawPassword, "operationIds": "285,287,5,26,57,62,77", "type": "3"},// {"answerId":'77',"emptyOne": "17", "emptyTwo": drawPassword, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,77", "type": "3"},//
) )
if(this.formTwo == true && (this.form.accountTypesTwo && this.form.drawWaysTwo && this.form.voucherTypesTwo)){ if(this.formTwo == true && (this.form.accountTypesTwo && this.form.drawWaysTwo && this.form.voucherTypesTwo)){
if (this.form.accountTypesTwo){formList.push({"answerId":'272',"emptyOne": "12", "emptyTwo": this.form.accountTypesTwo,"operationIds": "285,287,5,26,57,62,272","type": "1"})}//2 if (this.form.accountTypesTwo){formList.push({"answerId":'272',"emptyOne": "12", "emptyTwo": this.form.accountTypesTwo,"operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,272","type": "1"})}//2
if (this.form.drawWaysTwo){formList.push({"answerId":'274',"emptyOne": "13", "emptyTwo": this.form.drawWaysTwo,"operationIds": "285,287,5,26,57,62,274","type": "1"})} //2 if (this.form.drawWaysTwo){formList.push({"answerId":'274',"emptyOne": "13", "emptyTwo": this.form.drawWaysTwo,"operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,274","type": "1"})} //2
if (this.form.voucherTypesTwo){formList.push({"answerId":'271',"emptyOne": "11", "emptyTwo": this.form.voucherTypesTwo,"operationIds": "285,287,5,26,57,62,271","type": "1"})} //2 if (this.form.voucherTypesTwo){formList.push({"answerId":'271',"emptyOne": "11", "emptyTwo": this.form.voucherTypesTwo,"operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,271","type": "1"})} //2
formList.push( formList.push(
{"answerId":'275',"emptyOne": "17", "emptyTwo": drawPasswordTwo, "operationIds": "285,287,5,26,57,62,275", "type": "3"},// {"answerId":'275',"emptyOne": "17", "emptyTwo": drawPasswordTwo, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,275", "type": "3"},//
) )
for (var i=0;i<voucherNumberTwo.length;i++){ for (var i=0;i<voucherNumberTwo.length;i++){
formLists.push({"answerId":voucherNumberTwo[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": "285,287,5,26,57,62,273,"+voucherNumberTwo[i].id,"type": ""}) formLists.push({"answerId":voucherNumberTwo[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,273,"+voucherNumberTwo[i].id,"type": ""})
} }
}else if(this.formTwo == true){ }else if(this.formTwo == true){
this.$message.error('有必填项未填哦~'); this.$message.error('有必填项未填哦~');
} }
if(this.formThree == true && (this.form.accountTypesThree && this.form.drawWaysThree && this.form.voucherTypesThree)){ if(this.formThree == true && (this.form.accountTypesThree && this.form.drawWaysThree && this.form.voucherTypesThree)){
if (this.form.accountTypesThree){formList.push({"answerId":'278',"emptyOne": "12", "emptyTwo": this.form.accountTypesThree, "operationIds": "285,287,5,26,57,62,278","type": "1"})}//3 if (this.form.accountTypesThree){formList.push({"answerId":'278',"emptyOne": "12", "emptyTwo": this.form.accountTypesThree, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,278","type": "1"})}//3
if (this.form.drawWaysThree){formList.push({"answerId":'280',"emptyOne": "13", "emptyTwo": this.form.drawWaysThree, "operationIds": "285,287,5,26,57,62,280","type": "1"})}//3 if (this.form.drawWaysThree){formList.push({"answerId":'280',"emptyOne": "13", "emptyTwo": this.form.drawWaysThree, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,280","type": "1"})}//3
if (this.form.voucherTypesThree){formList.push({"answerId":'277',"emptyOne": "11", "emptyTwo": this.form.voucherTypesThree, "operationIds": "285,287,5,26,57,62,277","type": "1"})}//3 if (this.form.voucherTypesThree){formList.push({"answerId":'277',"emptyOne": "11", "emptyTwo": this.form.voucherTypesThree, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,277","type": "1"})}//3
formList.push( formList.push(
{"answerId":'281',"emptyOne": "17", "emptyTwo": drawPasswordThree, "operationIds": "285,287,5,26,57,62,281", "type": "3"},// {"answerId":'281',"emptyOne": "17", "emptyTwo": drawPasswordThree, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,281", "type": "3"},//
) )
for (var i=0;i<voucherNumberThree.length;i++){ for (var i=0;i<voucherNumberThree.length;i++){
formLists.push({"answerId":voucherNumberThree[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": "285,287,5,26,57,62,279,"+voucherNumberThree[i].id,"type": ""}) formLists.push({"answerId":voucherNumberThree[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,279,"+voucherNumberThree[i].id,"type": ""})
} }
}else if(this.formThree == true){ }else if(this.formThree == true){
this.$message.error('有必填项未填哦~'); this.$message.error('有必填项未填哦~');
} }
if (this.form.userNumber){formList.push({"answerId":'68',"emptyOne": "6", "emptyTwo": this.form.userNumber, "operationIds": "285,287,5,26,57,62,68","type": "3"})}// if (this.form.userNumber){formList.push({"answerId":'68',"emptyOne": "6", "emptyTwo": this.form.userNumber, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,68","type": "3"})}//
if (this.form.accountQuality){formList.push({"answerId":'72',"emptyOne": "10", "emptyTwo": this.form.accountQuality, "operationIds": "285,287,5,26,57,62,72","type": "1"})}//1 if (this.form.accountQuality){formList.push({"answerId":'72',"emptyOne": "10", "emptyTwo": this.form.accountQuality, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,72","type": "1"})}//1
if (this.form.accountQualitysTwo){formList.push({"answerId":'270',"emptyOne": "10", "emptyTwo": this.form.accountQualitysTwo, "operationIds": "285,287,5,26,57,62,270","type": "1"})}//2 if (this.form.accountQualitysTwo){formList.push({"answerId":'270',"emptyOne": "10", "emptyTwo": this.form.accountQualitysTwo, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,270","type": "1"})}//2
if (this.form.accountQualitysThree){formList.push({"answerId":'276',"emptyOne": "10", "emptyTwo": this.form.accountQualitysThree, "operationIds": "285,287,5,26,57,62,276","type": "1"})}//3 if (this.form.accountQualitysThree){formList.push({"answerId":'276',"emptyOne": "10", "emptyTwo": this.form.accountQualitysThree, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,276","type": "1"})}//3
formList.push( formList.push(
{"answerId":'69',"emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "285,287,5,26,57,62,69", "type": "3"},// {"answerId":'69',"emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,69", "type": "3"},//
{"answerId":'70',"emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": "285,287,5,26,57,62,70", "type": "1"},// {"answerId":'70',"emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,70", "type": "1"},//
{"answerId":'71',"emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": "285,287,5,26,57,62,71","type": "1"},// {"answerId":'71',"emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,71","type": "1"},//
{"answerId":'74',"emptyOne": "12", "emptyTwo": this.form.accountType, "operationIds": "285,287,5,26,57,62,74","type": "1"}, // {"answerId":'74',"emptyOne": "12", "emptyTwo": this.form.accountType, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,74","type": "1"}, //
{"answerId":'76',"emptyOne": "13", "emptyTwo": this.form.drawWay, "operationIds": "285,287,5,26,57,62,76", "type": "1"}, // {"answerId":'76',"emptyOne": "13", "emptyTwo": this.form.drawWay, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,76", "type": "1"}, //
{"answerId":'73',"emptyOne": "11", "emptyTwo": this.form.voucherType, "operationIds": "285,287,5,26,57,62,73", "type": "1"}, // {"answerId":'73',"emptyOne": "11", "emptyTwo": this.form.voucherType, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,73", "type": "1"}, //
// {"answerId":'75',"emptyOne": "12", "emptyTwo": this.form.cardNumber, "operationIds": "285,287,5,26,57,62,75","type": "3"}, // {"answerId":'75',"emptyOne": "12", "emptyTwo": this.form.cardNumber, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,62,75","type": "3"},
) )
let params= { let params= {
parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,5,26,57,62', parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,5,26,57,62',
@ -639,10 +639,10 @@ export default {
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)=>{
}) })
}, },

@ -205,19 +205,19 @@ export default{
// //
// if (nomCurrentWithdrawalCards && nomCurrentWithdrawalCards.length > 0 && nomCurrentWithdrawalPasswords){ // if (nomCurrentWithdrawalCards && nomCurrentWithdrawalCards.length > 0 && nomCurrentWithdrawalPasswords){
if (this.cardNumberJudge && this.form.cardNumber){ if (this.cardNumberJudge && this.form.cardNumber){
// formList.push({"answerId":85,"emptyOne": "", "emptyTwo": nomCurrentWithdrawalCards, "operationIds": "285,287,5,26,57,64,85","type": ""})// // formList.push({"answerId":85,"emptyOne": "", "emptyTwo": nomCurrentWithdrawalCards, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,64,85","type": ""})//
formList.push({"answerId":85,"emptyOne": "", "emptyTwo": this.form.cardNumber, "operationIds": "285,287,5,26,57,64,85","type": ""}) formList.push({"answerId":85,"emptyOne": "", "emptyTwo": this.form.cardNumber, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,64,85","type": ""})
// formList.push({"answerId":91,"emptyOne": "", "emptyTwo": nomCurrentWithdrawalPassword, "operationIds": "285,287,5,26,57,64,91","type": ""}) // formList.push({"answerId":91,"emptyOne": "", "emptyTwo": nomCurrentWithdrawalPassword, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,64,91","type": ""})
formList.push({"answerId":91,"emptyOne": "", "emptyTwo": this.form.drawPassword, "operationIds": "285,287,5,26,57,64,91","type": "3"}) formList.push({"answerId":91,"emptyOne": "", "emptyTwo": this.form.drawPassword, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,64,91","type": "3"})
if (this.form.currency){formList.push({"answerId":'87', "emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": "285,287,5,26,57,64,87","type": "1"})}// if (this.form.currency){formList.push({"answerId":'87', "emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,64,87","type": "1"})}//
if (this.form.money){formList.push({"answerId":'89', "emptyOne": "14", "emptyTwo": this.form.money, "operationIds": "285,287,5,26,57,64,89", "type": "3"})}// if (this.form.money){formList.push({"answerId":'89', "emptyOne": "14", "emptyTwo": this.form.money, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,64,89", "type": "3"})}//
if (this.form.remark){formList.push({"answerId":'93', "emptyOne": "16", "emptyTwo": this.form.remark, "operationIds": "285,287,5,26,57,64,93", "type": "3"})}// if (this.form.remark){formList.push({"answerId":'93', "emptyOne": "16", "emptyTwo": this.form.remark, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,64,93", "type": "3"})}//
formList.push( formList.push(
{"answerId":'86', "emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "285,287,5,26,57,64,86", "type": "3"},// {"answerId":'86', "emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,64,86", "type": "3"},//
{"answerId":'88', "emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": "285,287,5,26,57,64,88", "type": "1"},// {"answerId":'88', "emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,64,88", "type": "1"},//
{"answerId":'90', "emptyOne": "15", "emptyTwo": this.form.chargeWay, "operationIds": "285,287,5,26,57,64,90", "type": "1"},// {"answerId":'90', "emptyOne": "15", "emptyTwo": this.form.chargeWay, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,64,90", "type": "1"},//
{"answerId":'92', "emptyOne": "15", "emptyTwo": this.form.serviceCharge, "operationIds": "285,287,5,26,57,64,92", "type": "3"},// {"answerId":'92', "emptyOne": "15", "emptyTwo": this.form.serviceCharge, "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,64,92", "type": "3"},//
// {"answerId":91,"emptyOne": "", "emptyTwo": "", "operationIds": "285,287,5,26,57,64,91","type": ""}// // {"answerId":91,"emptyOne": "", "emptyTwo": "", "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,5,26,57,64,91","type": ""}//
) )
let params= { let params= {
parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,5,26,57,64', parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,5,26,57,64',
@ -226,10 +226,10 @@ export default{
startTime:startTime, startTime:startTime,
} }
addOperation(params).then((data)=>{ addOperation(params).then((data)=>{
this.$message({ // this.$message({
message: '提交成功', // message: '',
type: 'success' // type: 'success'
}); // });
this.setDataFlow({ ...this.form }) this.setDataFlow({ ...this.form })
this.setNeedsModule(moduleName) this.setNeedsModule(moduleName)
}).catch((error)=>{ }).catch((error)=>{

@ -730,7 +730,6 @@ export default {
birthday:'2008',//出生日期 birthday:'2008',//出生日期
// nationality:'汉',//民族 // nationality:'汉',//民族
mailbox:'广东省深圳市阳光村',//通讯地址 mailbox:'广东省深圳市阳光村',//通讯地址
phone:'13222223122',//联系电话
voucherNumber voucherNumber
@ -1724,7 +1723,7 @@ export default {
if(stampSuccess) { if(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,287,8,"+stampSuccess,"type": ""} ] let formList = [ {"answerId":stampSuccess, "emptyOne": "", "emptyTwo": "", "operationIds": this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + "285,287,8,"+stampSuccess,"type": ""} ]
let params= { let params= {
parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,8', parentId:this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',' + '285,287,8',
lcJudgmentRuleReq:formList, lcJudgmentRuleReq:formList,

@ -167,10 +167,10 @@ const autoPlay = (parentId, form, myTable2, myTable, cards=[]) => {
console.log('---提交的') console.log('---提交的')
console.log(formList) console.log(formList)
addOperation(params).then((data)=>{ addOperation(params).then((data)=>{
Message.success({ // Message.success({
center: true, // center: true,
message: '提交成功' // message: '提交成功'
}) // })
}).catch((error)=>{ }).catch((error)=>{
}) })
} }

Loading…
Cancel
Save