applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/index.vue
@@ -145,7 +145,8 @@ } provide('deptTree', deptTree) provide('treeProps', treeProps) const detailDemandStatus = ref('') provide('detailDemandStatus', detailDemandStatus) // 根据部门ID获取部门名称 function getDeptNameById(deptId, deptList) { if (!deptId || !Array.isArray(deptList)) return '' @@ -193,6 +194,7 @@ // 新增/编辑/查看 弹框 function openForm(mode, row) { detailDemandStatus.value = row?.demandStatus // 对于所有审批相关状态(申请中、审核通过、审核拒绝)都使用申请详情弹框 if (mode === 'view' && ['1', '2', '3'].includes(row?.demandStatus)) { // 使用申请详情弹框