| | |
| | | :dataSource="detail.precisionCheckList" :columns="detail.precisionCheckColumns"> |
| | | <template v-slot:precisionCheckResult="props"> |
| | | <a-input-number v-model="props.row.precisionCheckResult" |
| | | :disabled="disableSubmit||(model.evaluationStatus!='UNDER_EVALUATION'&&model.evaluationStatus!='WAIT_EVALUATION')||(model.evaluationStatus=='UNDER_EVALUATION'&&selectShenpiData.taskDefKey=='safety_equipment_check_confirm')" |
| | | :disabled="disableSubmit||(model.evaluationStatus!='UNDER_EVALUATION'&&model.evaluationStatus!='WAIT_EVALUATION')||(model.evaluationStatus=='UNDER_EVALUATION'&&selectShenpiData.taskDefKey=='equipment_precision_check_confirm')" |
| | | @blur="$refs['editableDetailTable'+activeTabKey].validateTable()" |
| | | placeholder="请输入检查结果" style="width: 100%"/> |
| | | </template> |
| | |
| | | :dataSource="detail.otherCheckList" :columns="detail.otherCheckColumns"> |
| | | <template v-slot:otherCheckResult="props"> |
| | | <a-textarea v-model="props.row.otherCheckResult" :rows="1" |
| | | :disabled="disableSubmit||(model.evaluationStatus!='UNDER_EVALUATION'&&model.evaluationStatus!='WAIT_EVALUATION')||(model.evaluationStatus=='UNDER_EVALUATION'&&selectShenpiData.taskDefKey=='safety_equipment_check_confirm')" |
| | | :disabled="disableSubmit||(model.evaluationStatus!='UNDER_EVALUATION'&&model.evaluationStatus!='WAIT_EVALUATION')||(model.evaluationStatus=='UNDER_EVALUATION'&&selectShenpiData.taskDefKey=='other_check_confirm')" |
| | | @blur="$refs['editableDetailTable'+activeTabKey].validateTable()" |
| | | placeholder="请输入检查结果" |
| | | :autoSize="false"/> |
| | |
| | | if (valid) { |
| | | that.confirmLoading = that.spinning = true |
| | | |
| | | // 仅在鉴定中状态传递表格列表 |
| | | if (this.model.evaluationStatus == 'UNDER_EVALUATION') { |
| | | for (let index = 1; index <= 3; index++) { |
| | | if (that.$refs['editableDetailTable' + index]) { |