| | |
| | | ElMessage.error(t('order.msg.pleaseCancelTheFilteringFirst')) |
| | | return |
| | | } |
| | | if (selectRecords.length == 0) { |
| | | ElMessage.warning(t('reportingWorks.selectProcessCardData')) |
| | | return; |
| | | } |
| | | // if (selectRecords.length == 0) { |
| | | // ElMessage.warning(t('reportingWorks.selectProcessCardData')) |
| | | // return; |
| | | // } |
| | | |
| | | let projectData = ref({ |
| | | projectdetail: selectRecords, |
| | |
| | | |
| | | } |
| | | } |
| | | |
| | | watch(optionVal, (newVal, oldVal) => { |
| | | if (newVal) { |
| | | // 当膜系改变时,更新工程名称为当前膜系值 |
| | | projectNmae.value = newVal; |
| | | |
| | | // 当膜系改变时,自动刷新数据 |
| | | selectFlowCardList(); |
| | | } |
| | | }, { flush: 'post' }); |
| | | |
| | | const handleRowClassName = ({ row, rowIndex }) => { |
| | | if (row.patch_state === 1) { |
| | | return 'high-score'; |