吉安感知网项目-前端
罗广辉
2026-01-31 7a97916ae14edfe624249d934b4d593165b90c04
feat: 拒单
1 files modified
4 ■■■■ changed files
applications/task-work-order/src/views/orderView/orderManage/orderManage/FormDiaLog.vue 4 ●●●● patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderManage/orderManage/FormDiaLog.vue
@@ -330,8 +330,8 @@
const hasPatrolTaskList = computed(() => ['30', '40', '50', '60'].includes(String(formData.value.workOrderStatus)))
const gdStatusObj = {
    '10': { reason: '驳回原因', operationType: '2' },
    '11': { reason: '驳回原因' },
    '10': { reason: '拒单原因', operationType: '2' },
    '11': { reason: '拒单原因' },
    '20': { reason: '取消原因', operationType: '3' },
    '23': { reason: '取消原因' },
    '30': { reason: '协商修改原因', operationType: '9' },