|
|
|
@ -472,6 +472,20 @@
|
|
|
|
|
if (res.result.materialType == 1) { |
|
|
|
|
this.isTargetLibrary = true |
|
|
|
|
} |
|
|
|
|
if (res.result.materialType!=6){ |
|
|
|
|
if (res.result.planType==1){ |
|
|
|
|
this.isIfDirect=true |
|
|
|
|
//isIfInspection |
|
|
|
|
if (res.result.ifDirect==1){ |
|
|
|
|
this.isIfInspection=true |
|
|
|
|
} |
|
|
|
|
}else { |
|
|
|
|
this.isIfDirect=false |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}else { |
|
|
|
|
this.isIfDirect=false |
|
|
|
|
} |
|
|
|
|
let formData = res.result |
|
|
|
|
formData.tableName = r.tableName |
|
|
|
|
this.data = formData |
|
|
|
|