111
This commit is contained in:
parent
c252e08d6a
commit
a2702807c4
|
@ -149,7 +149,7 @@
|
|||
</el-table-column>
|
||||
<el-table-column prop="idCardNumber" label="身份证" min-width="160" align="center">
|
||||
</el-table-column>
|
||||
<el-table-column prop="orderNum" label="订单数" align="center">
|
||||
<el-table-column prop="settleNum" label="订单数" align="center">
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column prop="orderAmount" label=" 订单总金额" align="center">
|
||||
|
|
|
@ -162,7 +162,7 @@ export default {
|
|||
this.statisticData[1].num = res.refundingOrderNum; //退款中订单
|
||||
this.statisticData[2].num = res.auditTotalNum; //待核销订单
|
||||
this.statisticData[3].num = res.yesterdayRateOfReturn; //库存预警
|
||||
this.statisticData[4].num = res.onSaleProductNum; //上架商品
|
||||
this.statisticData[4].num = res.tomorrowExpire; //上架商品
|
||||
this.statisticData[5].num = res.notSaleProductNum; //仓库商品
|
||||
this.statisticData[6].num = res.notAuditNum; //提现待审核
|
||||
this.statisticData[7].num = res.totalRechargeAmount; //账户充值
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<!--小方块-->
|
||||
<grid-menu class="mb20" />
|
||||
<!-- 用户概览 -->
|
||||
<user-overview></user-overview>
|
||||
<!-- <user-overview></user-overview> -->
|
||||
<!--订单统计-->
|
||||
<visit-chart ref="visitChart" />
|
||||
<!--用户-->
|
||||
|
|
|
@ -102,6 +102,12 @@
|
|||
<el-button slot="append" icon="el-icon-search" size="small" @click="seachList" />
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="身份证号:">
|
||||
<el-input v-model="tableFrom.idCardNum" placeholder="请输入用户身份证号" class="selWidth"
|
||||
size="small" clearable>
|
||||
<el-button slot="append" icon="el-icon-search" size="small" @click="seachList" />
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
</div>
|
||||
<el-form-item class="width100">
|
||||
<el-button size="small" @click="exports"
|
||||
|
@ -247,6 +253,8 @@
|
|||
<div v-if="scope.row.statusStr.value === '待审核'">当前状态:<span style="color: green;">{{
|
||||
scope.row.statusStr.value }}</span></div>
|
||||
<div v-if="scope.row.statusStr.value === '审核失败'">当前状态:<span style="color: red;">{{
|
||||
scope.row.statusStr.value }}</span></div>
|
||||
<div v-if="scope.row.statusStr.value === '已驳回'">当前状态:<span style="color: red;">{{
|
||||
scope.row.statusStr.value }}</span></div>
|
||||
<div v-else>当前状态:<span>{{ scope.row.statusStr.value }}</span></div>
|
||||
<div>渠道名称: <span>{{ scope.row.channel }}</span></div>
|
||||
|
@ -263,7 +271,8 @@
|
|||
|
||||
<div class="info" style="width: 150px;">
|
||||
|
||||
<div class="li" style="width: 100%;">姓名: <span v-text="scope.row.realName"></span></div>
|
||||
<div class="li" style="width: 100%;">姓名: <span v-text="scope.row.realName2"></span>
|
||||
</div>
|
||||
<div class="li" style="margin-right: 10px;">性别: <span>{{ scope.row.sex }}</span></div>
|
||||
<div class="li">年龄: <span>{{ scope.row.age }}</span></div>
|
||||
<div class="li" v-if="scope.row.systemLoginLog">浏览器: <span>{{
|
||||
|
@ -1979,6 +1988,7 @@ export default {
|
|||
limit: 20,
|
||||
type: 3,
|
||||
userName: '',
|
||||
idCardNum:"",
|
||||
},
|
||||
remarkFrom: {
|
||||
page: 1,
|
||||
|
@ -2049,11 +2059,11 @@ export default {
|
|||
// console.log("11111111111111111---------"+JSON.stringify(res))
|
||||
console.log(res, 'resres');
|
||||
this.userinfo.zhinfo = res
|
||||
this.checkfk()
|
||||
loading.close();
|
||||
if (res.code == 500) {
|
||||
this.$message.error(res.msg);
|
||||
}
|
||||
this.checkfk()
|
||||
loading.close();
|
||||
if (res.code == 500) {
|
||||
this.$message.error(res.msg);
|
||||
}
|
||||
|
||||
this.$forceUpdate()
|
||||
});
|
||||
|
@ -2302,278 +2312,278 @@ export default {
|
|||
});
|
||||
console.log(this.userinfo, 'detailinfodetailinfodetailinfo');
|
||||
},
|
||||
checkfk(){
|
||||
if(!this.userinfo.zhinfo.panoramicArchives){
|
||||
this.userinfo.zhinfo.panoramicArchives={
|
||||
"resultDetail":{
|
||||
'currentOrderAmt':'--',
|
||||
'currentOrderCount':'--',
|
||||
'currentOrderLendAmt':'--',
|
||||
'currentOrgCount':'--',
|
||||
'debtAmount':'--',
|
||||
'memberCount':'--',
|
||||
'orderCount':'--',
|
||||
"debtDetail":{},
|
||||
"totaldebtDetail":{},
|
||||
checkfk() {
|
||||
if (!this.userinfo.zhinfo.panoramicArchives) {
|
||||
this.userinfo.zhinfo.panoramicArchives = {
|
||||
"resultDetail": {
|
||||
'currentOrderAmt': '--',
|
||||
'currentOrderCount': '--',
|
||||
'currentOrderLendAmt': '--',
|
||||
'currentOrgCount': '--',
|
||||
'debtAmount': '--',
|
||||
'memberCount': '--',
|
||||
'orderCount': '--',
|
||||
"debtDetail": {},
|
||||
"totaldebtDetail": {},
|
||||
}
|
||||
}
|
||||
} else if (!this.userinfo.zhinfo.panoramicArchives.resultDetail) {
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail = {
|
||||
'currentOrderAmt': '--',
|
||||
'currentOrderCount': '--',
|
||||
'currentOrderLendAmt': '--',
|
||||
'currentOrgCount': '--',
|
||||
'debtAmount': '--',
|
||||
'memberCount': '--',
|
||||
'orderCount': '--',
|
||||
"debtDetail": {},
|
||||
"totaldebtDetail": {},
|
||||
}
|
||||
}
|
||||
}
|
||||
}else if(!this.userinfo.zhinfo.panoramicArchives.resultDetail){
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail={
|
||||
'currentOrderAmt':'--',
|
||||
'currentOrderCount':'--',
|
||||
'currentOrderLendAmt':'--',
|
||||
'currentOrgCount':'--',
|
||||
'debtAmount':'--',
|
||||
'memberCount':'--',
|
||||
'orderCount':'--',
|
||||
"debtDetail":{},
|
||||
"totaldebtDetail":{},
|
||||
}
|
||||
}
|
||||
if(this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderAmt==''){
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderAmt='--'
|
||||
}
|
||||
if(this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderLendAmt==''){
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderLendAmt='--'
|
||||
}
|
||||
if(this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderCount==''){
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderCount='--'
|
||||
}
|
||||
if(this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrgCount==''){
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrgCount='--'
|
||||
}
|
||||
if(this.userinfo.zhinfo.panoramicArchives.resultDetail.debtAmount==''||this.userinfo.zhinfo.panoramicArchives.resultDetail.debtAmount==null){
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.debtAmount='--'
|
||||
}
|
||||
if(this.userinfo.zhinfo.panoramicArchives.resultDetail.memberCount==''||this.userinfo.zhinfo.panoramicArchives.resultDetail.memberCount==null){
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.memberCount='--'
|
||||
}
|
||||
if(this.userinfo.zhinfo.panoramicArchives.resultDetail.orderCount==''||this.userinfo.zhinfo.panoramicArchives.resultDetail.orderCount==null){
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.orderCount='--'
|
||||
}
|
||||
if (!this.userinfo.zhinfo.radarRes) {
|
||||
// 如果为 null,则添加 resultDetail 字段,并且将 currentReportDetail 字段及其内部数据填充为 "--"
|
||||
this.userinfo.zhinfo.radarRes = {
|
||||
"resultDetail": {
|
||||
"currentReportDetail": {
|
||||
"c22180006": "--",
|
||||
"c22180009": "--",
|
||||
"c22180010": "--",
|
||||
"c22180002": "--",
|
||||
"c22180011": "--",
|
||||
"c22180012": "--",
|
||||
"c22180004": "--",
|
||||
"c22180007": "--",
|
||||
"c22180005": "--",
|
||||
"c22180003": "--",
|
||||
"c22180008": "--",
|
||||
"c22180001": "--"
|
||||
},
|
||||
"applyReportDetail": {
|
||||
"a22160004": "--",
|
||||
"a22160001": "--",
|
||||
"a22160002": "--",
|
||||
"a22160003": "--",
|
||||
"a22160006": "--",
|
||||
"a22160007": "--",
|
||||
"a22160008": "--",
|
||||
"a22160005": "--",
|
||||
"a22160009": "--",
|
||||
"a22160010": "--"
|
||||
},
|
||||
"behaviorReportDetail": {
|
||||
"b22170013": "--",
|
||||
"b22170001": "--",
|
||||
"b22170002": "--",
|
||||
"b22170003": "--",
|
||||
"b22170004": "--",
|
||||
"b22170005": "--",
|
||||
"b22170006": "--",
|
||||
"b22170007": "--",
|
||||
"b22170008": "--",
|
||||
"b22170009": "--",
|
||||
"b22170010": "--",
|
||||
"b22170011": "--",
|
||||
"b22170012": "--",
|
||||
"b22170017": "--",
|
||||
"b22170018": "--",
|
||||
"b22170015": "--",
|
||||
"b22170016": "--",
|
||||
"b22170014": "--",
|
||||
"b22170052": "--",
|
||||
"b22170030": "--",
|
||||
"b22170026": "--",
|
||||
"b22170051": "--",
|
||||
"b22170041": "--",
|
||||
"b22170031": "--",
|
||||
"b22170032": "--",
|
||||
"b22170033": "--",
|
||||
"b22170028": "--",
|
||||
"b22170045": "--",
|
||||
"b22170027": "--",
|
||||
"b22170029": "--",
|
||||
"b22170046": "--",
|
||||
"b22170019": "--",
|
||||
"b22170020": "--",
|
||||
"b22170022": "--",
|
||||
"b22170047": "--",
|
||||
"b22170049": "--",
|
||||
"b22170023": "--",
|
||||
"b22170025": "--",
|
||||
"b22170038": "--",
|
||||
"b22170040": "--",
|
||||
"b22170044": "--",
|
||||
"b22170035": "--",
|
||||
"b22170039": "--",
|
||||
"b22170048": "--",
|
||||
"b22170050": "--",
|
||||
"b22170054": "--",
|
||||
"b22170037": "--",
|
||||
"b22170036": "--",
|
||||
"b22170043": "--",
|
||||
"b22170024": "--",
|
||||
"b22170042": "--",
|
||||
"b22170021": "--",
|
||||
"b22170034": "--",
|
||||
"b22170053": "--"
|
||||
// Add other fields here with "--" values
|
||||
}
|
||||
if (this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderAmt == '') {
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderAmt = '--'
|
||||
}
|
||||
};
|
||||
} else {
|
||||
// 如果 radarRes 不为 null,则检查是否 resultDetail 为 null,以及 applyReportDetail 和 behaviorReportDetail 是否存在
|
||||
if (!this.userinfo.zhinfo.radarRes.resultDetail) {
|
||||
// 如果 resultDetail 为 null,则添加 currentReportDetail 字段,并且将其内部数据填充为 "--"
|
||||
this.userinfo.zhinfo.radarRes.resultDetail = {
|
||||
"currentReportDetail": {
|
||||
"c22180006": "--",
|
||||
"c22180009": "--",
|
||||
"c22180010": "--",
|
||||
"c22180002": "--",
|
||||
"c22180011": "--",
|
||||
"c22180012": "--",
|
||||
"c22180004": "--",
|
||||
"c22180007": "--",
|
||||
"c22180005": "--",
|
||||
"c22180003": "--",
|
||||
"c22180008": "--",
|
||||
"c22180001": "--",
|
||||
if (this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderLendAmt == '') {
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderLendAmt = '--'
|
||||
}
|
||||
if (this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderCount == '') {
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderCount = '--'
|
||||
}
|
||||
if (this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrgCount == '') {
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrgCount = '--'
|
||||
}
|
||||
if (this.userinfo.zhinfo.panoramicArchives.resultDetail.debtAmount == '' || this.userinfo.zhinfo.panoramicArchives.resultDetail.debtAmount == null) {
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.debtAmount = '--'
|
||||
}
|
||||
if (this.userinfo.zhinfo.panoramicArchives.resultDetail.memberCount == '' || this.userinfo.zhinfo.panoramicArchives.resultDetail.memberCount == null) {
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.memberCount = '--'
|
||||
}
|
||||
if (this.userinfo.zhinfo.panoramicArchives.resultDetail.orderCount == '' || this.userinfo.zhinfo.panoramicArchives.resultDetail.orderCount == null) {
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.orderCount = '--'
|
||||
}
|
||||
if (!this.userinfo.zhinfo.radarRes) {
|
||||
// 如果为 null,则添加 resultDetail 字段,并且将 currentReportDetail 字段及其内部数据填充为 "--"
|
||||
this.userinfo.zhinfo.radarRes = {
|
||||
"resultDetail": {
|
||||
"currentReportDetail": {
|
||||
"c22180006": "--",
|
||||
"c22180009": "--",
|
||||
"c22180010": "--",
|
||||
"c22180002": "--",
|
||||
"c22180011": "--",
|
||||
"c22180012": "--",
|
||||
"c22180004": "--",
|
||||
"c22180007": "--",
|
||||
"c22180005": "--",
|
||||
"c22180003": "--",
|
||||
"c22180008": "--",
|
||||
"c22180001": "--"
|
||||
},
|
||||
"applyReportDetail": {
|
||||
"a22160004": "--",
|
||||
"a22160001": "--",
|
||||
"a22160002": "--",
|
||||
"a22160003": "--",
|
||||
"a22160006": "--",
|
||||
"a22160007": "--",
|
||||
"a22160008": "--",
|
||||
"a22160005": "--",
|
||||
"a22160009": "--",
|
||||
"a22160010": "--"
|
||||
},
|
||||
"behaviorReportDetail": {
|
||||
"b22170013": "--",
|
||||
"b22170001": "--",
|
||||
"b22170002": "--",
|
||||
"b22170003": "--",
|
||||
"b22170004": "--",
|
||||
"b22170005": "--",
|
||||
"b22170006": "--",
|
||||
"b22170007": "--",
|
||||
"b22170008": "--",
|
||||
"b22170009": "--",
|
||||
"b22170010": "--",
|
||||
"b22170011": "--",
|
||||
"b22170012": "--",
|
||||
"b22170017": "--",
|
||||
"b22170018": "--",
|
||||
"b22170015": "--",
|
||||
"b22170016": "--",
|
||||
"b22170014": "--",
|
||||
"b22170052": "--",
|
||||
"b22170030": "--",
|
||||
"b22170026": "--",
|
||||
"b22170051": "--",
|
||||
"b22170041": "--",
|
||||
"b22170031": "--",
|
||||
"b22170032": "--",
|
||||
"b22170033": "--",
|
||||
"b22170028": "--",
|
||||
"b22170045": "--",
|
||||
"b22170027": "--",
|
||||
"b22170029": "--",
|
||||
"b22170046": "--",
|
||||
"b22170019": "--",
|
||||
"b22170020": "--",
|
||||
"b22170022": "--",
|
||||
"b22170047": "--",
|
||||
"b22170049": "--",
|
||||
"b22170023": "--",
|
||||
"b22170025": "--",
|
||||
"b22170038": "--",
|
||||
"b22170040": "--",
|
||||
"b22170044": "--",
|
||||
"b22170035": "--",
|
||||
"b22170039": "--",
|
||||
"b22170048": "--",
|
||||
"b22170050": "--",
|
||||
"b22170054": "--",
|
||||
"b22170037": "--",
|
||||
"b22170036": "--",
|
||||
"b22170043": "--",
|
||||
"b22170024": "--",
|
||||
"b22170042": "--",
|
||||
"b22170021": "--",
|
||||
"b22170034": "--",
|
||||
"b22170053": "--"
|
||||
// Add other fields here with "--" values
|
||||
}
|
||||
}
|
||||
};
|
||||
} else {
|
||||
// 如果 radarRes 不为 null,则检查是否 resultDetail 为 null,以及 applyReportDetail 和 behaviorReportDetail 是否存在
|
||||
if (!this.userinfo.zhinfo.radarRes.resultDetail) {
|
||||
// 如果 resultDetail 为 null,则添加 currentReportDetail 字段,并且将其内部数据填充为 "--"
|
||||
this.userinfo.zhinfo.radarRes.resultDetail = {
|
||||
"currentReportDetail": {
|
||||
"c22180006": "--",
|
||||
"c22180009": "--",
|
||||
"c22180010": "--",
|
||||
"c22180002": "--",
|
||||
"c22180011": "--",
|
||||
"c22180012": "--",
|
||||
"c22180004": "--",
|
||||
"c22180007": "--",
|
||||
"c22180005": "--",
|
||||
"c22180003": "--",
|
||||
"c22180008": "--",
|
||||
"c22180001": "--",
|
||||
|
||||
|
||||
|
||||
}
|
||||
};
|
||||
}
|
||||
// 检查 applyReportDetail 和 behaviorReportDetail 是否存在,如果不存在则添加并填充为 "--"
|
||||
if (!this.userinfo.zhinfo.radarRes.resultDetail.applyReportDetail) {
|
||||
this.userinfo.zhinfo.radarRes.resultDetail.applyReportDetail = {
|
||||
"a22160004": "--",
|
||||
"a22160001": "--",
|
||||
"a22160002": "--",
|
||||
"a22160003": "--",
|
||||
"a22160006": "--",
|
||||
"a22160007": "--",
|
||||
"a22160008": "--",
|
||||
"a22160005": "--",
|
||||
"a22160009": "--",
|
||||
"a22160010": "--"
|
||||
};
|
||||
}
|
||||
if (!this.userinfo.zhinfo.radarRes.resultDetail.behaviorReportDetail) {
|
||||
this.userinfo.zhinfo.radarRes.resultDetail.behaviorReportDetail = {
|
||||
"b22170013": "--",
|
||||
"b22170001": "--",
|
||||
"b22170002": "--",
|
||||
"b22170003": "--",
|
||||
"b22170004": "--",
|
||||
"b22170005": "--",
|
||||
"b22170006": "--",
|
||||
"b22170007": "--",
|
||||
"b22170008": "--",
|
||||
"b22170009": "--",
|
||||
"b22170010": "--",
|
||||
"b22170011": "--",
|
||||
"b22170012": "--",
|
||||
"b22170017": "--",
|
||||
"b22170018": "--",
|
||||
"b22170015": "--",
|
||||
"b22170016": "--",
|
||||
"b22170014": "--",
|
||||
"b22170052": "--",
|
||||
"b22170030": "--",
|
||||
"b22170026": "--",
|
||||
"b22170051": "--",
|
||||
"b22170041": "--",
|
||||
"b22170031": "--",
|
||||
"b22170032": "--",
|
||||
"b22170033": "--",
|
||||
"b22170028": "--",
|
||||
"b22170045": "--",
|
||||
"b22170027": "--",
|
||||
"b22170029": "--",
|
||||
"b22170046": "--",
|
||||
"b22170019": "--",
|
||||
"b22170020": "--",
|
||||
"b22170022": "--",
|
||||
"b22170047": "--",
|
||||
"b22170049": "--",
|
||||
"b22170023": "--",
|
||||
"b22170025": "--",
|
||||
"b22170038": "--",
|
||||
"b22170040": "--",
|
||||
"b22170044": "--",
|
||||
"b22170035": "--",
|
||||
"b22170039": "--",
|
||||
"b22170048": "--",
|
||||
"b22170050": "--",
|
||||
"b22170054": "--",
|
||||
"b22170037": "--",
|
||||
"b22170036": "--",
|
||||
"b22170043": "--",
|
||||
"b22170024": "--",
|
||||
"b22170042": "--",
|
||||
"b22170021": "--",
|
||||
"b22170034": "--",
|
||||
"b22170053": "--"
|
||||
// Add other fields here with "--" values
|
||||
};
|
||||
}
|
||||
}
|
||||
if (!this.userinfo.zhinfo.probeCRes) {
|
||||
this.userinfo.zhinfo.probeCRes = {
|
||||
'result_detail': {
|
||||
"max_performance_amt": "--",
|
||||
"count_performance": "--",
|
||||
"currently_overdue": "--",
|
||||
"max_overdue_amt": "--",
|
||||
"acc_sleep": "--",
|
||||
"currently_performance": "--",
|
||||
"result_code": "--",
|
||||
"latest_performance_time": "--",
|
||||
"max_overdue_days": "--",
|
||||
"latest_overdue_time": "--",
|
||||
"acc_exc": '--'
|
||||
}
|
||||
};
|
||||
}
|
||||
// 检查 applyReportDetail 和 behaviorReportDetail 是否存在,如果不存在则添加并填充为 "--"
|
||||
if (!this.userinfo.zhinfo.radarRes.resultDetail.applyReportDetail) {
|
||||
this.userinfo.zhinfo.radarRes.resultDetail.applyReportDetail = {
|
||||
"a22160004": "--",
|
||||
"a22160001": "--",
|
||||
"a22160002": "--",
|
||||
"a22160003": "--",
|
||||
"a22160006": "--",
|
||||
"a22160007": "--",
|
||||
"a22160008": "--",
|
||||
"a22160005": "--",
|
||||
"a22160009": "--",
|
||||
"a22160010": "--"
|
||||
};
|
||||
}
|
||||
if (!this.userinfo.zhinfo.radarRes.resultDetail.behaviorReportDetail) {
|
||||
this.userinfo.zhinfo.radarRes.resultDetail.behaviorReportDetail = {
|
||||
"b22170013": "--",
|
||||
"b22170001": "--",
|
||||
"b22170002": "--",
|
||||
"b22170003": "--",
|
||||
"b22170004": "--",
|
||||
"b22170005": "--",
|
||||
"b22170006": "--",
|
||||
"b22170007": "--",
|
||||
"b22170008": "--",
|
||||
"b22170009": "--",
|
||||
"b22170010": "--",
|
||||
"b22170011": "--",
|
||||
"b22170012": "--",
|
||||
"b22170017": "--",
|
||||
"b22170018": "--",
|
||||
"b22170015": "--",
|
||||
"b22170016": "--",
|
||||
"b22170014": "--",
|
||||
"b22170052": "--",
|
||||
"b22170030": "--",
|
||||
"b22170026": "--",
|
||||
"b22170051": "--",
|
||||
"b22170041": "--",
|
||||
"b22170031": "--",
|
||||
"b22170032": "--",
|
||||
"b22170033": "--",
|
||||
"b22170028": "--",
|
||||
"b22170045": "--",
|
||||
"b22170027": "--",
|
||||
"b22170029": "--",
|
||||
"b22170046": "--",
|
||||
"b22170019": "--",
|
||||
"b22170020": "--",
|
||||
"b22170022": "--",
|
||||
"b22170047": "--",
|
||||
"b22170049": "--",
|
||||
"b22170023": "--",
|
||||
"b22170025": "--",
|
||||
"b22170038": "--",
|
||||
"b22170040": "--",
|
||||
"b22170044": "--",
|
||||
"b22170035": "--",
|
||||
"b22170039": "--",
|
||||
"b22170048": "--",
|
||||
"b22170050": "--",
|
||||
"b22170054": "--",
|
||||
"b22170037": "--",
|
||||
"b22170036": "--",
|
||||
"b22170043": "--",
|
||||
"b22170024": "--",
|
||||
"b22170042": "--",
|
||||
"b22170021": "--",
|
||||
"b22170034": "--",
|
||||
"b22170053": "--"
|
||||
// Add other fields here with "--" values
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (!this.userinfo.zhinfo.probeCRes.result_detail) {
|
||||
this.userinfo.zhinfo.probeCRes.result_detail = {
|
||||
"max_performance_amt": "--",
|
||||
"count_performance": "--",
|
||||
"currently_overdue": "--",
|
||||
"max_overdue_amt": "--",
|
||||
"acc_sleep": "--",
|
||||
"currently_performance": "--",
|
||||
"result_code": "--",
|
||||
"latest_performance_time": "--",
|
||||
"max_overdue_days": "--",
|
||||
"latest_overdue_time": "--",
|
||||
"acc_exc": '--'
|
||||
if (!this.userinfo.zhinfo.probeCRes) {
|
||||
this.userinfo.zhinfo.probeCRes = {
|
||||
'result_detail': {
|
||||
"max_performance_amt": "--",
|
||||
"count_performance": "--",
|
||||
"currently_overdue": "--",
|
||||
"max_overdue_amt": "--",
|
||||
"acc_sleep": "--",
|
||||
"currently_performance": "--",
|
||||
"result_code": "--",
|
||||
"latest_performance_time": "--",
|
||||
"max_overdue_days": "--",
|
||||
"latest_overdue_time": "--",
|
||||
"acc_exc": '--'
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (!this.userinfo.zhinfo.probeCRes.result_detail) {
|
||||
this.userinfo.zhinfo.probeCRes.result_detail = {
|
||||
"max_performance_amt": "--",
|
||||
"count_performance": "--",
|
||||
"currently_overdue": "--",
|
||||
"max_overdue_amt": "--",
|
||||
"acc_sleep": "--",
|
||||
"currently_performance": "--",
|
||||
"result_code": "--",
|
||||
"latest_performance_time": "--",
|
||||
"max_overdue_days": "--",
|
||||
"latest_overdue_time": "--",
|
||||
"acc_exc": '--'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
this.$forceUpdate()
|
||||
},
|
||||
changeindex(index) {
|
||||
console.log(index, 'indexindexindex');
|
||||
this.detailindex = index
|
||||
|
|
|
@ -71,6 +71,11 @@
|
|||
<el-button slot="append" icon="el-icon-search" size="small" @click="seachList" />
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="身份证号:">
|
||||
<el-input v-model="tableFrom.idCardNum" placeholder="请输入用户身份证号" class="selWidth" size="small" clearable>
|
||||
<el-button slot="append" icon="el-icon-search" size="small" @click="seachList" />
|
||||
</el-input>
|
||||
</el-form-item>
|
||||
</div>
|
||||
|
||||
<el-form-item class="width100">
|
||||
|
@ -212,6 +217,8 @@
|
|||
<div v-if="scope.row.statusStr.value === '审核失败'">当前状态:<span style="color: red;">{{
|
||||
scope.row.statusStr.value
|
||||
}}</span></div>
|
||||
<div v-if="scope.row.statusStr.value === '已驳回'">当前状态:<span style="color: red;">{{
|
||||
scope.row.statusStr.value }}</span></div>
|
||||
<div v-else>当前状态:<span>{{ scope.row.statusStr.value }}</span></div>
|
||||
<div>渠道名称: <span>{{ scope.row.channel }}</span></div>
|
||||
<div>审核人员:{{ scope.row.auditor }}</div>
|
||||
|
@ -227,7 +234,7 @@
|
|||
|
||||
<div class="info" style="width: 150px;">
|
||||
|
||||
<div class="li" style="width: 100%;">姓名: <span v-text="scope.row.realName"></span></div>
|
||||
<div class="li" style="width: 100%;">姓名: <span v-text="scope.row.realName2"></span></div>
|
||||
<div class="li" style="margin-right: 10px;">性别: <span>{{ scope.row.sex }}</span></div>
|
||||
<div class="li">年龄: <span>{{ scope.row.age }}</span></div>
|
||||
<div class="li" style="width: 100%;" v-if="scope.row.faceAttestation == true">是否实名: <span>已实名</span>
|
||||
|
@ -1527,7 +1534,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tit" style="margin-top: 20px;" v-if="userinfo.zhinfo.panoramicArchives.resultDetail.totaldebtDetail.length>0">
|
||||
<div class="tit" style="margin-top: 20px;"
|
||||
v-if="userinfo.zhinfo.panoramicArchives.resultDetail.totaldebtDetail.length > 0">
|
||||
<img
|
||||
src="https://api.yruibao.com/crmebimage/public/content/2024/03/09/3c81d536012d4b559a9ffc668d60d5f9szinmgsqhp.png"
|
||||
alt="">
|
||||
|
@ -1901,6 +1909,7 @@ export default {
|
|||
limit: 20,
|
||||
type: 3,
|
||||
userName: '',
|
||||
idCardNum: "",
|
||||
},
|
||||
remarkFrom: {
|
||||
page: 1,
|
||||
|
@ -1987,18 +1996,18 @@ export default {
|
|||
getSynthesizeReport(this.uid).then((res) => {
|
||||
// console.log("11111111111111111---------"+JSON.stringify(res))
|
||||
console.log(res, 'resres');
|
||||
|
||||
|
||||
|
||||
|
||||
this.userinfo.zhinfo = res
|
||||
this.checkfk()
|
||||
loading.close();
|
||||
this.checkfk()
|
||||
loading.close();
|
||||
if (res.code == 500) {
|
||||
this.$message.error(res.msg);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
});
|
||||
},
|
||||
bzClose() {
|
||||
|
@ -2219,183 +2228,86 @@ export default {
|
|||
});
|
||||
|
||||
getSynthesizeCache(id).then((res) => {
|
||||
this.userinfo.zhinfo={}
|
||||
this.userinfo.zhinfo = {}
|
||||
// console.log("11111111111111111---------"+JSON.stringify(res))
|
||||
console.log(res, 'resres');
|
||||
this.userinfo.zhinfo = res
|
||||
|
||||
|
||||
|
||||
|
||||
this.checkfk()
|
||||
|
||||
|
||||
});
|
||||
console.log(this.userinfo, 'this.userinfothis.userinfothis.userinfo');
|
||||
},
|
||||
checkfk(){
|
||||
if(!this.userinfo.zhinfo.panoramicArchives){
|
||||
this.userinfo.zhinfo.panoramicArchives={
|
||||
"resultDetail":{
|
||||
'currentOrderAmt':'--',
|
||||
'currentOrderCount':'--',
|
||||
'currentOrderLendAmt':'--',
|
||||
'currentOrgCount':'--',
|
||||
'debtAmount':'--',
|
||||
'memberCount':'--',
|
||||
'orderCount':'--',
|
||||
"debtDetail":{},
|
||||
"totaldebtDetail":{},
|
||||
}
|
||||
}
|
||||
}else if(!this.userinfo.zhinfo.panoramicArchives.resultDetail){
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail={
|
||||
'currentOrderAmt':'--',
|
||||
'currentOrderCount':'--',
|
||||
'currentOrderLendAmt':'--',
|
||||
'currentOrgCount':'--',
|
||||
'debtAmount':'--',
|
||||
'memberCount':'--',
|
||||
'orderCount':'--',
|
||||
"debtDetail":{},
|
||||
"totaldebtDetail":{},
|
||||
},
|
||||
checkfk() {
|
||||
if (!this.userinfo.zhinfo.panoramicArchives) {
|
||||
this.userinfo.zhinfo.panoramicArchives = {
|
||||
"resultDetail": {
|
||||
'currentOrderAmt': '--',
|
||||
'currentOrderCount': '--',
|
||||
'currentOrderLendAmt': '--',
|
||||
'currentOrgCount': '--',
|
||||
'debtAmount': '--',
|
||||
'memberCount': '--',
|
||||
'orderCount': '--',
|
||||
"debtDetail": {},
|
||||
"totaldebtDetail": {},
|
||||
}
|
||||
}
|
||||
if(this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderAmt==''){
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderAmt='--'
|
||||
} else if (!this.userinfo.zhinfo.panoramicArchives.resultDetail) {
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail = {
|
||||
'currentOrderAmt': '--',
|
||||
'currentOrderCount': '--',
|
||||
'currentOrderLendAmt': '--',
|
||||
'currentOrgCount': '--',
|
||||
'debtAmount': '--',
|
||||
'memberCount': '--',
|
||||
'orderCount': '--',
|
||||
"debtDetail": {},
|
||||
"totaldebtDetail": {},
|
||||
}
|
||||
if(this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderLendAmt==''){
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderLendAmt='--'
|
||||
}
|
||||
if(this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderCount==''){
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderCount='--'
|
||||
}
|
||||
if(this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrgCount==''){
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrgCount='--'
|
||||
}
|
||||
if(this.userinfo.zhinfo.panoramicArchives.resultDetail.debtAmount==''||this.userinfo.zhinfo.panoramicArchives.resultDetail.debtAmount==null){
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.debtAmount='--'
|
||||
}
|
||||
if(this.userinfo.zhinfo.panoramicArchives.resultDetail.memberCount==''||this.userinfo.zhinfo.panoramicArchives.resultDetail.memberCount==null){
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.memberCount='--'
|
||||
}
|
||||
if(this.userinfo.zhinfo.panoramicArchives.resultDetail.orderCount==''||this.userinfo.zhinfo.panoramicArchives.resultDetail.orderCount==null){
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.orderCount='--'
|
||||
}
|
||||
if (!this.userinfo.zhinfo.radarRes) {
|
||||
// 如果为 null,则添加 resultDetail 字段,并且将 currentReportDetail 字段及其内部数据填充为 "--"
|
||||
this.userinfo.zhinfo.radarRes = {
|
||||
"resultDetail": {
|
||||
"currentReportDetail": {
|
||||
"c22180006": "--",
|
||||
"c22180009": "--",
|
||||
"c22180010": "--",
|
||||
"c22180002": "--",
|
||||
"c22180011": "--",
|
||||
"c22180012": "--",
|
||||
"c22180004": "--",
|
||||
"c22180007": "--",
|
||||
"c22180005": "--",
|
||||
"c22180003": "--",
|
||||
"c22180008": "--",
|
||||
"c22180001": "--"
|
||||
},
|
||||
"applyReportDetail": {
|
||||
"a22160004": "--",
|
||||
"a22160001": "--",
|
||||
"a22160002": "--",
|
||||
"a22160003": "--",
|
||||
"a22160006": "--",
|
||||
"a22160007": "--",
|
||||
"a22160008": "--",
|
||||
"a22160005": "--",
|
||||
"a22160009": "--",
|
||||
"a22160010": "--"
|
||||
},
|
||||
"behaviorReportDetail": {
|
||||
"b22170013": "--",
|
||||
"b22170001": "--",
|
||||
"b22170002": "--",
|
||||
"b22170003": "--",
|
||||
"b22170004": "--",
|
||||
"b22170005": "--",
|
||||
"b22170006": "--",
|
||||
"b22170007": "--",
|
||||
"b22170008": "--",
|
||||
"b22170009": "--",
|
||||
"b22170010": "--",
|
||||
"b22170011": "--",
|
||||
"b22170012": "--",
|
||||
"b22170017": "--",
|
||||
"b22170018": "--",
|
||||
"b22170015": "--",
|
||||
"b22170016": "--",
|
||||
"b22170014": "--",
|
||||
"b22170052": "--",
|
||||
"b22170030": "--",
|
||||
"b22170026": "--",
|
||||
"b22170051": "--",
|
||||
"b22170041": "--",
|
||||
"b22170031": "--",
|
||||
"b22170032": "--",
|
||||
"b22170033": "--",
|
||||
"b22170028": "--",
|
||||
"b22170045": "--",
|
||||
"b22170027": "--",
|
||||
"b22170029": "--",
|
||||
"b22170046": "--",
|
||||
"b22170019": "--",
|
||||
"b22170020": "--",
|
||||
"b22170022": "--",
|
||||
"b22170047": "--",
|
||||
"b22170049": "--",
|
||||
"b22170023": "--",
|
||||
"b22170025": "--",
|
||||
"b22170038": "--",
|
||||
"b22170040": "--",
|
||||
"b22170044": "--",
|
||||
"b22170035": "--",
|
||||
"b22170039": "--",
|
||||
"b22170048": "--",
|
||||
"b22170050": "--",
|
||||
"b22170054": "--",
|
||||
"b22170037": "--",
|
||||
"b22170036": "--",
|
||||
"b22170043": "--",
|
||||
"b22170024": "--",
|
||||
"b22170042": "--",
|
||||
"b22170021": "--",
|
||||
"b22170034": "--",
|
||||
"b22170053": "--"
|
||||
// Add other fields here with "--" values
|
||||
}
|
||||
}
|
||||
};
|
||||
} else {
|
||||
// 如果 radarRes 不为 null,则检查是否 resultDetail 为 null,以及 applyReportDetail 和 behaviorReportDetail 是否存在
|
||||
if (!this.userinfo.zhinfo.radarRes.resultDetail) {
|
||||
// 如果 resultDetail 为 null,则添加 currentReportDetail 字段,并且将其内部数据填充为 "--"
|
||||
this.userinfo.zhinfo.radarRes.resultDetail = {
|
||||
"currentReportDetail": {
|
||||
"c22180006": "--",
|
||||
"c22180009": "--",
|
||||
"c22180010": "--",
|
||||
"c22180002": "--",
|
||||
"c22180011": "--",
|
||||
"c22180012": "--",
|
||||
"c22180004": "--",
|
||||
"c22180007": "--",
|
||||
"c22180005": "--",
|
||||
"c22180003": "--",
|
||||
"c22180008": "--",
|
||||
"c22180001": "--",
|
||||
|
||||
|
||||
|
||||
}
|
||||
};
|
||||
}
|
||||
// 检查 applyReportDetail 和 behaviorReportDetail 是否存在,如果不存在则添加并填充为 "--"
|
||||
if (!this.userinfo.zhinfo.radarRes.resultDetail.applyReportDetail) {
|
||||
this.userinfo.zhinfo.radarRes.resultDetail.applyReportDetail = {
|
||||
}
|
||||
if (this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderAmt == '') {
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderAmt = '--'
|
||||
}
|
||||
if (this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderLendAmt == '') {
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderLendAmt = '--'
|
||||
}
|
||||
if (this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderCount == '') {
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrderCount = '--'
|
||||
}
|
||||
if (this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrgCount == '') {
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.currentOrgCount = '--'
|
||||
}
|
||||
if (this.userinfo.zhinfo.panoramicArchives.resultDetail.debtAmount == '' || this.userinfo.zhinfo.panoramicArchives.resultDetail.debtAmount == null) {
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.debtAmount = '--'
|
||||
}
|
||||
if (this.userinfo.zhinfo.panoramicArchives.resultDetail.memberCount == '' || this.userinfo.zhinfo.panoramicArchives.resultDetail.memberCount == null) {
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.memberCount = '--'
|
||||
}
|
||||
if (this.userinfo.zhinfo.panoramicArchives.resultDetail.orderCount == '' || this.userinfo.zhinfo.panoramicArchives.resultDetail.orderCount == null) {
|
||||
this.userinfo.zhinfo.panoramicArchives.resultDetail.orderCount = '--'
|
||||
}
|
||||
if (!this.userinfo.zhinfo.radarRes) {
|
||||
// 如果为 null,则添加 resultDetail 字段,并且将 currentReportDetail 字段及其内部数据填充为 "--"
|
||||
this.userinfo.zhinfo.radarRes = {
|
||||
"resultDetail": {
|
||||
"currentReportDetail": {
|
||||
"c22180006": "--",
|
||||
"c22180009": "--",
|
||||
"c22180010": "--",
|
||||
"c22180002": "--",
|
||||
"c22180011": "--",
|
||||
"c22180012": "--",
|
||||
"c22180004": "--",
|
||||
"c22180007": "--",
|
||||
"c22180005": "--",
|
||||
"c22180003": "--",
|
||||
"c22180008": "--",
|
||||
"c22180001": "--"
|
||||
},
|
||||
"applyReportDetail": {
|
||||
"a22160004": "--",
|
||||
"a22160001": "--",
|
||||
"a22160002": "--",
|
||||
|
@ -2406,10 +2318,8 @@ export default {
|
|||
"a22160005": "--",
|
||||
"a22160009": "--",
|
||||
"a22160010": "--"
|
||||
};
|
||||
}
|
||||
if (!this.userinfo.zhinfo.radarRes.resultDetail.behaviorReportDetail) {
|
||||
this.userinfo.zhinfo.radarRes.resultDetail.behaviorReportDetail = {
|
||||
},
|
||||
"behaviorReportDetail": {
|
||||
"b22170013": "--",
|
||||
"b22170001": "--",
|
||||
"b22170002": "--",
|
||||
|
@ -2465,44 +2375,143 @@ export default {
|
|||
"b22170034": "--",
|
||||
"b22170053": "--"
|
||||
// Add other fields here with "--" values
|
||||
};
|
||||
}
|
||||
}
|
||||
if (!this.userinfo.zhinfo.probeCRes) {
|
||||
this.userinfo.zhinfo.probeCRes = {
|
||||
'result_detail': {
|
||||
"max_performance_amt": "--",
|
||||
"count_performance": "--",
|
||||
"currently_overdue": "--",
|
||||
"max_overdue_amt": "--",
|
||||
"acc_sleep": "--",
|
||||
"currently_performance": "--",
|
||||
"result_code": "--",
|
||||
"latest_performance_time": "--",
|
||||
"max_overdue_days": "--",
|
||||
"latest_overdue_time": "--",
|
||||
"acc_exc": '--'
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (!this.userinfo.zhinfo.probeCRes.result_detail) {
|
||||
this.userinfo.zhinfo.probeCRes.result_detail = {
|
||||
"max_performance_amt": "--",
|
||||
"count_performance": "--",
|
||||
"currently_overdue": "--",
|
||||
"max_overdue_amt": "--",
|
||||
"acc_sleep": "--",
|
||||
"currently_performance": "--",
|
||||
"result_code": "--",
|
||||
"latest_performance_time": "--",
|
||||
"max_overdue_days": "--",
|
||||
"latest_overdue_time": "--",
|
||||
"acc_exc": '--'
|
||||
};
|
||||
} else {
|
||||
// 如果 radarRes 不为 null,则检查是否 resultDetail 为 null,以及 applyReportDetail 和 behaviorReportDetail 是否存在
|
||||
if (!this.userinfo.zhinfo.radarRes.resultDetail) {
|
||||
// 如果 resultDetail 为 null,则添加 currentReportDetail 字段,并且将其内部数据填充为 "--"
|
||||
this.userinfo.zhinfo.radarRes.resultDetail = {
|
||||
"currentReportDetail": {
|
||||
"c22180006": "--",
|
||||
"c22180009": "--",
|
||||
"c22180010": "--",
|
||||
"c22180002": "--",
|
||||
"c22180011": "--",
|
||||
"c22180012": "--",
|
||||
"c22180004": "--",
|
||||
"c22180007": "--",
|
||||
"c22180005": "--",
|
||||
"c22180003": "--",
|
||||
"c22180008": "--",
|
||||
"c22180001": "--",
|
||||
|
||||
|
||||
|
||||
}
|
||||
};
|
||||
}
|
||||
// 检查 applyReportDetail 和 behaviorReportDetail 是否存在,如果不存在则添加并填充为 "--"
|
||||
if (!this.userinfo.zhinfo.radarRes.resultDetail.applyReportDetail) {
|
||||
this.userinfo.zhinfo.radarRes.resultDetail.applyReportDetail = {
|
||||
"a22160004": "--",
|
||||
"a22160001": "--",
|
||||
"a22160002": "--",
|
||||
"a22160003": "--",
|
||||
"a22160006": "--",
|
||||
"a22160007": "--",
|
||||
"a22160008": "--",
|
||||
"a22160005": "--",
|
||||
"a22160009": "--",
|
||||
"a22160010": "--"
|
||||
};
|
||||
}
|
||||
if (!this.userinfo.zhinfo.radarRes.resultDetail.behaviorReportDetail) {
|
||||
this.userinfo.zhinfo.radarRes.resultDetail.behaviorReportDetail = {
|
||||
"b22170013": "--",
|
||||
"b22170001": "--",
|
||||
"b22170002": "--",
|
||||
"b22170003": "--",
|
||||
"b22170004": "--",
|
||||
"b22170005": "--",
|
||||
"b22170006": "--",
|
||||
"b22170007": "--",
|
||||
"b22170008": "--",
|
||||
"b22170009": "--",
|
||||
"b22170010": "--",
|
||||
"b22170011": "--",
|
||||
"b22170012": "--",
|
||||
"b22170017": "--",
|
||||
"b22170018": "--",
|
||||
"b22170015": "--",
|
||||
"b22170016": "--",
|
||||
"b22170014": "--",
|
||||
"b22170052": "--",
|
||||
"b22170030": "--",
|
||||
"b22170026": "--",
|
||||
"b22170051": "--",
|
||||
"b22170041": "--",
|
||||
"b22170031": "--",
|
||||
"b22170032": "--",
|
||||
"b22170033": "--",
|
||||
"b22170028": "--",
|
||||
"b22170045": "--",
|
||||
"b22170027": "--",
|
||||
"b22170029": "--",
|
||||
"b22170046": "--",
|
||||
"b22170019": "--",
|
||||
"b22170020": "--",
|
||||
"b22170022": "--",
|
||||
"b22170047": "--",
|
||||
"b22170049": "--",
|
||||
"b22170023": "--",
|
||||
"b22170025": "--",
|
||||
"b22170038": "--",
|
||||
"b22170040": "--",
|
||||
"b22170044": "--",
|
||||
"b22170035": "--",
|
||||
"b22170039": "--",
|
||||
"b22170048": "--",
|
||||
"b22170050": "--",
|
||||
"b22170054": "--",
|
||||
"b22170037": "--",
|
||||
"b22170036": "--",
|
||||
"b22170043": "--",
|
||||
"b22170024": "--",
|
||||
"b22170042": "--",
|
||||
"b22170021": "--",
|
||||
"b22170034": "--",
|
||||
"b22170053": "--"
|
||||
// Add other fields here with "--" values
|
||||
};
|
||||
}
|
||||
}
|
||||
if (!this.userinfo.zhinfo.probeCRes) {
|
||||
this.userinfo.zhinfo.probeCRes = {
|
||||
'result_detail': {
|
||||
"max_performance_amt": "--",
|
||||
"count_performance": "--",
|
||||
"currently_overdue": "--",
|
||||
"max_overdue_amt": "--",
|
||||
"acc_sleep": "--",
|
||||
"currently_performance": "--",
|
||||
"result_code": "--",
|
||||
"latest_performance_time": "--",
|
||||
"max_overdue_days": "--",
|
||||
"latest_overdue_time": "--",
|
||||
"acc_exc": '--'
|
||||
}
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
} else {
|
||||
if (!this.userinfo.zhinfo.probeCRes.result_detail) {
|
||||
this.userinfo.zhinfo.probeCRes.result_detail = {
|
||||
"max_performance_amt": "--",
|
||||
"count_performance": "--",
|
||||
"currently_overdue": "--",
|
||||
"max_overdue_amt": "--",
|
||||
"acc_sleep": "--",
|
||||
"currently_performance": "--",
|
||||
"result_code": "--",
|
||||
"latest_performance_time": "--",
|
||||
"max_overdue_days": "--",
|
||||
"latest_overdue_time": "--",
|
||||
"acc_exc": '--'
|
||||
}
|
||||
}
|
||||
}
|
||||
this.$forceUpdate()
|
||||
},
|
||||
changeindex(index) {
|
||||
|
||||
this.detailindex = index
|
||||
|
|
Loading…
Reference in New Issue
Block a user