|
|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <div>
|
|
|
+ <a-spin :spinning="this.uploading" size="large" tip="正在提交资料,请勿关闭当前网页...">
|
|
|
<!-- 客户信息-->
|
|
|
<a-page-header
|
|
|
style="background-color: #FFFFFF;margin-bottom:10px"
|
|
|
@@ -2764,7 +2764,7 @@
|
|
|
</div>
|
|
|
|
|
|
|
|
|
- </div>
|
|
|
+ </a-spin>
|
|
|
|
|
|
</template>
|
|
|
|
|
|
@@ -2862,6 +2862,7 @@ export default {
|
|
|
checkState:"",
|
|
|
history:"",
|
|
|
dataList:[],
|
|
|
+ uploading:false,
|
|
|
infoModel:{
|
|
|
applySignResult:"",
|
|
|
applySignResultRemark:"",
|
|
|
@@ -2921,7 +2922,7 @@ export default {
|
|
|
//客户类型
|
|
|
customType: 0,
|
|
|
//使用场景
|
|
|
- scene: 0,
|
|
|
+ scene: '0',
|
|
|
houseDate:"",
|
|
|
zZBusinessLicenseDate:"",
|
|
|
businessLicenseDateIs:"",
|
|
|
@@ -3587,30 +3588,30 @@ export default {
|
|
|
let customType = this.infoModel.customType;
|
|
|
let scene = this.infoModel.scene;
|
|
|
if (customType ===0) {
|
|
|
- if (scene ===0) {
|
|
|
+ if (scene ==='0') {
|
|
|
this.steps.stepsNow = this.steps.steps00
|
|
|
}
|
|
|
- if (scene ===1) {
|
|
|
+ if (scene ==='1') {
|
|
|
this.steps.stepsNow = this.steps.steps01
|
|
|
}
|
|
|
- if (scene ===2) {
|
|
|
+ if (scene ==='2') {
|
|
|
this.steps.stepsNow= this.steps.steps02
|
|
|
}
|
|
|
- if (scene ===3) {
|
|
|
+ if (scene ==='3') {
|
|
|
this.steps.stepsNow = this.steps.steps02
|
|
|
}
|
|
|
}
|
|
|
if (customType ===1) {
|
|
|
- if (scene ===0) {
|
|
|
+ if (scene ==='0') {
|
|
|
this.steps.stepsNow = this.steps.steps10
|
|
|
}
|
|
|
- if (scene ===1) {
|
|
|
+ if (scene ==='1') {
|
|
|
this.steps.stepsNow = this.steps.steps11
|
|
|
}
|
|
|
- if (scene ===2) {
|
|
|
+ if (scene ==='2') {
|
|
|
this.steps.stepsNow = this.steps.steps12
|
|
|
}
|
|
|
- if (scene ===3) {
|
|
|
+ if (scene ==='3') {
|
|
|
this.steps.stepsNow = this.steps.steps12
|
|
|
}
|
|
|
}
|
|
|
@@ -3625,6 +3626,30 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ //待整改
|
|
|
+ if (this.checkState===4){
|
|
|
+ for (var i in this.steps.stepsNow) {
|
|
|
+ for (var j in this.infoModel[this.steps.stepsNow[i].id]){
|
|
|
+ if (this.infoModel[this.steps.stepsNow[i].id+'Result']!==null&& this.infoModel[this.steps.stepsNow[i].id+'Result']!==undefined && this.infoModel[this.steps.stepsNow[i].id+'Result'][0]!==undefined){
|
|
|
+ if ( this.infoModel[this.steps.stepsNow[i].id+'Result'][0]==='1'){
|
|
|
+ this.steps.stepsNow[i].status = "finish"
|
|
|
+ }else {
|
|
|
+ this.steps.stepsNow[i].status = "error"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (this.infoModel.infoResult==="2"){
|
|
|
+ var element = document.getElementById('directRequirements');
|
|
|
+ element.style.color = 'red';
|
|
|
+ this.isShow=false
|
|
|
+ }
|
|
|
+ if (this.infoModel.infoResult==="1"){
|
|
|
+ var element = document.getElementById('directRequirements');
|
|
|
+ element.style.color = 'black';
|
|
|
+ this.isShow=true
|
|
|
+ }
|
|
|
+ }
|
|
|
//
|
|
|
// for (var i in this.steps.stepsNow) {
|
|
|
// if ( this.steps.stepsNow[i].urlBase!==undefined){
|
|
|
@@ -3822,31 +3847,31 @@ export default {
|
|
|
var customType =result.customType;
|
|
|
var scene =result.scene;
|
|
|
if (customType ===0) {
|
|
|
- if (scene ===0) {
|
|
|
+ if (scene ==='0') {
|
|
|
that.steps.stepsNow = that.steps.steps00
|
|
|
}
|
|
|
- if (scene ===1) {
|
|
|
+ if (scene ==='1') {
|
|
|
that.steps.stepsNow = that.steps.steps01
|
|
|
}
|
|
|
- if (scene ===2) {
|
|
|
+ if (scene ==='2') {
|
|
|
that.steps.stepsNow= that.steps.steps02
|
|
|
}
|
|
|
- if (scene ===3) {
|
|
|
+ if (scene ==='3') {
|
|
|
that.steps.stepsNow = that.steps.steps02
|
|
|
}
|
|
|
}
|
|
|
if (customType ===1) {
|
|
|
- if (scene ===0) {
|
|
|
+ if (scene ==='0') {
|
|
|
that.steps.stepsNow = that.steps.steps10
|
|
|
}
|
|
|
- if (scene ===1) {
|
|
|
+ if (scene ==='1') {
|
|
|
that.steps.stepsNow = that.steps.steps11
|
|
|
}
|
|
|
- if (scene ===2) {
|
|
|
+ if (scene ==='2') {
|
|
|
that.steps.stepsNow = that.steps.steps12
|
|
|
}
|
|
|
- if (scene ===3) {
|
|
|
- this.that.stepsNow = that.steps.steps12
|
|
|
+ if (scene ==='3') {
|
|
|
+ that.steps.stepsNow = that.steps.steps12
|
|
|
}
|
|
|
}
|
|
|
//待稽核
|
|
|
@@ -3971,6 +3996,7 @@ export default {
|
|
|
}
|
|
|
var that = this;
|
|
|
var data=that.infoModel ;
|
|
|
+ data.stepsNow=that.steps.stepsNow;
|
|
|
//var dataToStr =this.dataListToStr(data);
|
|
|
//data=dataToStr;
|
|
|
postAction("/smsTurck/customerData/addLog", data).then((res) => {
|