|
@@ -110,7 +110,7 @@
|
|
|
listIds: '',
|
|
|
startDate: '',
|
|
|
endDate: '',
|
|
|
- jzId: '',
|
|
|
+ jzId: '',
|
|
|
}
|
|
|
},
|
|
|
components: {
|
|
@@ -314,8 +314,13 @@
|
|
|
this.editInfo = JSON.parse(JSON.stringify(res.data));
|
|
|
this.allData = JSON.parse(JSON.stringify(res.data));
|
|
|
this.allData.id = this.id
|
|
|
+ if (res.data.kaozhengList.length == 0) {
|
|
|
+ this.statusFlag = true
|
|
|
+ } else {
|
|
|
+ this.statusFlag = this.checkStatus(res.data.kaozhengList)
|
|
|
+ }
|
|
|
// 新增 手机端,家政人员编辑,修改为导出后不能修改
|
|
|
- this.statusFlag = this.checkStatus(res.data.kaozhengList)
|
|
|
+ //this.statusFlag = this.checkStatus(res.data.kaozhengList)
|
|
|
console.log('this.checkStatus(res.data.kaozhengList)', this.checkStatus(res
|
|
|
.data.kaozhengList));
|
|
|
console.log('this.allData this.allData ', this.allData);
|
|
@@ -781,11 +786,11 @@
|
|
|
uni.redirectTo({
|
|
|
url: "/pages/admin/Jiazheng/index" +
|
|
|
"?isZijiazheng=" + this.isZijiazheng +
|
|
|
- "&userIdList=" + this.userIdList+ "&listIds=" + this.listIds+
|
|
|
- "&startDate=" + this.startDate+
|
|
|
- "&endDate=" + this.endDate+
|
|
|
- "&from=" + this.from+
|
|
|
- "&jzId=" + this.jzId
|
|
|
+ "&userIdList=" + this.userIdList + "&listIds=" + this.listIds +
|
|
|
+ "&startDate=" + this.startDate +
|
|
|
+ "&endDate=" + this.endDate +
|
|
|
+ "&from=" + this.from +
|
|
|
+ "&jzId=" + this.jzId
|
|
|
})
|
|
|
}
|
|
|
|