| | |
| | | type: 'text', |
| | | clickFun: (row) => { |
| | | this.openAddDia('edit', row); |
| | | }, |
| | | disabled: (row) => { |
| | | return row.state == 1 |
| | | }, |
| | | }, |
| | | { |
| | | name: '计划', |
| | | type: 'text', |
| | | clickFun: (row) => { |
| | | this.$router.push({ |
| | | path: "/reliabilityPlan/plan", query: { |
| | | id: row.id, |
| | | type: '成品', |
| | | state: row.state |
| | | } |
| | | }); |
| | | }, |
| | | }, |
| | | { |
| | | name: '提交', |
| | | type: 'text', |
| | | clickFun: (row) => { |
| | | this.openAddDia('submit', row); |
| | | }, |
| | | disabled: (row) => { |
| | | return row.state == 1 |
| | | }, |
| | | }, |
| | | { |
| | | name: '审核', |
| | |
| | | } |
| | | }, |
| | | { |
| | | name: '计划', |
| | | type: 'text', |
| | | clickFun: (row) => { |
| | | this.$router.push({ |
| | | path: "/reliabilityPlan/plan", query: { |
| | | id: row.id, |
| | | type: '原辅材', |
| | | state: row.state |
| | | } |
| | | }); |
| | | }, |
| | | }, |
| | | { |
| | | name: '提交', |
| | | type: 'text', |
| | | clickFun: (row) => { |
| | | this.openAddDia('submit', row); |
| | | }, |
| | | disabled: (row) => { |
| | | return row.state == 1 |
| | | }, |
| | | }, |
| | | { |
| | | name: '审核', |
| | | type: 'text', |
| | | clickFun: (row) => { |