applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/ApplyViewDialog.vue
@@ -375,9 +375,9 @@ // 拒绝申请 const rejectTheApplication = () => { if (uploadedFiles.value.length === 0) { return ElMessage.warning('请上传数据') } // if (uploadedFiles.value.length === 0) { // return ElMessage.warning('请上传数据') // } // 打开拒绝申请弹框 rejectionDialogVisible.value = true } applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/reasonForRejectionDialog.vue
@@ -10,7 +10,7 @@ :close-on-click-modal="false" > <div class="detail-container"> <div class="detail-cell"> <div class="detail-cell-reject"> <span class="cell-label">拒绝原因:</span> <el-input v-model="reasonForRejection" style="width: 380px" type="textarea" :rows="4" placeholder="请输入" /> </div> @@ -65,4 +65,8 @@ </script> <style scoped lang="scss"> .detail-cell-reject { display: flex; justify-content: flex-start; } </style>