| | |
| | | <template> |
| | | <div class="ins-order-plan-main"> |
| | | <div v-show="activeFace == 0&&state==0" style="height: 100%;"> |
| | | <p style="font-size: 16px;padding:19.5px 0px">检验任务</p> |
| | | <p style="font-size: 16px;padding-left: 20px;text-align: left;height: 60px;line-height: 60px;">检验任务</p> |
| | | <div class="search"> |
| | | <div class="search_thing"> |
| | | <div class="search_label">委托编号:</div> |
| | |
| | | font: '复核', |
| | | type: 'text', |
| | | method: 'handleReview', |
| | | /* disabFun: (row, index) => { |
| | | disabFun: (row, index) => { |
| | | return row.userId == null || row.insState != 3 || row.verifyUser != 1 |
| | | } */ |
| | | } |
| | | }, { |
| | | id: '', |
| | | font: '认领', |