Browse Source

推荐允许改派

xiaowang-featrue
mk 10 months ago
parent
commit
cbd3a8f6ed
  1. 2
      src/views/modules/shequzhili/Delivery/index.vue

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

@ -166,7 +166,7 @@
<!-- <el-button @click="handleDispose(scope.row,'dispose')" type="text" size="small" <!-- <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> --> 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" <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> v-if="(scope.row.status == 'processing'|| scope.row.status === 'assigned') && scope.row.operationType === '5'|| scope.row.operationType === '13'">改派</el-button>
<el-button @click="handleDispose(scope.row,'assign')" type="text" size="small" <el-button @click="handleDispose(scope.row,'assign')" type="text" size="small"
v-if="scope.row.status =='unassigned'||scope.row.status =='processing'||scope.row.operationType =='13'">派件</el-button> v-if="scope.row.status =='unassigned'||scope.row.status =='processing'||scope.row.operationType =='13'">派件</el-button>
<el-button @click="handleDispose(scope.row,'check')" type="text" size="small" <el-button @click="handleDispose(scope.row,'check')" type="text" size="small"

Loading…
Cancel
Save