| | |
| | | name: "SampleDisposal", |
| | | data() { |
| | | return { |
| | | activeName:'填写', |
| | | activeName:'历史记录', |
| | | title:'新增', |
| | | addDialogVisible:false, |
| | | addLoading:false, |
| | |
| | | id: 'handleAdd0', |
| | | font: '修改', |
| | | type: 'text', |
| | | method: 'handleAdd0' |
| | | method: 'handleAdd0', |
| | | disabFun:(row, index) => { |
| | | return !this.addPower||this.currentInfo.examineState=='通过' |
| | | } |
| | | },{ |
| | | id: 'delete', |
| | | font: '删除', |
| | | type: 'text', |
| | | method: 'doDiy' |
| | | method: 'doDiy', |
| | | disabFun:(row, index) => { |
| | | return !this.addPower||this.currentInfo.examineState=='通过' |
| | | } |
| | | }], |
| | | tagField: {}, |
| | | selectField: {}, |
| | |
| | | addPower:true, |
| | | }; |
| | | }, |
| | | watch: { |
| | | 'activeName' (val1, val2) { |
| | | if(val1=='填写'){ |
| | | this.componentData0.do.forEach((item)=>{ |
| | | item.disabFun = (row, index) => { |
| | | return !this.addPower||this.currentInfo.examineState=='通过' |
| | | } |
| | | }) |
| | | } |
| | | } |
| | | }, |
| | | mounted() { |
| | | this.entityCopy = this.HaveJson(this.componentData.entity); |
| | | this.getCustomPageList() |