|
|
|
@ -113,7 +113,7 @@ aq<template>
|
|
|
|
|
<span slot="warehousingBatch" slot-scope="text, record"> |
|
|
|
|
<j-ellipsis :value="text" :length="10"/> |
|
|
|
|
</span> |
|
|
|
|
<span slot="sysOrgCode_dictText" slot-scope="text, record"> |
|
|
|
|
<span slot="departId_dictText" slot-scope="text, record"> |
|
|
|
|
<j-ellipsis :value="text" :length="10"/> |
|
|
|
|
</span> |
|
|
|
|
<template slot="htmlSlot" slot-scope="text"> |
|
|
|
@ -225,7 +225,7 @@ aq<template>
|
|
|
|
|
{ |
|
|
|
|
title:'流程发起部门', |
|
|
|
|
align:"center", |
|
|
|
|
scopedSlots: { customRender: 'sysOrgCode_dictText' }, |
|
|
|
|
scopedSlots: { customRender: 'departId_dictText' }, |
|
|
|
|
dataIndex: 'departId_dictText', |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
@ -305,6 +305,12 @@ aq<template>
|
|
|
|
|
return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`; |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
watch: { |
|
|
|
|
$route(to,from) { |
|
|
|
|
// this.queryParam.processUdgetPlanId; |
|
|
|
|
this.searchQuery() |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
searchQuery() { |
|
|
|
|
this.loadData(1); |
|
|
|
@ -381,7 +387,7 @@ aq<template>
|
|
|
|
|
let ue= sessionStorage.getItem('USER_INFORMATION'); |
|
|
|
|
let res=JSON.parse(ue); |
|
|
|
|
if(res.realname !== "管理员"){ |
|
|
|
|
this.queryParam.sysOrgCode = res.departIds; |
|
|
|
|
this.queryParam.departId = res.departIds; |
|
|
|
|
} |
|
|
|
|
// console.log("_______________.",res); |
|
|
|
|
// console.log(res.departIds); |
|
|
|
|