| | |
| | | <style scoped> |
| | | ins-order-plan-main .title { |
| | | .ins-order-plan-main .title { |
| | | font-size: 20px; |
| | | color: #3A7BFA |
| | | } |
| | |
| | | type: 'text', |
| | | method: 'handleInspection', |
| | | disabFun: (row, index) => { |
| | | return row.userId == null |
| | | return row.userId == null || row.insState == 3 || row.insState == 5 |
| | | } |
| | | }, { |
| | | id: '', |
| | |
| | | type: 'text', |
| | | method: 'handleConnect', |
| | | disabFun: (row, index) => { |
| | | return row.userId == null |
| | | return row.userId == null || row.orderUserId == null |
| | | } |
| | | }, |
| | | { |
| | |
| | | font: '复核', |
| | | type: 'text', |
| | | method: 'handleReview', |
| | | // disabFun: (row, index) => { |
| | | // return row.userId == null || row.insState != 4 |
| | | // } |
| | | disabFun: (row, index) => { |
| | | return row.userId == null || row.insState != 3 |
| | | } |
| | | }, { |
| | | id: '', |
| | | font: '认领', |
| | |
| | | }] |
| | | } |
| | | }, |
| | | spanConfig:{ |
| | | rows:'entrustCode',//合并行,通常涉及一个字段 |
| | | cols:[],//合并列,通常涉及几个字段 |
| | | }, |
| | | selectField: {}, |
| | | requiredAdd: [], |
| | | requiredUp: [] |