Browse Source

添加指派

feature_dlt_taidong
是小王呀\24601 1 year ago
parent
commit
8daf0e0bac
  1. 2
      src/views/modules/shequzhili/Delivery/index.vue

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

@ -152,7 +152,7 @@
<!-- <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'||scope.row.operationType === '10'">派件</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>

Loading…
Cancel
Save