|
|
|
@ -29,8 +29,8 @@ |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="开通网上银行" prop="openOnlineBanking"> |
|
|
|
|
<el-radio-group v-model.trim="form.openOnlineBanking"> |
|
|
|
|
<el-radio :label="1">是</el-radio> |
|
|
|
|
<el-radio :label="0">否</el-radio> |
|
|
|
|
<el-radio :label="146">是</el-radio> |
|
|
|
|
<el-radio :label="147">否</el-radio> |
|
|
|
|
</el-radio-group> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="支取密码" required> |
|
|
|
@ -72,8 +72,8 @@ |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item label="开通手机银行" prop="openPhoneBanking"> |
|
|
|
|
<el-radio-group v-model.trim="form.openPhoneBanking"> |
|
|
|
|
<el-radio :label="1">是</el-radio> |
|
|
|
|
<el-radio :label="0">否</el-radio> |
|
|
|
|
<el-radio :label="148">是</el-radio> |
|
|
|
|
<el-radio :label="149">否</el-radio> |
|
|
|
|
</el-radio-group> |
|
|
|
|
</el-form-item> |
|
|
|
|
</el-col> |
|
|
|
@ -228,7 +228,7 @@ export default { |
|
|
|
|
}, |
|
|
|
|
getFormData () { |
|
|
|
|
let param = { |
|
|
|
|
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,25,33' |
|
|
|
|
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,707,741' |
|
|
|
|
} |
|
|
|
|
getOperation(param).then((data) => { |
|
|
|
|
if (data.status == 200) { |
|
|
|
@ -300,24 +300,27 @@ export default { |
|
|
|
|
}, |
|
|
|
|
submitForm2 () { |
|
|
|
|
let nomClientIdentity = sessionStorage.getItem('nomClientIdentity') |
|
|
|
|
let consumerClientDragList = JSON.parse(nomClientIdentity); |
|
|
|
|
let projectId = sessionStorage.getItem('projectId') |
|
|
|
|
let startTime = sessionStorage.getItem('startTime') |
|
|
|
|
|
|
|
|
|
let formList = []; |
|
|
|
|
|
|
|
|
|
formList.push({ "answerId": '41', "emptyOne": "", "emptyTwo": this.form.idNumber, "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ",287,5,25,33,41,13", "type": "" }) |
|
|
|
|
const { form } = this |
|
|
|
|
const preId = '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,707,741' |
|
|
|
|
formList.push( |
|
|
|
|
{ "answerId": '40', "emptyOne": "19", "emptyTwo": this.form.idType, "operationIds": "285," + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ",287,5,25,33,40", "type": "1" },//证件类型 |
|
|
|
|
); |
|
|
|
|
{ answerId: 742, emptyOne: 19, emptyTwo: form.certificateType, operationIds: preId + ',742', type: 1 }, |
|
|
|
|
{ answerId: 750, emptyOne: 117, emptyTwo: form.openOnlineBanking, operationIds: preId + ',750', type: 1 }, |
|
|
|
|
{ answerId: 749, emptyOne: 44, emptyTwo: form.voucherNumber, operationIds: preId + ',749', type: 3 }, |
|
|
|
|
{ answerId: 751, emptyOne: 117, emptyTwo: form.openPhoneBanking, operationIds: preId + ',751', type: 1 }, |
|
|
|
|
{ answerId: 752, emptyOne: 17, emptyTwo: form.drawPassword, operationIds: preId + ',752', type: 3 }, |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
let params = { |
|
|
|
|
parentId: '285,' + this.$store.state.system.businessSelect[this.$store.state.system.businessKey].id + ',287,5,25,33', |
|
|
|
|
parentId: preId, |
|
|
|
|
lcJudgmentRuleReq: formList, |
|
|
|
|
projectId: +projectId, |
|
|
|
|
startTime: startTime, |
|
|
|
|
startTime |
|
|
|
|
} |
|
|
|
|
addOperation(params).then((data) => { |
|
|
|
|
this.setNeedsModule(moduleName) |
|
|
|
|
this.setDataFlow({ ...this.form }) |
|
|
|
|
this.submited = 1 |
|
|
|
|
}).catch((error) => { |
|
|
|
|