|
|
@ -103,21 +103,7 @@ |
|
|
|
name: "equipmentledgerDetail", |
|
|
|
name: "equipmentledgerDetail", |
|
|
|
data () { |
|
|
|
data () { |
|
|
|
return { |
|
|
|
return { |
|
|
|
checkStatusValue: this.$route.query.checkstatus, |
|
|
|
|
|
|
|
form:{}, |
|
|
|
form:{}, |
|
|
|
optionCheckStatus: [{ |
|
|
|
|
|
|
|
value: 1, |
|
|
|
|
|
|
|
label: '审核中' |
|
|
|
|
|
|
|
}, { |
|
|
|
|
|
|
|
value: 2, |
|
|
|
|
|
|
|
label: '已审核' |
|
|
|
|
|
|
|
}, { |
|
|
|
|
|
|
|
value: 3, |
|
|
|
|
|
|
|
label: '未通过' |
|
|
|
|
|
|
|
}, { |
|
|
|
|
|
|
|
value: 4, |
|
|
|
|
|
|
|
label: ' ' |
|
|
|
|
|
|
|
}], |
|
|
|
|
|
|
|
frame_class: '', |
|
|
|
frame_class: '', |
|
|
|
type: {}, |
|
|
|
type: {}, |
|
|
|
shouldShowButton:{}, |
|
|
|
shouldShowButton:{}, |
|
|
@ -544,7 +530,6 @@ |
|
|
|
this.addUpdateShowButton=false; |
|
|
|
this.addUpdateShowButton=false; |
|
|
|
this.UpdateShowButton=true; |
|
|
|
this.UpdateShowButton=true; |
|
|
|
this.frame_class = 'frame_class1'; |
|
|
|
this.frame_class = 'frame_class1'; |
|
|
|
this.checkStatusValue = this.$route.query.checkstatus; |
|
|
|
|
|
|
|
this.SearchDetail(); |
|
|
|
this.SearchDetail(); |
|
|
|
const kksDescription = this.findObject(this.tab1_option.column, "kksDescription"); |
|
|
|
const kksDescription = this.findObject(this.tab1_option.column, "kksDescription"); |
|
|
|
kksDescription.disabled = true; |
|
|
|
kksDescription.disabled = true; |
|
|
@ -556,7 +541,7 @@ |
|
|
|
this.UpdateShowButton=false; |
|
|
|
this.UpdateShowButton=false; |
|
|
|
this.addUpdateShowButton=true; |
|
|
|
this.addUpdateShowButton=true; |
|
|
|
this.frame_class = null; |
|
|
|
this.frame_class = null; |
|
|
|
this.checkStatusValue = 4; |
|
|
|
this.form =" "; |
|
|
|
} |
|
|
|
} |
|
|
|
const create_user = this.findObject(this.optionParam.column, "createUser"); |
|
|
|
const create_user = this.findObject(this.optionParam.column, "createUser"); |
|
|
|
create_user.display = false; |
|
|
|
create_user.display = false; |
|
|
|