|
|
@@ -1127,29 +1127,7 @@ export default {
|
|
|
currentId: "",
|
|
|
stepsNow: {},
|
|
|
steps00: [
|
|
|
- {
|
|
|
- title: '上传合同资料',
|
|
|
- content: 'First-content',
|
|
|
- id: "contractDate",
|
|
|
- status: "wait"
|
|
|
- },
|
|
|
- {
|
|
|
- title: '上传码号证书资料',
|
|
|
- content: 'First-content',
|
|
|
- id: "codeNumberDate",
|
|
|
- status: "wait"
|
|
|
- },
|
|
|
- {
|
|
|
- title: '上传备案通知资料',
|
|
|
- content: 'First-content',
|
|
|
- id: "filingsDate",
|
|
|
- status: "wait"
|
|
|
- },{
|
|
|
- title: '上传增值业务许可证资料',
|
|
|
- content: 'First-content',
|
|
|
- id: "permitDate",
|
|
|
- status: "wait"
|
|
|
- }
|
|
|
+
|
|
|
],
|
|
|
|
|
|
},
|
|
|
@@ -1195,7 +1173,7 @@ export default {
|
|
|
this.batchImproves = this.$route.query.batchImproves;
|
|
|
// 步骤条默认公用
|
|
|
this.steps.stepsNow = this.steps.steps00;
|
|
|
- this.steps.currentId = this.steps.stepsNow[0].id
|
|
|
+ // this.steps.currentId = this.steps.stepsNow[0].id
|
|
|
if (this.batchImproves) {
|
|
|
//批量上传id
|
|
|
this.ids = this.$route.query.ids;
|
|
|
@@ -1610,6 +1588,7 @@ export default {
|
|
|
}, []);
|
|
|
}
|
|
|
})
|
|
|
+ this.uploading = false;
|
|
|
return
|
|
|
}
|
|
|
if (info==="infoNo"){
|
|
|
@@ -1730,6 +1709,7 @@ export default {
|
|
|
)
|
|
|
}
|
|
|
this.steps.stepsNow = this.steps.steps00;
|
|
|
+ this.steps.currentId = this.steps.stepsNow[0].id
|
|
|
this.getInfoDataByInfoId(this.infoModel.dueId);
|
|
|
}
|
|
|
|
|
|
@@ -1786,7 +1766,16 @@ export default {
|
|
|
that.infoModel.isCsp=result.isCsp;
|
|
|
that.infoModel.codeNumberBusinessLicense=result.codeNumberBusinessLicense;
|
|
|
that.infoModel.codeNumberContactPhone=result.codeNumberContactPhone;
|
|
|
- //客户经理手机号
|
|
|
+
|
|
|
+ that.infoModel.contractDateDate=result.contractDateDate;
|
|
|
+ that.infoModel.contractDateDateIs=result.contractDateDateIs;
|
|
|
+ that.infoModel.codeNumberDateDate=result.codeNumberDateDate;
|
|
|
+ that.infoModel.codeNumberDateDateIs=result.codeNumberDateDateIs;
|
|
|
+ that.infoModel.filingsDateDate=result.filingsDateDate;
|
|
|
+ that.infoModel.filingsDateDateIs=result.filingsDateDateIs;
|
|
|
+ that.infoModel.permitDateDateIs=result.permitDateDateIs;
|
|
|
+ that.infoModel.permitDateDate=result.permitDateDate;
|
|
|
+ //客户经理手机号
|
|
|
that.infoModel.managePhone=result.managePhone;
|
|
|
//用户发展员工
|
|
|
that.infoModel.staffNo=result.staffNo;
|