|
|
|
@ -95,9 +95,6 @@
|
|
|
|
|
<a-button type="link" @click="openUser"
|
|
|
|
|
><i class="icon-zhuanfa iconfont"></i>任务转交</a-button
|
|
|
|
|
>
|
|
|
|
|
<a-button type="link" @click="openCustom"
|
|
|
|
|
><i class="icon-liebiao iconfont"></i>任务自定义列</a-button
|
|
|
|
|
>
|
|
|
|
|
<!-- <a-button type="link" @click="FnPrint"><i class="icon-weibiaoti-- iconfont"></i>打印</a-button> -->
|
|
|
|
|
<!-- <a-button type="link" @click="FnSendCar"><i class="icon-chezaikucun iconfont"></i>派车</a-button>
|
|
|
|
|
<a-button type="link" @click="CancelSendCar"><i
|
|
|
|
@ -197,7 +194,11 @@
|
|
|
|
|
>
|
|
|
|
|
</template>
|
|
|
|
|
</template>
|
|
|
|
|
<template #toolbar> </template>
|
|
|
|
|
<template #toolbar>
|
|
|
|
|
<a-button type="link" @click="openCustom"
|
|
|
|
|
><i class=" icon-shuliebiao iconfont"></i>列设置</a-button
|
|
|
|
|
>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-slot:bodyCell="{ column, record }">
|
|
|
|
|
<template v-if="column.key === 'iS_EXCEPT'">
|
|
|
|
|
<span v-if="record.iS_EXCEPT == 1">异常</span>
|
|
|
|
@ -291,7 +292,7 @@
|
|
|
|
|
</a-table>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<span style="cursor: pointer; color: blue">{{ record.recvUserListName }}</span>
|
|
|
|
|
<span style="cursor: pointer; color: #257afa">{{ record.recvUserListName }}</span>
|
|
|
|
|
</a-popover>
|
|
|
|
|
</template>
|
|
|
|
|
<template v-if="column.key === 'busI_TYPE'">
|
|
|
|
@ -462,6 +463,7 @@
|
|
|
|
|
setProps({
|
|
|
|
|
rowSelection: {
|
|
|
|
|
onChange: onSelectChange,
|
|
|
|
|
fixed:true
|
|
|
|
|
},
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
@ -845,7 +847,7 @@
|
|
|
|
|
return new Promise((resolve) => {
|
|
|
|
|
res.data.forEach((item) => {
|
|
|
|
|
if (item.recvUserList) {
|
|
|
|
|
item.recvUserListName = item.recvUserList.map((ite) => ite.recvUserName).join('/')
|
|
|
|
|
item.recvUserListName = item.recvUserList.map((ite) => ite.recvUserName).join(' / ')
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
resolve({
|
|
|
|
|