|
|
@ -152,7 +152,7 @@ export default { |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
getFormData(){ |
|
|
|
getFormData(){ |
|
|
|
let param= { |
|
|
|
let param= { |
|
|
|
parentId: '0,5,25,34' |
|
|
|
parentId: '287,5,25,34' |
|
|
|
} |
|
|
|
} |
|
|
|
getOperation(param).then((data)=>{ |
|
|
|
getOperation(param).then((data)=>{ |
|
|
|
console.log(data) |
|
|
|
console.log(data) |
|
|
@ -193,30 +193,30 @@ 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": "0,5,25,34,54","type": ""})// 法人证件号码 |
|
|
|
formList.push({"answerId":54,"emptyOne": "", "emptyTwo": firmClientIdentity, "operationIds": "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": "0,5,25,34,48","type": "1"})//证件类型 |
|
|
|
formList.push({ "answerId":'48', "emptyOne": "19", "emptyTwo": this.form.documentType, "operationIds": "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": "0,5,25,34,51", "type": "3" })//公司地址 |
|
|
|
formList.push({ "answerId":'51', "emptyOne": "22", "emptyTwo": this.form.companyAddress, "operationIds": "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": "0,5,25,34,52", "type": "3" })//注册资本 |
|
|
|
formList.push({ "answerId":'52', "emptyOne": "23", "emptyTwo": this.form.registeredCapital, "operationIds": "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": "0,5,25,34,55", "type": "3"})//法人姓名 |
|
|
|
formList.push( {"answerId":'55',"emptyOne": "25", "emptyTwo": this.form.name, "operationIds": "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": "0,5,25,34,56", "type": "3"})//联系电话 |
|
|
|
formList.push({"answerId":'56',"emptyOne": "5", "emptyTwo": this.form.phone, "operationIds": "287,5,25,34,56", "type": "3"})//联系电话 |
|
|
|
} |
|
|
|
} |
|
|
|
formList.push( |
|
|
|
formList.push( |
|
|
|
{ "answerId":'49', "emptyOne": "20", "emptyTwo": this.form.codeNumber, "operationIds": "0,5,25,34,49", "type": "3" },//代码证号 |
|
|
|
{ "answerId":'49', "emptyOne": "20", "emptyTwo": this.form.codeNumber, "operationIds": "287,5,25,34,49", "type": "3" },//代码证号 |
|
|
|
{ "answerId":'50', "emptyOne": "21", "emptyTwo": this.form.companyName, "operationIds": "0,5,25,34,50", "type": "3" },//公司名称 |
|
|
|
{ "answerId":'50', "emptyOne": "21", "emptyTwo": this.form.companyName, "operationIds": "287,5,25,34,50", "type": "3" },//公司名称 |
|
|
|
{"answerId":'53',"emptyOne": "24", "emptyTwo": this.form.certificateType, "operationIds": "0,5,25,34,53", "type": "1"},//法人证件类型 |
|
|
|
{"answerId":'53',"emptyOne": "24", "emptyTwo": this.form.certificateType, "operationIds": "287,5,25,34,53", "type": "1"},//法人证件类型 |
|
|
|
); |
|
|
|
); |
|
|
|
let params= { |
|
|
|
let params= { |
|
|
|
parentId:'0,5,25,34', |
|
|
|
parentId:'287,5,25,34', |
|
|
|
lcJudgmentRuleReq:formList, |
|
|
|
lcJudgmentRuleReq:formList, |
|
|
|
projectId:+projectId, |
|
|
|
projectId:+projectId, |
|
|
|
startTime:startTime, |
|
|
|
startTime:startTime, |
|
|
|