| | |
| | | data(){ |
| | | return{ |
| | | title0:'查看', |
| | | activeName:'填写', |
| | | activeName:'历史记录', |
| | | lookDialogVisible:false, |
| | | noCheckLoading:false, |
| | | checkLoading:false, |
| | |
| | | id: 'update', |
| | | font: '修改', |
| | | type: 'text', |
| | | method: 'doDiy' |
| | | method: 'doDiy', |
| | | },{ |
| | | id: 'delete', |
| | | font: '删除', |
| | | type: 'text', |
| | | method: 'doDiy' |
| | | method: 'doDiy', |
| | | }], |
| | | tagField: {}, |
| | | selectField: {}, |
| | |
| | | return this.javaApi +this.$api.manageRecordTotal.exportManageRecordVerify |
| | | } |
| | | }, |
| | | watch: { |
| | | 'activeName' (val1, val2) { |
| | | if(val1=='填写'){ |
| | | this.componentData0.do.forEach((item)=>{ |
| | | item.disabFun = (row, index) => { |
| | | return !this.addPower||!!this.currentInfo.ratifyUserName |
| | | } |
| | | }) |
| | | } |
| | | } |
| | | }, |
| | | mounted() { |
| | | this.entityCopy = this.HaveJson(this.componentData.entity); |
| | | this.getPower() |