| | |
| | | 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: {}, |
| | |
| | | }, |
| | | action() { |
| | | 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() { |
| | |
| | | }).catch(err=>{}); |
| | | }, |
| | | handleDown0(row){ |
| | | let url = this.javaApi+'word/'+row.url |
| | | let url = this.javaApi+'/word/'+row.url |
| | | const link = document.createElement('a'); |
| | | link.href = url; |
| | | link.download = row.month+' 外来文件确认记录'; |
| | | link.download = row.month+' 外来文件确认记录.docx'; |
| | | link.click(); |
| | | }, |
| | | // 提交 |