吉安感知网项目-前端
罗广辉
2026-01-31 b2670c2a7f71fa80ebf1e5702bb23f33e4f2dcdc
applications/task-work-order/src/views/orderView/orderManage/orderManage/FormDiaLog.vue
@@ -245,7 +245,7 @@
         </template>
         <template v-if="permission.order_controlCancel">
            <el-button v-if="gdStatus === '21'" @click="statusChange(6)" color="#F2F3F5">驳回</el-button>
            <el-button v-if="gdStatus === '21'" @click="statusChange(5)" color="#4C34FF">同意</el-button>
            <el-button v-if="gdStatus === '21'" @click="statusChange(5)" color="#4C34FF">通过</el-button>
         </template>
         <el-button v-if="gdStatus === '30' && permission.order_applyNegotiation" @click="addDescription" color="#4C34FF">
            协商修改
@@ -334,11 +334,11 @@
const gdStatusObj = {
   '10': { reason: '拒单原因', operationType: '2', title: '拒绝接单' },
   '11': { reason: '拒单原因' },
   '20': { reason: '取消原因', operationType: '3',title:'申请取消' },
   '20': { reason: '原因', operationType: '3',title:'申请取消' },
   '21': { reason: '取消原因' },
   '23': { reason: '取消原因' },
   '30': { reason: '协商修改原因', operationType: '9',title:'协商修改' },
   '31': { reason: '协商修改原因' },
   '30': { reason: '修改原因', operationType: '9',title:'协商修改' },
   '31': { reason: '修改原因' },
   '40': { reason: '' },
   '50': { reason: '情况说明', operationType: '11',title:'结算' },
   '60': { reason: '情况说明' },