| | |
| | | <template v-if="OrderUtils.isContainCheckIn(checkReceiveMethods)"> |
| | | <nut-button |
| | | v-if=" |
| | | !userCheckHistoryType || |
| | | userCheckHistoryType === EnumTaskUserSubmitCheckHistoryType.CheckIn |
| | | !checkHistoryType || checkHistoryType === EnumTaskUserSubmitCheckHistoryType.CheckIn |
| | | " |
| | | type="primary" |
| | | class="task-check-card-phone-btn" |
| | |
| | | v-else |
| | | type="primary" |
| | | class="task-check-card-phone-btn" |
| | | @click.stop="handleMore" |
| | | @click.stop="emit('checkReceive')" |
| | | >验收</nut-button |
| | | > |
| | | </template> |
| | | <nut-button v-else type="primary" class="task-check-card-phone-btn" @click.stop="handleMore" |
| | | <nut-button |
| | | v-else |
| | | type="primary" |
| | | class="task-check-card-phone-btn" |
| | | @click.stop="emit('checkReceive')" |
| | | >验收</nut-button |
| | | > |
| | | </template> |
| | |
| | | |
| | | submitCheckReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus; |
| | | |
| | | userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType; |
| | | checkHistoryType?: EnumTaskUserSubmitCheckHistoryType; |
| | | }; |
| | | |
| | | const props = withDefaults(defineProps<Props>(), {}); |