|
|
@ -268,7 +268,7 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
getOperationData(){ |
|
|
|
getOperationData(){ |
|
|
|
let param= { |
|
|
|
let param= { |
|
|
|
parentId: '0,5,26,57,62' |
|
|
|
parentId: '287,5,26,57,62' |
|
|
|
} |
|
|
|
} |
|
|
|
getOperation(param).then((data)=>{ |
|
|
|
getOperation(param).then((data)=>{ |
|
|
|
if(data.status == 200) { |
|
|
|
if(data.status == 200) { |
|
|
@ -300,7 +300,7 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
getOperationWindowsData(){ |
|
|
|
getOperationWindowsData(){ |
|
|
|
let param= { |
|
|
|
let param= { |
|
|
|
parentId: '0,5,26,57,62,75' |
|
|
|
parentId: '287,5,26,57,62,75' |
|
|
|
} |
|
|
|
} |
|
|
|
let dataList = []; |
|
|
|
let dataList = []; |
|
|
|
getOperation(param).then((data)=>{ |
|
|
|
getOperation(param).then((data)=>{ |
|
|
@ -417,10 +417,10 @@ export default { |
|
|
|
if(this.form.userName && this.form.currency && this.form.goldLogo && this.form.accountType && this.form.drawWay && this.form.voucherType && voucherNumber.length && paymentCode){ |
|
|
|
if(this.form.userName && this.form.currency && this.form.goldLogo && this.form.accountType && this.form.drawWay && this.form.voucherType && voucherNumber.length && paymentCode){ |
|
|
|
for (var i=0;i<voucherNumber.length;i++){ |
|
|
|
for (var i=0;i<voucherNumber.length;i++){ |
|
|
|
|
|
|
|
|
|
|
|
formLists.push({"answerId":voucherNumber[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": "0,5,26,57,62,75,"+voucherNumber[i].id,"type": ""}) |
|
|
|
formLists.push({"answerId":voucherNumber[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": "287,5,26,57,62,75,"+voucherNumber[i].id,"type": ""}) |
|
|
|
} |
|
|
|
} |
|
|
|
let param= { |
|
|
|
let param= { |
|
|
|
parentId: '0,5,26,57,62,75', |
|
|
|
parentId: '287,5,26,57,62,75', |
|
|
|
lcJudgmentRuleReq: formLists, |
|
|
|
lcJudgmentRuleReq: formLists, |
|
|
|
projectId: +projectId, |
|
|
|
projectId: +projectId, |
|
|
|
startTime: startTime, |
|
|
|
startTime: startTime, |
|
|
@ -430,50 +430,50 @@ export default { |
|
|
|
}).catch((error)=>{ |
|
|
|
}).catch((error)=>{ |
|
|
|
}) |
|
|
|
}) |
|
|
|
formList.push( |
|
|
|
formList.push( |
|
|
|
{"answerId":'77',"emptyOne": "17", "emptyTwo": paymentCode, "operationIds": "0,5,26,57,62,77", "type": "3"},//支取密码 |
|
|
|
{"answerId":'77',"emptyOne": "17", "emptyTwo": paymentCode, "operationIds": "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": "0,5,26,57,62,272","type": "1"})}//账户类型2 |
|
|
|
if (this.form.accountTypesTwo){formList.push({"answerId":'272',"emptyOne": "12", "emptyTwo": this.form.accountTypesTwo,"operationIds": "287,5,26,57,62,272","type": "1"})}//账户类型2 |
|
|
|
if (this.form.drawWaysTwo){formList.push({"answerId":'274',"emptyOne": "13", "emptyTwo": this.form.drawWaysTwo,"operationIds": "0,5,26,57,62,274","type": "1"})} //支取方式2 |
|
|
|
if (this.form.drawWaysTwo){formList.push({"answerId":'274',"emptyOne": "13", "emptyTwo": this.form.drawWaysTwo,"operationIds": "287,5,26,57,62,274","type": "1"})} //支取方式2 |
|
|
|
if (this.form.voucherTypesTwo){formList.push({"answerId":'271',"emptyOne": "11", "emptyTwo": this.form.voucherTypesTwo,"operationIds": "0,5,26,57,62,271","type": "1"})} //凭证类型2 |
|
|
|
if (this.form.voucherTypesTwo){formList.push({"answerId":'271',"emptyOne": "11", "emptyTwo": this.form.voucherTypesTwo,"operationIds": "287,5,26,57,62,271","type": "1"})} //凭证类型2 |
|
|
|
formList.push( |
|
|
|
formList.push( |
|
|
|
{"answerId":'275',"emptyOne": "17", "emptyTwo": paymentCodeTwo, "operationIds": "0,5,26,57,62,275", "type": "3"},//支取密码 |
|
|
|
{"answerId":'275',"emptyOne": "17", "emptyTwo": paymentCodeTwo, "operationIds": "287,5,26,57,62,275", "type": "3"},//支取密码 |
|
|
|
) |
|
|
|
) |
|
|
|
for (var i=0;i<voucherNumberTwo.length;i++){ |
|
|
|
for (var i=0;i<voucherNumberTwo.length;i++){ |
|
|
|
console.log('xxx---xxx') |
|
|
|
console.log('xxx---xxx') |
|
|
|
console.log(voucherNumberTwo) |
|
|
|
console.log(voucherNumberTwo) |
|
|
|
formLists.push({"answerId":voucherNumberTwo[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": "0,5,26,57,62,273,"+voucherNumberTwo[i].id,"type": ""}) |
|
|
|
formLists.push({"answerId":voucherNumberTwo[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": "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": "0,5,26,57,62,278","type": "1"})}//账户类型3 |
|
|
|
if (this.form.accountTypesThree){formList.push({"answerId":'278',"emptyOne": "12", "emptyTwo": this.form.accountTypesThree, "operationIds": "287,5,26,57,62,278","type": "1"})}//账户类型3 |
|
|
|
if (this.form.drawWaysThree){formList.push({"answerId":'280',"emptyOne": "13", "emptyTwo": this.form.drawWaysThree, "operationIds": "0,5,26,57,62,280","type": "1"})}//支取方式3 |
|
|
|
if (this.form.drawWaysThree){formList.push({"answerId":'280',"emptyOne": "13", "emptyTwo": this.form.drawWaysThree, "operationIds": "287,5,26,57,62,280","type": "1"})}//支取方式3 |
|
|
|
if (this.form.voucherTypesThree){formList.push({"answerId":'277',"emptyOne": "11", "emptyTwo": this.form.voucherTypesThree, "operationIds": "0,5,26,57,62,277","type": "1"})}//凭证类型3 |
|
|
|
if (this.form.voucherTypesThree){formList.push({"answerId":'277',"emptyOne": "11", "emptyTwo": this.form.voucherTypesThree, "operationIds": "287,5,26,57,62,277","type": "1"})}//凭证类型3 |
|
|
|
formList.push( |
|
|
|
formList.push( |
|
|
|
{"answerId":'281',"emptyOne": "17", "emptyTwo": paymentCodeThree, "operationIds": "0,5,26,57,62,281", "type": "3"},//支取密码 |
|
|
|
{"answerId":'281',"emptyOne": "17", "emptyTwo": paymentCodeThree, "operationIds": "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": "0,5,26,57,62,279,"+voucherNumberThree[i].id,"type": ""}) |
|
|
|
formLists.push({"answerId":voucherNumberThree[i].id,"emptyOne": "", "emptyTwo": "", "operationIds": "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": "0,5,26,57,62,68","type": "3"})}//客户号 |
|
|
|
if (this.form.userNumber){formList.push({"answerId":'68',"emptyOne": "6", "emptyTwo": this.form.userNumber, "operationIds": "287,5,26,57,62,68","type": "3"})}//客户号 |
|
|
|
if (this.form.accountQuality){formList.push({"answerId":'72',"emptyOne": "10", "emptyTwo": this.form.accountQuality, "operationIds": "0,5,26,57,62,72","type": "1"})}//账户性质1 |
|
|
|
if (this.form.accountQuality){formList.push({"answerId":'72',"emptyOne": "10", "emptyTwo": this.form.accountQuality, "operationIds": "287,5,26,57,62,72","type": "1"})}//账户性质1 |
|
|
|
if (this.form.accountQualitysTwo){formList.push({"answerId":'270',"emptyOne": "10", "emptyTwo": this.form.accountQualitysTwo, "operationIds": "0,5,26,57,62,270","type": "1"})}//账户性质2 |
|
|
|
if (this.form.accountQualitysTwo){formList.push({"answerId":'270',"emptyOne": "10", "emptyTwo": this.form.accountQualitysTwo, "operationIds": "287,5,26,57,62,270","type": "1"})}//账户性质2 |
|
|
|
if (this.form.accountQualitysThree){formList.push({"answerId":'276',"emptyOne": "10", "emptyTwo": this.form.accountQualitysThree, "operationIds": "0,5,26,57,62,276","type": "1"})}//账户性质3 |
|
|
|
if (this.form.accountQualitysThree){formList.push({"answerId":'276',"emptyOne": "10", "emptyTwo": this.form.accountQualitysThree, "operationIds": "287,5,26,57,62,276","type": "1"})}//账户性质3 |
|
|
|
formList.push( |
|
|
|
formList.push( |
|
|
|
{"answerId":'69',"emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "0,5,26,57,62,69", "type": "3"},//用户名称 |
|
|
|
{"answerId":'69',"emptyOne": "7", "emptyTwo": this.form.userName, "operationIds": "287,5,26,57,62,69", "type": "3"},//用户名称 |
|
|
|
{"answerId":'70',"emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": "0,5,26,57,62,70", "type": "1"},//币种 |
|
|
|
{"answerId":'70',"emptyOne": "8", "emptyTwo": this.form.currency, "operationIds": "287,5,26,57,62,70", "type": "1"},//币种 |
|
|
|
{"answerId":'71',"emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": "0,5,26,57,62,71","type": "1"},//钞汇标识 |
|
|
|
{"answerId":'71',"emptyOne": "9", "emptyTwo": this.form.goldLogo, "operationIds": "287,5,26,57,62,71","type": "1"},//钞汇标识 |
|
|
|
{"answerId":'74',"emptyOne": "12", "emptyTwo": this.form.accountType, "operationIds": "0,5,26,57,62,74","type": "1"}, //账户类型 |
|
|
|
{"answerId":'74',"emptyOne": "12", "emptyTwo": this.form.accountType, "operationIds": "287,5,26,57,62,74","type": "1"}, //账户类型 |
|
|
|
{"answerId":'76',"emptyOne": "13", "emptyTwo": this.form.drawWay, "operationIds": "0,5,26,57,62,76", "type": "1"}, //支取方式 |
|
|
|
{"answerId":'76',"emptyOne": "13", "emptyTwo": this.form.drawWay, "operationIds": "287,5,26,57,62,76", "type": "1"}, //支取方式 |
|
|
|
{"answerId":'73',"emptyOne": "11", "emptyTwo": this.form.voucherType, "operationIds": "0,5,26,57,62,73", "type": "1"} //凭证类型 |
|
|
|
{"answerId":'73',"emptyOne": "11", "emptyTwo": this.form.voucherType, "operationIds": "287,5,26,57,62,73", "type": "1"} //凭证类型 |
|
|
|
) |
|
|
|
) |
|
|
|
let params= { |
|
|
|
let params= { |
|
|
|
parentId:'0,5,26,57,62', |
|
|
|
parentId:'287,5,26,57,62', |
|
|
|
lcJudgmentRuleReq:formList, |
|
|
|
lcJudgmentRuleReq:formList, |
|
|
|
projectId:+projectId, |
|
|
|
projectId:+projectId, |
|
|
|
startTime:startTime, |
|
|
|
startTime:startTime, |
|
|
|