Browse Source

改派加默认选中

7.31
mk 1 year ago
parent
commit
14f02e0ebe
  1. 11
      src/views/modules/shequzhili/Delivery/index.vue
  2. 2
      src/views/modules/shequzhili/event/cpts/process-form-assign.vue

11
src/views/modules/shequzhili/Delivery/index.vue

@ -151,9 +151,14 @@
<el-button @click="handleWatch(scope.row)" type="text" size="small" class="">查看</el-button>
<!-- <el-button @click="handleDispose(scope.row)" type="text" size="small" class="">{{scope.row.deliverystatus==0?"派件":"办理"}}</el-button>
-->
<el-button @click="handleDispose(scope.row,'dispose')" type="text" size="small" v-if="(scope.row.status == 'processing'|| scope.row.status === 'assigned') && scope.row.operationType === '5'">处理</el-button>
<el-button @click="handleDispose(scope.row,'assign')" type="text" size="small" v-if="scope.row.status =='unassigned'">派件</el-button>
<el-button @click="handleDispose(scope.row,'check')" type="text" size="small" v-if="scope.row.operationType === '11'">审核</el-button>
<el-button @click="handleDispose(scope.row,'dispose')" type="text" size="small"
v-if="(scope.row.status == 'processing'|| scope.row.status === 'assigned') && scope.row.operationType === '5'">处理</el-button>
<el-button @click="handleDispose(scope.row,'assign')" type="text" size="small"
v-if="(scope.row.status == 'processing'|| scope.row.status === 'assigned') && scope.row.operationType === '5'">改派</el-button>
<el-button @click="handleDispose(scope.row,'assign')" type="text" size="small"
v-if="scope.row.status =='unassigned'||scope.row.status =='processing'">派件</el-button>
<el-button @click="handleDispose(scope.row,'check')" type="text" size="small"
v-if="scope.row.operationType === '11'">审核</el-button>
</template>
</el-table-column>
</el-table>

2
src/views/modules/shequzhili/event/cpts/process-form-assign.vue

@ -81,7 +81,7 @@ export default {
timeLimit:'',//
deptId:'', //
deptName:'',
sendMsg:0,
sendMsg:1,
status:'assigned'
},
orgOptions: [],

Loading…
Cancel
Save