|
|
@ -341,9 +341,9 @@ export default {
|
|
|
|
// console.log(response.rows[0])
|
|
|
|
// console.log(response.rows[0])
|
|
|
|
// console.log(this.planMaintDetail)
|
|
|
|
// console.log(this.planMaintDetail)
|
|
|
|
// console.log("==================================--------------------------==============================")
|
|
|
|
// console.log("==================================--------------------------==============================")
|
|
|
|
for (let i = 0; i < this.dict.type.dms_maint_status.length;i++){
|
|
|
|
for (let i = 1; i < this.dict.type.dms_maint_status.length+1;i++){
|
|
|
|
if (this.dmsBillsMaintInstanceList[0].maintStatus==i){
|
|
|
|
if (this.dmsBillsMaintInstanceList[0].maintStatus==i){
|
|
|
|
this.billsStatusCheck = this.dict.type.dms_maint_status[i].label;
|
|
|
|
this.billsStatusCheck = this.dict.type.dms_maint_status[i-1].label;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// for (let j = 0; j < this.dict.type.dms_instance_type.length;j++){
|
|
|
|
// for (let j = 0; j < this.dict.type.dms_instance_type.length;j++){
|
|
|
|